de.lessvoid.nifty.effects.impl
Class SimpleHint

java.lang.Object
  extended by de.lessvoid.nifty.effects.impl.SimpleHint
All Implemented Interfaces:
EffectImpl

public class SimpleHint
extends Object
implements EffectImpl

Hint - show hint.

Author:
void

Constructor Summary
SimpleHint()
           
 
Method Summary
 void activate(Nifty niftyParam, Element element, EffectProperties parameter)
          initialize.
 void deactivate()
          deactivate the effect.
 void execute(Element element, float normalizedTime, Falloff falloff, NiftyRenderEngine r)
          execute the effect.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleHint

public SimpleHint()
Method Detail

activate

public void activate(Nifty niftyParam,
                     Element element,
                     EffectProperties parameter)
initialize.

Specified by:
activate in interface EffectImpl
Parameters:
niftyParam - Nifty
element - Element
parameter - Parameter

execute

public void execute(Element element,
                    float normalizedTime,
                    Falloff falloff,
                    NiftyRenderEngine r)
execute the effect.

Specified by:
execute in interface EffectImpl
Parameters:
element - the Element
normalizedTime - TimeInterpolator to use
normalizedFalloff - falloff value
r - RenderDevice to use

deactivate

public void deactivate()
deactivate the effect.

Specified by:
deactivate in interface EffectImpl


Copyright © 2011. All Rights Reserved.