Class AWTPropertyInterpolators.PointInterpolator

    • Method Summary

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

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

      • PointInterpolator

        PointInterpolator()
    • Method Detail

      • interpolate

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