public interface Interpolator
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.
|
void initialize(Properties parameter)
parameter
- Properties used to parameterize this classvoid start()
float getValue(long lengthParameter, long timePassed)
lengthParameter
- max length of effect in mstimePassed
- time already passed in msCopyright © 2013. All Rights Reserved.