java.awt

Interface PrintGraphics

public interface PrintGraphics

This interface allows the originating print job to be obtained.

Since: 1.0

UNKNOWN: updated to 1.4

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

Method Detail

getPrintJob

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

Returns: the print job for this object