Interface | Description |
---|---|
GCanvasInterface | |
GContainer |
Defines the functionality of an object that can serve as the parent
of a
GObject . |
GResizable |
Specifies the characteristics of a graphical object that supports the
setSize and setBounds methods. |
GScalable |
Specifies the characteristics of a graphical object that supports the
scale method. |
Class | Description |
---|---|
G3DRect | |
GCanvas |
The
GCanvas class is a lightweight component that also
serves as a container for graphical objects. |
GCompound |
This class defines a graphical object that consists of a collection
of other graphical objects.
|
GImage |
The
GImage class is a graphical object whose appearance is
defined by an image. |
GLabel |
The
GLabel class is a graphical object whose appearance
consists of a text string. |
GLine |
The
GLine class is a graphical object whose appearance consists
of a line segment. |
GLineGroup |
A line group represents a collection of points that form line segments.
|
GMath |
This class defines a variety of static mathematical methods that are useful
for the
acm.graphics package. |
GObject |
This class is the common superclass of all graphical objects that can
be displayed on a
GCanvas . |
GOval | |
GPoint |
This class is a double-precision version of the
Point class in
java.awt . |
GRectangle |
This class is a double-precision version of the
Rectangle class
in java.awt . |