|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWolfAttackMovie
Field Summary | |
(package private) FrameSequence |
frames
FrameSequence where the animation is created |
(package private) MoveBranch |
hero
The nodes we need to track between methods |
(package private) Branch |
sceneRoot
The root of the scene data structure |
(package private) MoveBranch |
wolfentry
The nodes we need to track between methods |
(package private) MoveBranch |
wolfretreat
The nodes we need to track between methods |
Constructor Summary | |
WolfAttackMovie()
|
Method Summary | |
void |
renderAnimation()
Render the whole animation |
void |
renderScene()
Render just the first scene |
void |
replay()
Replay the animation |
Branch |
root()
Return the sceneRoot |
void |
setUp()
Set up all the pieces of the tree. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Branch sceneRoot
FrameSequence frames
MoveBranch wolfentry
MoveBranch wolfretreat
MoveBranch hero
Constructor Detail |
public WolfAttackMovie()
Method Detail |
public Branch root()
public void setUp()
public void renderScene()
public void renderAnimation()
public void replay()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |