Example usage for Java java.awt PrintJob fields, constructors, methods, implement or subclass
The text is from its open source code.
void | end() Ends the print job and does any necessary cleanup. |
Graphics | getGraphics() Gets a Graphics object that will draw to the next page. |
Dimension | getPageDimension() Returns the dimensions of the page in pixels. |
int | getPageResolution() Returns the resolution of the page in pixels per inch. |
boolean | lastPageFirst() Returns true if the last page will be printed first. |