Uses of Class
org.zilonis.tool.ext.aerith.effects.EffectsManager.TransitionType

Packages that use EffectsManager.TransitionType
org.zilonis.tool.ext.aerith.effects   
 

Uses of EffectsManager.TransitionType in org.zilonis.tool.ext.aerith.effects
 

Methods in org.zilonis.tool.ext.aerith.effects that return EffectsManager.TransitionType
static EffectsManager.TransitionType EffectsManager.TransitionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EffectsManager.TransitionType[] EffectsManager.TransitionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.zilonis.tool.ext.aerith.effects with parameters of type EffectsManager.TransitionType
static ComponentEffect EffectsManager.getEffect(java.awt.Component component, EffectsManager.TransitionType transitionType)
          This method is called during the setup phase for any transition.
static void EffectsManager.setEffect(java.awt.Component component, ComponentEffect effect, EffectsManager.TransitionType transitionType)
          This method is used to cache a custom effect on a per-component basis for the application.