ballwar.model.paint
Class Fish1PaintStrategy
java.lang.Object
   ballwar.model.paint.APaintStrategy
ballwar.model.paint.APaintStrategy
       ballwar.model.paint.ShapePaintStrategy
ballwar.model.paint.ShapePaintStrategy
           ballwar.model.paint.Fish1PaintStrategy
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.
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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.