|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The PDFView interface for objects which is to be printed as PDF.
| Method Summary | |
int |
getMinPageHeight()
Returns the minimum PDF page height |
int |
getMinPageWidth()
Returns the minimum PDF page width |
void |
printPDF(com.elegantj.pdf.PDFGraphics g,
int pageWidth,
int pageHeight)
Prints the PDF with the PDFGraphics object |
| Method Detail |
public void printPDF(com.elegantj.pdf.PDFGraphics g,
int pageWidth,
int pageHeight)
g - the PDF graphics used to printpageWidth - the width of the PDF pagepageHeight - the height of the PDF pagepublic int getMinPageWidth()
public int getMinPageHeight()
|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||