Image.getGraphics

Image.getGraphics

Class Overview | Class Members | This Package | All Packages

Syntax
public abstract Graphics getGraphics()
Returns
a graphics context to draw to the off-screen image.
Description
Creates a graphics context for drawing to an off-screen image. This method can only be called for off-screen images.

See Also
Graphics, createImage