PrintJob.getGraphics

PrintJob.getGraphics

Class Overview | Class Members | This Package | All Packages

Syntax
public abstract Graphics getGraphics()
Description
Gets a Graphics object that will draw to the next page. The page is sent to the printer when the graphics object is disposed. This graphics object will also implement the PrintGraphics interface.

See Also
PrintGraphics