|
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 PrintView interface for objects which is to be printed.
| Method Summary | |
int |
getNoOfPages()
Returns the total number of pages |
void |
print(java.awt.Graphics g,
int pageIndex)
Prints the page specified by page number |
void |
reset(int width,
int height)
Reset the print view with specied page size |
| Method Detail |
public void reset(int width,
int height)
width - the paper widthheight - the paper heightpublic int getNoOfPages()
public void print(java.awt.Graphics g,
int pageIndex)
g - the graphics used to printpageIndex - the index of the page to be printed
|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||