Uses of Class
com.kitfox.svg.animation.AnimationTimeEval

Packages that use AnimationTimeEval
com.kitfox.svg.animation   
 

Uses of AnimationTimeEval in com.kitfox.svg.animation
 

Methods in com.kitfox.svg.animation with parameters of type AnimationTimeEval
 void AnimateBase.evalParametric(AnimationTimeEval state, double curTime)
           
 void AnimationElement.evalParametric(AnimationTimeEval state, double curTime)
           
protected  void AnimationElement.evalParametric(AnimationTimeEval state, double curTime, double repeatCount, double repeatDur)
          Compares current time to start and end times and determines what degree of time interpolation this track currently represents.