FileDocCategorySizeDatePackage
PrinterGraphics.javaAPI DocJava SE 5 API806Fri Aug 26 14:56:56 BST 2005java.awt.print

PrinterGraphics

public interface PrinterGraphics
The PrinterGraphics interface is implemented by {@link java.awt.Graphics} objects that are passed to {@link Printable} objects to render a page. It allows an application to find the {@link PrinterJob} object that is controlling the printing.

Fields Summary
Constructors Summary
Methods Summary
public java.awt.print.PrinterJobgetPrinterJob()
Returns the PrinterJob that is controlling the current rendering request.

return
the PrinterJob controlling the current rendering request.
see
java.awt.print.Printable