|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAnimatedPositionedScene
Field Summary | |
(package private) PositionedSceneElement |
doggy
We'll need to keep track of the elements of the scene |
(package private) PositionedSceneElement |
doggyflip
We'll need to keep track of the elements of the scene |
(package private) FrameSequence |
frames
A FrameSequence for storing the frames |
(package private) PositionedSceneElement |
house
We'll need to keep track of the elements of the scene |
(package private) PositionedSceneElement |
tree1
We'll need to keep track of the elements of the scene |
(package private) PositionedSceneElement |
tree2
We'll need to keep track of the elements of the scene |
(package private) PositionedSceneElement |
tree3
We'll need to keep track of the elements of the scene |
Constructor Summary | |
AnimatedPositionedScene()
|
Method Summary | |
void |
make()
|
void |
replay()
|
void |
setUp()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
FrameSequence frames
PositionedSceneElement tree1
PositionedSceneElement tree2
PositionedSceneElement tree3
PositionedSceneElement house
PositionedSceneElement doggy
PositionedSceneElement doggyflip
Constructor Detail |
public AnimatedPositionedScene()
Method Detail |
public void setUp()
public void make()
public void replay()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |