erland.game.tileadventure
Class Animation

java.lang.Object
  extended by erland.game.tileadventure.Animation
All Implemented Interfaces:
AnimationInterface, Cloneable

public class Animation
extends Object
implements AnimationInterface, Cloneable


Constructor Summary
Animation(int speed, int[] imageList)
           
 
Method Summary
 Object clone()
           
 int getNextImage()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Animation

public Animation(int speed,
                 int[] imageList)
Method Detail

getNextImage

public int getNextImage()
Specified by:
getNextImage in interface AnimationInterface

clone

public Object clone()
Specified by:
clone in interface AnimationInterface
Overrides:
clone in class Object


Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.