Java AWT

Previous Chapter 19
java.awt Reference
Next
 

PrintGraphics (New)

Name

PrintGraphics (New)

[Graphic: Figure from the text]

Description

PrintGraphics is an interface for classes that provide a printing graphics context.

Interface Definition

public abstract interface java.awt.PrintGraphics {
  
  // Interface Methods
  public abstract PrintJob getPrintJob();
}

Interface Methods

getPrintJob

public abstract PrintJob getPrintJob()

Returns

The PrintJob from which the PrintGraphics object originated.

See Also

PrintJob


Previous Home Next
PopupMenu (New) Book Index PrintJob (New)

Java in a Nutshell Java Language Reference Java AWT Java Fundamental Classes Exploring Java