public class NullTime extends Object implements Interpolator
Constructor and Description |
---|
NullTime() |
Modifier and Type | Method and Description |
---|---|
float |
getValue(long lengthParameter,
long timePassed)
get a new value.
|
void |
initialize(Properties parameter)
initialize.
|
void |
start()
In case the Interpolator wants to set some value when started.
|
public void initialize(Properties parameter)
initialize
in interface Interpolator
parameter
- Properties used to parameterize this classpublic void start()
Interpolator
start
in interface Interpolator
public float getValue(long lengthParameter, long timePassed)
getValue
in interface Interpolator
lengthParameter
- max length of effect in mstimePassed
- time already passed in msCopyright © 2013. All Rights Reserved.