|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Interpolator
Interface to connect different interpolation algorithm to the TimeInterpolator class.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 ms
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |