Package | Description |
---|---|
ballworld.model.paint.shape |
Modifier and Type | Class and Description |
---|---|
class |
EllipseShapeFactory
Concrete shape factory that instantiates Ellipse2D.Double shapes.
|
class |
Fish1PolygonFactory
Concrete PolygonFactory that creates fish-shaped Polygons that
have a longer tail and an open mouth.
|
class |
Fish2PolygonFactory
Concrete PolygonFactory that creates fish-shaped Polygons that
have a shorter tail and a closed mouth.
|
class |
PolygonFactory
Concrete IShapeFactory that provides the invariant behavior to
instantiate a Shape that is a Polygon.
|
class |
RectangleShapeFactory
Concrete IShapeFactory that instantiates Rectangle2d.Double shapes.
|