de.lessvoid.nifty.effects.impl
Class ImageSizePulsate

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

public class ImageSizePulsate
extends Object
implements EffectImpl

ImageSizePulsate.

Author:
void

Constructor Summary
ImageSizePulsate()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageSizePulsate

public ImageSizePulsate()
Method Detail

activate

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

Specified by:
activate in interface EffectImpl
Parameters:
nifty - 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.