Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.print

Interface PrinterGraphics

java.lang.Object
|
+--java.awt.print.PrinterGraphics


public interface PrinterGraphics

This interface is implemented by the Graphics instance that is used for rendering pages. It provides a hook to return the object that is controlling the print job.

Author:

Method Summary

java.awt.print.PrinterJobgetPrinterJob()

This method returns the instance of PrinterJob that is controlling this print job.

Method Details

getPrinterJob

public PrinterJob getPrinterJob()

This method returns the instance of PrinterJob that is controlling this print job.

Returns: