Package | Description |
---|---|
acm.graphics |
This package provides a set of classes that support the creation of simple,
object-oriented graphical displays.
|
acm.program |
This package provides a set of classes that simplify the creation of programs.
|
Class and Description |
---|
GContainer
Defines the functionality of an object that can serve as the parent
of a
GObject . |
GDimension
This class is a double-precision version of the
Dimension class
in java.awt . |
GFillable
Specifies the characteristics of a graphical object that supports filling.
|
GObject
This class is the common superclass of all graphical objects that can
be displayed on a
GCanvas . |
GPoint
This class is a double-precision version of the
Point class
in java.awt . |
GRect
The
GRect class is a graphical object whose appearance consists
of a rectangular box. |
GRectangle
This class is a double-precision version of the
Rectangle class
in java.awt . |
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 and Description |
---|
GCanvas
The
GCanvas class is a lightweight component that also
serves as a container for graphical objects. |
GObject
This class is the common superclass of all graphical objects that can
be displayed on a
GCanvas . |
GPoint
This class is a double-precision version of the
Point class
in java.awt . |