Package m865.shapepack

Class Summary
Ellipse The concrete Shape subclass that defines ellipses.
Rectangle The concrete Shape subclass that defines rectangles.
Shape The Shape class is an abstract class which defines the fields, methods and behavior common to all shapes.
ShapeFactory The ShapeFactory class is a factory class which provides a catalog of the shapes it can make and two creation methods which will construct any shape in the catalog.
Square The Square subclass of Rectangle.