Package | Description |
---|---|
de.lessvoid.nifty.effects | |
de.lessvoid.nifty.effects.impl | |
de.lessvoid.nifty.elements |
Modifier and Type | Method and Description |
---|---|
<T extends EffectImpl> |
Effect.getEffectImpl(Class<T> requestedClass) |
<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 |
Effect.init(Element elementParam,
EffectImpl effectImplParam,
EffectProperties parameterParam,
TimeProvider timeParam,
LinkedList<Object> controllers) |
Modifier and Type | Class and Description |
---|---|
class |
AlphaHide |
class |
AutoScroll |
class |
BlendMode |
class |
Border
Border - border overlay.
|
class |
ChangeFont
ChangeFont.
|
class |
ChangeImage
This can be applied to an image element.
|
class |
ChangeMouseCursor |
class |
Clip |
class |
ColorBar
Color - color overlay.
|
class |
ColorPulsate
ColorPulsate.
|
class |
Fade
Fade effect - blend stuff in or out.
|
class |
FadeMusic
Fade a sound out.
|
class |
FadeSound
Fade a sound out.
|
class |
Focus
focus on hover.
|
class |
FollowMouse
This Nifty Effect will change the position of the element the effect is attached to to
the current mouse pointer position.
|
class |
Gradient
Color - color overlay.
|
class |
Hide |
class |
Hint
Hint - show a hint, a nifty hint!
|
class |
ImageOverlay |
class |
ImageOverlayPulsate
ImagePulsate - image color pulsate.
|
class |
ImageSize
ImageSize effect.
|
class |
ImageSizePulsate
ImageSizePulsate.
|
class |
Move
Move - move stuff around.
|
class |
Nop
Nop effect - does nothing.
|
class |
PlaySound
Play a sound.
|
class |
Pulsate
Color - color overlay.
|
class |
Remote |
class |
RenderElement
RenderElement.
|
class |
RenderQuad
This renders a quad AND interpolates the color between startColor and endColor
over the lifetime of the effect.
|
class |
RestoreState
RestoreState.
|
class |
SaveState
SaveState.
|
class |
Shake
Shake effect.
|
class |
Show |
class |
SimpleHint
Hint - show hint.
|
class |
TextColor
TextColor Effect.
|
class |
TextColorAnimated
TextColor Effect.
|
class |
TextSize
TextSize effect.
|
class |
TextSizePulsate
text size pulsate.
|
Modifier and Type | Method and Description |
---|---|
<T extends EffectImpl> |
Element.getEffects(EffectEventId effectEventId,
Class<T> requestedClass) |
Copyright © 2013. All Rights Reserved.