Class AWTPropertyInterpolators.DimensionInterpolator
java.lang.Object
org.pushingpixels.radiance.animation.internal.swing.AWTPropertyInterpolators.DimensionInterpolator
- All Implemented Interfaces:
PropertyInterpolator<Dimension>
- Enclosing class:
AWTPropertyInterpolators
static class AWTPropertyInterpolators.DimensionInterpolator
extends Object
implements PropertyInterpolator<Dimension>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninterpolate
(Dimension from, Dimension to, float timelinePosition)
-
Constructor Details
-
DimensionInterpolator
DimensionInterpolator()
-
-
Method Details
-
interpolate
- Specified by:
interpolate
in interfacePropertyInterpolator<Dimension>
-
getBasePropertyClass
- Specified by:
getBasePropertyClass
in interfacePropertyInterpolator<Dimension>
-