com.kitfox.svg.animation
Class AnimationTimeEval

java.lang.Object
  extended by com.kitfox.svg.animation.AnimationTimeEval

public class AnimationTimeEval
extends java.lang.Object

Author:
kitfox

Field Summary
 double interp
          Value on [0..1] representing the interpolation value of queried animation element, or Double.NaN if element does not provide a valid evalutaion
 int rep
          Number of completed repetitions
 
Constructor Summary
AnimationTimeEval()
          Creates a new instance of AnimateTimeEval
 
Method Summary
 void set(double interp, int rep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interp

public double interp
Value on [0..1] representing the interpolation value of queried animation element, or Double.NaN if element does not provide a valid evalutaion


rep

public int rep
Number of completed repetitions

Constructor Detail

AnimationTimeEval

public AnimationTimeEval()
Creates a new instance of AnimateTimeEval

Method Detail

set

public void set(double interp,
                int rep)