Uses of Interface
ballworld.model.paint.shape.IShapeFactory

Packages that use IShapeFactory
ballworld.model.paint.shape   
 

Uses of IShapeFactory in ballworld.model.paint.shape
 

Classes in ballworld.model.paint.shape that implement IShapeFactory
 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.