Class WolfAttackMovie

java.lang.Object
  extended by WolfAttackMovie

public class WolfAttackMovie
extends Object

Class to make a wolf attack movie

Author:
Mark Guzdial, Barb Ericson

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

WolfAttackMovie

public WolfAttackMovie()
Constructor that takes no arguments and sets up the movie

Method Detail

getSceneRoot

public Branch getSceneRoot()
Method to get the scene root

Returns:
the sceneRoot

renderScene

public void renderScene()
Render just the first scene


renderAnimation

public void renderAnimation()
Render the whole animation


replay

public void replay()
Replay the animation


main

public static void main(String[] args)
Main method for testing