public class ImageSizePulsate extends Object implements EffectImpl
Constructor and Description |
---|
ImageSizePulsate() |
Modifier and Type | Method and Description |
---|---|
void |
activate(Nifty nifty,
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 nifty, Element element, EffectProperties parameter)
activate
in interface EffectImpl
nifty
- 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.