java.awt
Interface PrintGraphics


public interface PrintGraphics

This interface allows the originating print job to be obtained.

Since:
1.0

Method Summary
 PrintJob getPrintJob()
          Returns the PrintJob that this object is being managed by.
 

Method Detail

getPrintJob

PrintJob getPrintJob()
Returns the PrintJob that this object is being managed by.

Returns:
the print job for this object