Class AWTPropertyInterpolators.PointInterpolator
- java.lang.Object
-
- org.pushingpixels.radiance.animation.internal.swing.AWTPropertyInterpolators.PointInterpolator
-
- All Implemented Interfaces:
PropertyInterpolator<java.awt.Point>
- Enclosing class:
- AWTPropertyInterpolators
static class AWTPropertyInterpolators.PointInterpolator extends java.lang.Object implements PropertyInterpolator<java.awt.Point>
-
-
Constructor Summary
Constructors Constructor Description 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)
-
-
-
Method Detail
-
interpolate
public java.awt.Point interpolate(java.awt.Point from, java.awt.Point to, float timelinePosition)
- Specified by:
interpolate
in interfacePropertyInterpolator<java.awt.Point>
-
getBasePropertyClass
public java.lang.Class<java.awt.Point> getBasePropertyClass()
- Specified by:
getBasePropertyClass
in interfacePropertyInterpolator<java.awt.Point>
-
-