PrintGraphics

Name

PrintGraphics

[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()

See Also

PrintJob