com.golden.gamedev.object.sprite
Class SpriteAnimation

java.lang.Object
  |
  +--com.golden.gamedev.object.sprite.SpriteAnimation

public class SpriteAnimation
extends Object

Under development, experimental.


Constructor Summary
SpriteAnimation(BufferedImage[] image, int[] anim)
           
 
Method Summary
 BufferedImage getImage()
           
 void reset()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpriteAnimation

public SpriteAnimation(BufferedImage[] image,
                       int[] anim)
Method Detail

reset

public void reset()

update

public void update()

getImage

public BufferedImage getImage()