public interface AnimationFunction
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
long duration()
java.lang.Object valueAt(long time)
time
- the time used to determine the animation effectCopyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.