Class CorePropertyInterpolators.IntegerPropertyInterpolator

    • Method Summary

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

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

      • IntegerPropertyInterpolator

        private IntegerPropertyInterpolator()
    • Method Detail

      • interpolate

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