Breadboard |
A JFrame with several components pre-added for quick development
(i.e., a text area, text field, label, two buttons,
and a panel on which drawings can be made.
|
GCompound |
Subclass of GObject suitable for displaying a collection of other GObjects, treated as a single entity
|
GDieImage |
Subclass of GImage that displays as a die face showing a particular value
|
GDimension |
Class whose objects are dimensions of a GObject (i.e., its height and width)
|
GImage |
Subclass of GObject used for displaying a image
|
GLabel |
Subclass of GObject used for displaying ovals
|
GLine |
Subclass of GObject used for displaying line segments
|
GObject |
Abstract class suitable for graphics objects that can be added to a Breadboard object
|
GOval |
Subclass of GObject used for displaying ovals
|
GPoint |
Class whose objects are coordinates (x,y) where these coordinates are stored as doubles
|
GRect |
Subclass of GObject suitable for displaying rectangles
|
GRectangle |
Class whose objects are rectangle whose width, height, and location coordinates are all stored as doubles
|
GSpaceship |
Subclass of GCompound that looks like a small red spaceship
|
GTurtle |
|