ballworld.model.paint.strategy
Class Fish1PaintStrategy

java.lang.Object
  extended by ballworld.model.paint.APaintStrategy
      extended by ballworld.model.paint.ShapePaintStrategy
          extended by ballworld.model.paint.strategy.Fish1PaintStrategy
All Implemented Interfaces:
IPaintStrategy

public class Fish1PaintStrategy
extends ShapePaintStrategy

Paint strategy that paints a fish-shaped Polygon generated by a Fish1PolyfonFactory.


Field Summary
 
Fields inherited from class ballworld.model.paint.APaintStrategy
at
 
Fields inherited from interface ballworld.model.IPaintStrategy
NullObject
 
Constructor Summary
Fish1PaintStrategy()
          No-parameter constructor that instantiates the AffineTransform for internal use.
Fish1PaintStrategy(java.awt.geom.AffineTransform at)
          Constructor that takes an external AffineTransform
 
Method Summary
 
Methods inherited from class ballworld.model.paint.ShapePaintStrategy
paintXfrm
 
Methods inherited from class ballworld.model.paint.APaintStrategy
init, paint, paintCfg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fish1PaintStrategy

public Fish1PaintStrategy()
No-parameter constructor that instantiates the AffineTransform for internal use.


Fish1PaintStrategy

public Fish1PaintStrategy(java.awt.geom.AffineTransform at)
Constructor that takes an external AffineTransform

Parameters:
at - The AffineTransform to use for internal use.