Class AnimatedPositionedScene

java.lang.Object
  extended byAnimatedPositionedScene

public class AnimatedPositionedScene
extends Object


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

frames

FrameSequence frames
A FrameSequence for storing the frames


tree1

PositionedSceneElement tree1
We'll need to keep track of the elements of the scene


tree2

PositionedSceneElement tree2
We'll need to keep track of the elements of the scene


tree3

PositionedSceneElement tree3
We'll need to keep track of the elements of the scene


house

PositionedSceneElement house
We'll need to keep track of the elements of the scene


doggy

PositionedSceneElement doggy
We'll need to keep track of the elements of the scene


doggyflip

PositionedSceneElement doggyflip
We'll need to keep track of the elements of the scene

Constructor Detail

AnimatedPositionedScene

public AnimatedPositionedScene()
Method Detail

setUp

public void setUp()

make

public void make()

replay

public void replay()