ballwar.model.paint
Class Fish1PaintStrategy

java.lang.Object
  extended by ballwar.model.paint.APaintStrategy
      extended by ballwar.model.paint.ShapePaintStrategy
          extended by ballwar.model.paint.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 ballwar.model.paint.APaintStrategy
at
 
Fields inherited from interface ballwar.model.IPaintStrategy
NullObject
 
Constructor Summary
Fish1PaintStrategy()
          No-parameter constructor that instantiates the AffineTransform for internal use.
Fish1PaintStrategy(AffineTransform at)
          Constructor that takes an external AffineTransform
 
Method Summary
 
Methods inherited from class ballwar.model.paint.ShapePaintStrategy
paintXfrm
 
Methods inherited from class ballwar.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(AffineTransform at)
Constructor that takes an external AffineTransform

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