All Classes
-
All Classes Interface Summary Class Summary Class Description 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 breadboardGCompound Subclass of GObject suitable for displaying a collection of other GObjects, treated as a single entityGDieImage Subclass of GImage that displays as a die face showing a particular valueGDimension Class whose objects are dimensions of a GObject (i.e., its height and width)GImage Subclass of GObject used for displaying a imageGLabel Subclass of GObject used for displaying ovalsGLine Subclass of GObject used for displaying line segmentsGObject Abstract class suitable for graphics objects that can be added to a Breadboard objectGObjectParent Interface required of objects that hold a collection of GObjectsGOval Subclass of GObject used for displaying ovalsGPoint Class whose objects are coordinates (x,y) where these coordinates are stored as doublesGRect Subclass of GObject suitable for displaying rectanglesGRectangle Class whose objects are rectangle whose width, height, and location coordinates are all stored as doublesGSpaceship Subclass of GCompound that looks like a small red spaceshipGTurtle