Uses of Interface
org.deken.game.animation.imageFx.ImageEffect

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

Uses of ImageEffect in org.deken.game.animation
 

Fields in org.deken.game.animation declared as ImageEffect
protected  ImageEffect BaseAnimation.imageEffect
           
 

Methods in org.deken.game.animation with parameters of type ImageEffect
 void Animation.addImageEffect(ImageEffect imageEffect)
          This method is for adding an ImageSFX (special effect) to the animation.
 void BaseAnimation.addImageEffect(ImageEffect imageEffect)
           
 void NoAnimation.addImageEffect(ImageEffect imageEffect)
           
 void RandomListAnimation.addImageEffect(ImageEffect imageEffect)
           
 

Uses of ImageEffect in org.deken.game.animation.imageFx
 

Classes in org.deken.game.animation.imageFx that implement ImageEffect
 class ColorizeImage
          Title: TODO
 class FlipImage
          Title: FlipImage
 class InvertImage
          Title: TODO
 class NoImageEffect
          Title: NoImageEffect
 class RotateImage
          Title: RotateImage
 class ScaleImage
          Title: ScaleImage
 class TranslucentImage
          Title: TODO