ballwar.model.paint
Class Fish2PaintStrategy
java.lang.Object
   ballwar.model.paint.APaintStrategy
ballwar.model.paint.APaintStrategy
       ballwar.model.paint.ShapePaintStrategy
ballwar.model.paint.ShapePaintStrategy
           ballwar.model.paint.Fish2PaintStrategy
ballwar.model.paint.Fish2PaintStrategy
- All Implemented Interfaces: 
- IPaintStrategy
- public class Fish2PaintStrategy 
- extends ShapePaintStrategy
Paint strategy that paints a fish-shaped Polygon generated
 by a Fish2PolyfonFactory.
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Fish2PaintStrategy
public Fish2PaintStrategy()
- No-parameter constructor that instantiates the AffineTransform for
 internal use.
 
Fish2PaintStrategy
public Fish2PaintStrategy(AffineTransform at)
- Constructor that takes an external AffineTransform
 
- Parameters:
- at- The AffineTransform to use for internal use.