Package acm.graphics

Interface Summary
GContainer Defines the functionality of an object that can serve as the parent of a GObject.
 

Class Summary
G3DRect The G3DRect class is a graphical object whose appearance consists of a three-dimensional rectangle.
GArc The GArc class is a graphical object whose appearance consists of an arc.
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.
GFrame The GFrame class is a top-level Swing window that contains a GCanvas that fills the area of the frame.
GImage The GImage class is a graphical object whose appearance is defined by an image.
GLine The GLine class is a graphical object whose appearance consists of a line segment.
GObject This class is the common superclass of all graphical objects that can be displayed on a GCanvas.
GOval The GOval class is a graphical object whose appearance consists of an oval.
GPen The GPen class simulates a pen drawing on a canvas.
GPolygon The GPolygon class is a graphical object whose appearance consists of a polygon.
GRect The GRect class is a graphical object whose appearance consists of a rectangular box.
GRoundRect The GRoundRect class is a graphical object whose appearance consists of a rounded rectangle.
GString The GString class is a graphical object whose appearance consists of a text string.