public class SinusPulsator extends Object implements PulsatorProvider
Constructor and Description |
---|
SinusPulsator() |
Modifier and Type | Method and Description |
---|---|
float |
getValue(long msTime)
Get current value for the given time.
|
void |
initialize(Properties parameter)
Initialize the Pulsater.
|
void |
reset(long msTime)
Reset.
|
public void initialize(Properties parameter)
initialize
in interface PulsatorProvider
parameter
- the parameterspublic float getValue(long msTime)
getValue
in interface PulsatorProvider
msTime
- current timepublic void reset(long msTime)
reset
in interface PulsatorProvider
msTime
- current timeCopyright © 2013. All Rights Reserved.