API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. PrintJob View Source
Author(s)
Amy Fowler
Since
Version
1.14 11/17/05
Serial
Hierarchy
 Object
      PrintJob
Implements
Subclasses
Description
publicabstract abstract class PrintJob
  An abstract class which initiates and executes a print job.
Constructors
public PrintJob ()
Methods
Hide/Show inherited methods
publicabstract void end ()
Ends the print job and does any necessary cleanup.
public void finalize ()
  Ends this print job once it is no longer referenced.
publicabstract Graphics getGraphics ()
  Gets a Graphics object that will draw to the next page.
publicabstract Dimension getPageDimension ()
  Returns the dimensions of the page in pixels.
publicabstract int getPageResolution ()
  Returns the resolution of the page in pixels per inch.
publicabstract boolean lastPageFirst ()
Returns true if the last page will be printed first.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar