|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.PrintJob
Unsafe:
Constructor Summary | |
PrintJob()
Suppressed: |
Method Summary | |
abstract void |
end()
Enabled: Ends the print job and does any necessary cleanup. |
void |
finalize()
Suppressed: Ends this print job once it is no longer referenced. |
abstract Graphics |
getGraphics()
Enabled: Gets a Graphics object that will draw to the next page. |
abstract Dimension |
getPageDimension()
Enabled: Returns the dimensions of the page in pixels. |
abstract int |
getPageResolution()
Enabled: Returns the resolution of the page in pixels per inch. |
abstract boolean |
lastPageFirst()
Enabled: Returns true if the last page will be printed first. |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PrintJob()
Method Detail |
public abstract Graphics getGraphics()
PrintGraphics
public abstract Dimension getPageDimension()
public abstract int getPageResolution()
public abstract boolean lastPageFirst()
public abstract void end()
public void finalize()
finalize
in class Object
end()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |