de.lessvoid.nifty.effects.impl
Class BlendMode
java.lang.Object
de.lessvoid.nifty.effects.impl.BlendMode
- All Implemented Interfaces:
- EffectImpl
public class BlendMode
- extends Object
- implements EffectImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlendMode
public BlendMode()
activate
public void activate(Nifty nifty,
Element element,
EffectProperties parameter)
- Description copied from interface:
EffectImpl
- initialize effect.
- Specified by:
activate
in interface EffectImpl
- Parameters:
nifty
- Niftyelement
- Elementparameter
- parameters
execute
public void execute(Element element,
float normalizedTime,
Falloff falloff,
NiftyRenderEngine r)
- Description copied from interface:
EffectImpl
- execute the effect.
- Specified by:
execute
in interface EffectImpl
- Parameters:
element
- the ElementnormalizedTime
- current effect timefalloff
- the Falloff class for hover effects. This is supposed to be null for none hover effects.r
- RenderDevice to use
deactivate
public void deactivate()
- Description copied from interface:
EffectImpl
- deactivate the effect.
- Specified by:
deactivate
in interface EffectImpl
Copyright © 2012. All Rights Reserved.