|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnimationFunction
This interface describes time-based animation functions by their duration and a mapping from time to animation effects.
For each time in the animation's valid time interval,
the #valueAt method returns a value that will be used
to apply an animation effect.
AnimationFunctions,
AbstractAnimationFunction| Method Summary | |
|---|---|
long |
duration()
Returns the length of this function's valid time interval. |
Object |
valueAt(long time)
Returns the animation effect for a given time in the valid time interval. |
| Method Detail |
|---|
long duration()
Object valueAt(long time)
time - the time used to determine the animation effect
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||