ballwar.model.paint
Class Fish1PolygonFactory
java.lang.Object
ballwar.model.paint.PolygonFactory
ballwar.model.paint.Fish1PolygonFactory
- All Implemented Interfaces:
- IShapeFactory
public class Fish1PolygonFactory
- extends PolygonFactory
Concrete PolygonFactory that creates fish-shaped Polygons that
have a longer tail and an open mouth.
Constructor Summary |
Fish1PolygonFactory()
Constructor that calls the PolygonFactory superclass constructor
with the scale factor and polygon points that define the fish
shape. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fish1PolygonFactory
public Fish1PolygonFactory()
- Constructor that calls the PolygonFactory superclass constructor
with the scale factor and polygon points that define the fish
shape.