Class AnimationTimeEval


  • public class AnimationTimeEval
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      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

      Constructors 
      Constructor Description
      AnimationTimeEval()
      Creates a new instance of AnimateTimeEval
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)