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()
T
interpolate(T from, T to, float timelinePosition)
-