Interface PropertyInterpolator<T>
-
- All Known Implementing Classes:
AWTPropertyInterpolators.ColorInterpolator,AWTPropertyInterpolators.DimensionInterpolator,AWTPropertyInterpolators.PointInterpolator,AWTPropertyInterpolators.RectangleInterpolator,CorePropertyInterpolators.DoublePropertyInterpolator,CorePropertyInterpolators.FloatPropertyInterpolator,CorePropertyInterpolators.IntegerPropertyInterpolator,CorePropertyInterpolators.LongPropertyInterpolator
public interface PropertyInterpolator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<T>getBasePropertyClass()Tinterpolate(T from, T to, float timelinePosition)
-