Package | Description |
---|---|
de.lessvoid.nifty.effects | |
de.lessvoid.nifty.elements | |
de.lessvoid.nifty.loaderv2.types | |
de.lessvoid.nifty.screen |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
<T extends EffectImpl> |
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) |
Constructor and Description |
---|
Effect(Nifty niftyParam,
boolean inheritParam,
boolean postParam,
boolean overlayParam,
String alternateEnableParam,
String alternateDisableParam,
String customKeyParam,
boolean neverStopRenderingParam,
EffectEventId effectEventIdParam) |
Modifier and Type | Method and Description |
---|---|
<T extends EffectImpl> |
Element.getEffects(EffectEventId effectEventId,
Class<T> requestedClass) |
boolean |
Element.isEffectActive(EffectEventId effectEventId)
check if a certain effect is still active.
|
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) |
Constructor and Description |
---|
Element.LocalEndNotify(EffectEventId effectEventIdParam,
EndNotify effectEndNotiyParam)
create it.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EffectType.initializeEffect(Effect effect,
EffectEventId effectEventId) |
protected void |
EffectTypeOnHover.initializeEffect(Effect effect,
EffectEventId effectEventId) |
void |
EffectType.materialize(Nifty nifty,
Element element,
EffectEventId effectEventId,
Attributes effectsTypeAttibutes,
LinkedList<Object> controllers) |
Modifier and Type | Method and Description |
---|---|
boolean |
Screen.isEffectActive(EffectEventId effectEventId) |
Copyright © 2013. All Rights Reserved.