Method Summary |
|
abstract public void | end() Ends the print job and does any necessary cleanup. |
public void | finalize() Ends this print job once it is no longer referenced. |
abstract public Graphics | getGraphics() Gets a Graphics object that will draw to the next page.
The page is sent to the printer when the graphics
object is disposed. |
abstract public Dimension | getPageDimension() Returns the dimensions of the page in pixels. |
abstract public int | getPageResolution() Returns the resolution of the page in pixels per inch. |
abstract public boolean | lastPageFirst() Returns true if the last page will be printed first. |