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
Modifier and Type | Method and Description |
---|---|
long |
duration()
Returns the length of this function's valid time interval.
|
java.lang.Object |
valueAt(long time)
Returns the animation effect for a given time in the valid time interval.
|
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.