Class KeyInterpolators


  • class KeyInterpolators
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyInterpolators​(int numIntervals, TimelineEase... interpolators)
      Creates a new instance of KeyInterpolators
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) float interpolate​(int interval, float fraction)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • interpolators

        private java.util.ArrayList<TimelineEase> interpolators
    • Constructor Detail

      • KeyInterpolators

        KeyInterpolators​(int numIntervals,
                         TimelineEase... interpolators)
        Creates a new instance of KeyInterpolators
    • Method Detail

      • interpolate

        float interpolate​(int interval,
                          float fraction)