|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectballworld.model.paint.APaintStrategy
ballworld.model.paint.ShapePaintStrategy
ballworld.model.paint.strategy.Fish1PaintStrategy
public class Fish1PaintStrategy
Paint strategy that paints a fish-shaped Polygon generated by a Fish1PolyfonFactory.
Field Summary |
---|
Fields inherited from class ballworld.model.paint.APaintStrategy |
---|
at |
Fields inherited from interface ballworld.model.IPaintStrategy |
---|
NullObject |
Constructor Summary | |
---|---|
Fish1PaintStrategy()
No-parameter constructor that instantiates the AffineTransform for internal use. |
|
Fish1PaintStrategy(java.awt.geom.AffineTransform at)
Constructor that takes an external AffineTransform |
Method Summary |
---|
Methods inherited from class ballworld.model.paint.ShapePaintStrategy |
---|
paintXfrm |
Methods inherited from class ballworld.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 |
---|
public Fish1PaintStrategy()
public Fish1PaintStrategy(java.awt.geom.AffineTransform at)
at
- The AffineTransform to use for internal use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |