Class CorePropertyInterpolators.FloatPropertyInterpolator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<java.lang.Float> getBasePropertyClass()  
      java.lang.Float interpolate​(java.lang.Float from, java.lang.Float to, float timelinePosition)  
      • Methods inherited from class java.lang.Object

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

      • FloatPropertyInterpolator

        private FloatPropertyInterpolator()
    • Method Detail

      • interpolate

        public java.lang.Float interpolate​(java.lang.Float from,
                                           java.lang.Float to,
                                           float timelinePosition)
        Specified by:
        interpolate in interface PropertyInterpolator<java.lang.Float>