Class | Description |
---|---|
Circle |
This class describes a Circle object that extends the abstract Shape object
|
FaceMaker |
This class draws a face out of a bunch of rectangles.
|
LabeledRectangle |
This class describes a LabeledRectangle object with a text label in the lower
left corner.
|
LabeledTriangle |
This class describes a LabeledTriangle object with a text label in the lower
left corner.
|
Point |
This class describes a Point object that extends the abstract Shape object
NOTE: Implementation of this class is OPTIONAL
|
Rectangle |
This class describes a Rectangle object that extends the abstract Shape object
|
Shape |
An abstract class that describes a generic shape which includes it's color and location
on a grid.
|
Triangle |
This class describes a Triangle object that extends the abstract Shape object
|