|
||||||||||
| 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.AnimatePaintStrategy
ballworld.model.paint.strategy.SwimFishPaintStrategy
public class SwimFishPaintStrategy
Subclass of AnimatePaintStrategy that alternates between a Fish1PaintStrategy and a Fish2PaintStrategy.
| Field Summary |
|---|
| Fields inherited from class ballworld.model.paint.APaintStrategy |
|---|
at |
| Fields inherited from interface ballworld.model.IPaintStrategy |
|---|
NullObject |
| Constructor Summary | |
|---|---|
SwimFishPaintStrategy()
No-parameter constructor that instantiates an AffineTransform for internal use. |
|
SwimFishPaintStrategy(java.awt.geom.AffineTransform at)
Constructor that takes an external AffineTransform for internal use. |
|
| Method Summary |
|---|
| Methods inherited from class ballworld.model.paint.AnimatePaintStrategy |
|---|
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 SwimFishPaintStrategy()
public SwimFishPaintStrategy(java.awt.geom.AffineTransform at)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||