public class ExpTime extends Object implements Interpolator
Constructor and Description |
---|
ExpTime() |
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 final void initialize(Properties parameter)
Interpolator
initialize
in interface Interpolator
parameter
- parameterpublic void start()
Interpolator
start
in interface Interpolator
public final float getValue(long lengthParameter, long timePassed)
Interpolator
getValue
in interface Interpolator
lengthParameter
- effect length in mstimePassed
- time already passed in msCopyright © 2013. All Rights Reserved.