| Package | Description |
|---|---|
| ballworld.model.paint.shape |
| Class and Description |
|---|
| EllipseShapeFactory
Concrete shape factory that instantiates Ellipse2D.Double shapes.
|
| IShapeFactory
Abstract factory that creates a Shape for use as prototype shapes in
IPaintStrategies.
|
| PolygonFactory
Concrete IShapeFactory that provides the invariant behavior to
instantiate a Shape that is a Polygon.
|
| RectangleShapeFactory
Concrete IShapeFactory that instantiates Rectangle2d.Double shapes.
|