com.kitfox.svg.animation
Class AnimationTimeEval
java.lang.Object
com.kitfox.svg.animation.AnimationTimeEval
public class AnimationTimeEval
- extends 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 |
|
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 |
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
AnimationTimeEval
public AnimationTimeEval()
- Creates a new instance of AnimateTimeEval
set
public void set(double interp,
int rep)
Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.