Graphics.Graphics

Graphics.Graphics

Class Overview | Class Members | This Package | All Packages

Syntax
protected Graphics()
Description
Constructs a new Graphics object. This constructor is the default contructor for a graphics context.

Since Graphics is an abstract class, applications cannot call this constructor directly. Graphics contexts are obtained from other graphics contexts or are created by calling getGraphics on a component.

See Also
create, getGraphics