Uses of Class
org.deken.game.animation.imageFx.FlipImage.FLIP

Packages that use FlipImage.FLIP
org.deken.game.animation.imageFx   
 

Uses of FlipImage.FLIP in org.deken.game.animation.imageFx
 

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

Methods in org.deken.game.animation.imageFx with parameters of type FlipImage.FLIP
 void FlipImage.setFlip(FlipImage.FLIP flip)
           
 

Constructors in org.deken.game.animation.imageFx with parameters of type FlipImage.FLIP
FlipImage(FlipImage.FLIP flip)