public class SimpleHint extends Object implements EffectImpl
Constructor and Description |
---|
SimpleHint() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void activate(Nifty niftyParam, Element element, EffectProperties parameter)
activate
in interface EffectImpl
niftyParam
- Niftyelement
- Elementparameter
- Parameterpublic void execute(Element element, float normalizedTime, Falloff falloff, NiftyRenderEngine r)
execute
in interface EffectImpl
element
- the ElementnormalizedTime
- TimeInterpolator to usenormalizedFalloff
- falloff valuer
- RenderDevice to usepublic void deactivate()
deactivate
in interface EffectImpl
Copyright © 2013. All Rights Reserved.