|
||||||||||
| 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.ImagePaintStrategy
ballworld.model.paint.strategy.PlanetImagePaintStrategy
public class PlanetImagePaintStrategy
Paint strategy that upon instantiation, randomly picks one image from an array of images to use.
| Field Summary | |
|---|---|
private static java.lang.String[] |
files
Static list of image file choices. |
| Fields inherited from class ballworld.model.paint.ImagePaintStrategy |
|---|
localAT |
| Fields inherited from class ballworld.model.paint.APaintStrategy |
|---|
at |
| Fields inherited from interface ballworld.model.IPaintStrategy |
|---|
NullObject |
| Constructor Summary | |
|---|---|
PlanetImagePaintStrategy()
Randomly pick one of the image files to use when being constructed. |
|
| Method Summary |
|---|
| Methods inherited from class ballworld.model.paint.ImagePaintStrategy |
|---|
init, paintXfrm |
| Methods inherited from class ballworld.model.paint.APaintStrategy |
|---|
paint, paintCfg |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static java.lang.String[] files
| Constructor Detail |
|---|
public PlanetImagePaintStrategy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||