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.
|
Drawable |
Interface required of any class whose objects can be drawn on the breadboard
|
GCompound |
Subclass of GObject suitable for displaying a collection of other GObjects, treated as a single entity
|
GDimension |
Class whose objects are dimensions of a GObject (i.e., its height and width)
|
GImage |
Subclass of GObject used for displaying a image
|
GObject |
Abstract class suitable for graphics objects that can be added to a Breadboard object
|
GObjectParent |
Interface required of objects that hold a collection of GObjects
|
GPoint |
Class whose objects are coordinates (x,y) where these coordinates are stored as doubles
|
GRectangle |
Class whose objects are rectangle whose width, height, and location coordinates are all stored as doubles
|