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

Packages that use IShapeFactory
ballwar.model.paint.shape   
 

Uses of IShapeFactory in ballwar.model.paint.shape
 

Classes in ballwar.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.