Class AnimatedPositionedScene

java.lang.Object
  extended by AnimatedPositionedScene

public class AnimatedPositionedScene
extends Object

Class that uses modification of a linked data structure to animate a scence

Author:
Mark Guzdial, Barb Ericson

Constructor Summary
AnimatedPositionedScene()
           
 
Method Summary
static void main(String[] args)
          main for testing
 void make()
          Method to do the animation
 void replay()
          Method to replay the animation
 void setUp()
          Method to set up the animation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimatedPositionedScene

public AnimatedPositionedScene()
Method Detail

setUp

public void setUp()
Method to set up the animation


make

public void make()
Method to do the animation


replay

public void replay()
Method to replay the animation


main

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