Uses of Class
de.lessvoid.nifty.effects.EffectEventId

Packages that use EffectEventId
de.lessvoid.nifty.effects   
de.lessvoid.nifty.elements   
de.lessvoid.nifty.loaderv2.types   
de.lessvoid.nifty.screen   
 

Uses of EffectEventId in de.lessvoid.nifty.effects
 

Methods in de.lessvoid.nifty.effects that return EffectEventId
static EffectEventId EffectEventId.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EffectEventId[] EffectEventId.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.lessvoid.nifty.effects with parameters of type EffectEventId
<T extends EffectImpl>
List<Effect>
EffectManager.getEffects(EffectEventId effectEventId, Class<T> requestedClass)
           
 boolean EffectManager.isActive(EffectEventId effectEventId)
          checks if a certain effect is active.
 void EffectManager.registerEffect(EffectEventId id, Effect e)
          register an effect.
 void EffectManager.resetSingleEffect(EffectEventId effectEventId)
           
 void EffectManager.resetSingleEffect(EffectEventId effectEventId, String customKey)
           
 void EffectManager.startEffect(EffectEventId id, Element w, TimeProvider time, EndNotify listener)
          start all effects with the given id for the given element.
 void EffectManager.startEffect(EffectEventId id, Element w, TimeProvider time, EndNotify listener, String customKey)
           
 void EffectManager.stopEffect(EffectEventId effectId)
           
 

Constructors in de.lessvoid.nifty.effects with parameters of type EffectEventId
Effect(Nifty niftyParam, boolean inheritParam, boolean postParam, boolean overlayParam, String alternateEnableParam, String alternateDisableParam, String customKeyParam, boolean neverStopRenderingParam, EffectEventId effectEventIdParam)
           
 

Uses of EffectEventId in de.lessvoid.nifty.elements
 

Methods in de.lessvoid.nifty.elements with parameters of type EffectEventId
<T extends EffectImpl>
List<Effect>
Element.getEffects(EffectEventId effectEventId, Class<T> requestedClass)
           
 boolean Element.isEffectActive(EffectEventId effectEventId)
          check if a certain effect is still active. travels down to child elements.
 void Element.registerEffect(EffectEventId theId, Effect e)
          register an effect for this element.
 void Element.resetSingleEffect(EffectEventId effectEventId)
           
 void Element.resetSingleEffect(EffectEventId effectEventId, String customKey)
           
 void Element.startEffect(EffectEventId effectEventId)
           
 void Element.startEffect(EffectEventId effectEventId, EndNotify effectEndNotiy)
           
 void Element.startEffect(EffectEventId effectEventId, EndNotify effectEndNotiy, String customKey)
           
 void Element.startEffectWithoutChildren(EffectEventId effectEventId)
           
 void Element.startEffectWithoutChildren(EffectEventId effectEventId, EndNotify effectEndNotiy)
           
 void Element.startEffectWithoutChildren(EffectEventId effectEventId, EndNotify effectEndNotiy, String customKey)
           
 void Element.stopEffect(EffectEventId effectEventId)
          stop the given effect.
 void Element.stopEffectWithoutChildren(EffectEventId effectEventId)
           
 

Constructors in de.lessvoid.nifty.elements with parameters of type EffectEventId
Element.LocalEndNotify(EffectEventId effectEventIdParam, EndNotify effectEndNotiyParam)
          create it.
 

Uses of EffectEventId in de.lessvoid.nifty.loaderv2.types
 

Methods in de.lessvoid.nifty.loaderv2.types with parameters of type EffectEventId
protected  void EffectTypeOnHover.initializeEffect(Effect effect, EffectEventId effectEventId)
           
protected  void EffectType.initializeEffect(Effect effect, EffectEventId effectEventId)
           
 void EffectType.materialize(Nifty nifty, Element element, EffectEventId effectEventId, Attributes effectsTypeAttibutes, LinkedList<Object> controllers)
           
 

Uses of EffectEventId in de.lessvoid.nifty.screen
 

Methods in de.lessvoid.nifty.screen with parameters of type EffectEventId
 boolean Screen.isEffectActive(EffectEventId effectEventId)
           
 



Copyright © 2011. All Rights Reserved.