Class CharacterImagePackage

java.lang.Object
  extended by CharacterImagePackage
All Implemented Interfaces:
java.io.Serializable

public class CharacterImagePackage
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 AnimatedImage east
           
 AnimatedImage north
           
 AnimatedImage north_east
           
 AnimatedImage north_west
           
 AnimatedImage south
           
 AnimatedImage south_east
           
 AnimatedImage south_west
           
 AnimatedImage west
           
 
Constructor Summary
CharacterImagePackage()
           
 
Method Summary
 AnimatedImage getImage(Player p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

north

public AnimatedImage north

north_east

public AnimatedImage north_east

east

public AnimatedImage east

south_east

public AnimatedImage south_east

south

public AnimatedImage south

south_west

public AnimatedImage south_west

west

public AnimatedImage west

north_west

public AnimatedImage north_west
Constructor Detail

CharacterImagePackage

public CharacterImagePackage()
Method Detail

getImage

public AnimatedImage getImage(Player p)