Class
|
Tree
|
Deprecated
|
Index
|
Help
PREV
|
NEXT
SHOW LISTS
|
HIDE LISTS
Interface java.awt.print.PrinterGraphics
public interface
PrinterGraphics
The Graphics objects passed to Printables to render a page implement the PrinterGraphics interface. It allows an application to find the PrinterJob object that is controlling the printing.
Method Summary
PrinterJob
getPrinterJob
()
Method Detail
getPrinterJob
public
PrinterJob
getPrinterJob
()
Returns:
the PrinterJob controlling the current rendering request.
See Also:
Printable
Class
|
Tree
|
Deprecated
|
Index
|
Help
PREV
|
NEXT
SHOW LISTS
|
HIDE LISTS