java.awt
Interface PrintGraphics


public interface PrintGraphics

An abstract class which provides a print graphics context for a page.

Author:
Amy Fowler

Method Summary
 PrintJob getPrintJob()
          Returns the PrintJob object from which this PrintGraphics object originated.
 

Method Detail

getPrintJob

public PrintJob getPrintJob()
Returns the PrintJob object from which this PrintGraphics object originated.