T
- the return type of this functionpublic interface AnimationFunction<T>
For each time in the function's valid time interval,
the #valueAt
method returns a value that can be used
to apply an animation effect in an Animation.
AnimationFunctions
,
AbstractAnimationFunction
long duration()
T valueAt(long time)
time
- the time used to determine the animation effectCopyright © 2001-2011 JGoodies Karsten Lentzsch. All Rights Reserved.