java.awt
Interface PrintGraphics
java.lang.Object
|
+--java.awt.PrintGraphics
public interface PrintGraphics
This interface allows the originating print job to be obtained.
Since:Author:- Aaron M. Renn <arenn@urbanophile.com>
getPrintJob
public PrintJob getPrintJob()
Returns the PrintJob
that this object is being
managed by.
Returns:
- the print job for this object