Uses of Class
ballworld.model.paint.ShapePaintStrategy

Packages that use ShapePaintStrategy
ballworld.model.paint   
ballworld.model.paint.strategy   
 

Uses of ShapePaintStrategy in ballworld.model.paint
 

Subclasses of ShapePaintStrategy in ballworld.model.paint
 class UprightShapePaintStrategy
          Class that adds a paintCfg override that keeps the shape upright no matter which direction it is going.
 

Uses of ShapePaintStrategy in ballworld.model.paint.strategy
 

Subclasses of ShapePaintStrategy in ballworld.model.paint.strategy
 class EllipsePaintStrategy
          Paint strategy to paint an ellipse shape
 class Fish1PaintStrategy
          Paint strategy that paints a fish-shaped Polygon generated by a Fish1PolyfonFactory.
 class Fish2PaintStrategy
          Paint strategy that paints a fish-shaped Polygon generated by a Fish2PolyfonFactory.
 class RectanglePaintStrategy
          Concrete paint strategy that paints a rectangular shape scaled to the size of the ball.