Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
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:

Method Summary

java.awt.PrintJobgetPrintJob()

Returns the PrintJob that this object is being managed by.

Method Details

getPrintJob

public PrintJob getPrintJob()

Returns the PrintJob that this object is being managed by.

Returns: