ballwar.model.paint.shape
Class Fish2PolygonFactory

java.lang.Object
  extended by ballwar.model.paint.shape.PolygonFactory
      extended by ballwar.model.paint.shape.Fish2PolygonFactory
All Implemented Interfaces:
IShapeFactory

public class Fish2PolygonFactory
extends PolygonFactory

Concrete PolygonFactory that creates fish-shaped Polygons that have a shorter tail and a closed mouth.


Constructor Summary
Fish2PolygonFactory()
          Constructor that calls the PolygonFactory superclass constructor with the scale factor and polygon points that define the fish shape.
 
Method Summary
 
Methods inherited from class ballwar.model.paint.shape.PolygonFactory
makeShape
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fish2PolygonFactory

public Fish2PolygonFactory()
Constructor that calls the PolygonFactory superclass constructor with the scale factor and polygon points that define the fish shape.