de.lessvoid.nifty.tools.pulsate
Class Pulsator

java.lang.Object
  extended by de.lessvoid.nifty.tools.pulsate.Pulsator

public class Pulsator
extends Object

Pulsator class.

Author:
void

Constructor Summary
Pulsator(Properties parameter, TimeProvider newTimeProvider)
          initialize with the given parameters.
 
Method Summary
 void reset()
          Reset the pulsater.
 float update()
          update the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pulsator

public Pulsator(Properties parameter,
                TimeProvider newTimeProvider)
initialize with the given parameters.

Parameters:
parameter - parameter props
newTimeProvider - TimeProvider to use
Method Detail

reset

public void reset()
Reset the pulsater.


update

public float update()
update the value.

Returns:
true when still active and false when done


Copyright © 2011. All Rights Reserved.