Uses of Class
com.jmex.effects.transients.Fader.FadeMode

Packages that use Fader.FadeMode
com.jmex.effects.transients   
 

Uses of Fader.FadeMode in com.jmex.effects.transients
 

Methods in com.jmex.effects.transients that return Fader.FadeMode
 Fader.FadeMode Fader.getFadeMode()
          Gets the current mode of operation for this Fader.
static Fader.FadeMode Fader.FadeMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Fader.FadeMode[] Fader.FadeMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jmex.effects.transients with parameters of type Fader.FadeMode
 void Fader.setMode(Fader.FadeMode mode)
          Sets the current mode of operation of this Fader.