|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object WolfAttackMovie
public class WolfAttackMovie
Class to make a wolf attack movie
Constructor Summary | |
---|---|
WolfAttackMovie()
Constructor that takes no arguments and sets up the movie |
Method Summary | |
---|---|
Branch |
getSceneRoot()
Method to get the scene root |
static void |
main(String[] args)
Main method for testing |
void |
renderAnimation()
Render the whole animation |
void |
renderScene()
Render just the first scene |
void |
replay()
Replay the animation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WolfAttackMovie()
Method Detail |
---|
public Branch getSceneRoot()
public void renderScene()
public void renderAnimation()
public void replay()
public static void main(String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |