Package | Description |
---|---|
de.lessvoid.nifty.effects | |
de.lessvoid.nifty.elements | |
de.lessvoid.nifty.loaderv2.types |
Modifier and Type | Method and Description |
---|---|
List<Effect> |
ActiveEffects.getActive() |
List<Effect> |
ActiveEffects.getActiveOverlay() |
List<Effect> |
ActiveEffects.getActivePost() |
List<Effect> |
ActiveEffects.getActivePre() |
<T extends EffectImpl> |
EffectProcessor.getEffects(Class<T> requestedClass)
Return a List of all Effects that use the given EffectImpl.
|
<T extends EffectImpl> |
EffectManager.getEffects(EffectEventId effectEventId,
Class<T> requestedClass) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveEffects.add(Effect e) |
boolean |
ActiveEffects.contains(Effect e) |
void |
EffectProcessor.registerEffect(Effect e) |
void |
EffectManager.registerEffect(EffectEventId id,
Effect e)
register an effect.
|
void |
ActiveEffects.remove(Effect e) |
Modifier and Type | Method and Description |
---|---|
<T extends EffectImpl> |
Element.getEffects(EffectEventId effectEventId,
Class<T> requestedClass) |
Modifier and Type | Method and Description |
---|---|
void |
Element.registerEffect(EffectEventId theId,
Effect e)
register an effect for this element.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EffectType.initializeEffect(Effect effect,
EffectEventId effectEventId) |
protected void |
EffectTypeOnHover.initializeEffect(Effect effect,
EffectEventId effectEventId) |
Copyright © 2013. All Rights Reserved.