Uses of Class
org.deken.game.animation.DissolveAnimation.DIRECTION

Packages that use DissolveAnimation.DIRECTION
org.deken.game.animation Animation package contains classes for animating the image of a game object. 
 

Uses of DissolveAnimation.DIRECTION in org.deken.game.animation
 

Methods in org.deken.game.animation that return DissolveAnimation.DIRECTION
static DissolveAnimation.DIRECTION DissolveAnimation.DIRECTION.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DissolveAnimation.DIRECTION[] DissolveAnimation.DIRECTION.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deken.game.animation with parameters of type DissolveAnimation.DIRECTION
 void DissolveAnimation.setDissolve(int percent, DissolveAnimation.DIRECTION direction)