Class AWTPropertyInterpolators.DimensionInterpolator

    • Method Summary

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

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

      • DimensionInterpolator

        DimensionInterpolator()
    • Method Detail

      • interpolate

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