Uses of Interface
de.lessvoid.nifty.effects.EffectImpl

Packages that use EffectImpl
de.lessvoid.nifty.effects   
de.lessvoid.nifty.effects.impl   
de.lessvoid.nifty.elements   
 

Uses of EffectImpl in de.lessvoid.nifty.effects
 

Methods in de.lessvoid.nifty.effects with type parameters of type EffectImpl
<T extends EffectImpl>
T
Effect.getEffectImpl(Class<T> requestedClass)
           
<T extends EffectImpl>
List<Effect>
EffectProcessor.getEffects(Class<T> requestedClass)
          Return a List of all Effects that use the given EffectImpl.
<T extends EffectImpl>
List<Effect>
EffectManager.getEffects(EffectEventId effectEventId, Class<T> requestedClass)
           
 

Methods in de.lessvoid.nifty.effects with parameters of type EffectImpl
 void Effect.init(Element elementParam, EffectImpl effectImplParam, EffectProperties parameterParam, TimeProvider timeParam, LinkedList<Object> controllers)
           
 

Uses of EffectImpl in de.lessvoid.nifty.effects.impl
 

Classes in de.lessvoid.nifty.effects.impl that implement EffectImpl
 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.
 

Uses of EffectImpl in de.lessvoid.nifty.elements
 

Methods in de.lessvoid.nifty.elements with type parameters of type EffectImpl
<T extends EffectImpl>
List<Effect>
Element.getEffects(EffectEventId effectEventId, Class<T> requestedClass)
           
 



Copyright © 2011. All Rights Reserved.