Class CorePropertyInterpolators.LongPropertyInterpolator
- java.lang.Object
-
- org.pushingpixels.radiance.animation.internal.interpolator.CorePropertyInterpolators.LongPropertyInterpolator
-
- All Implemented Interfaces:
PropertyInterpolator<java.lang.Long>
- Enclosing class:
- CorePropertyInterpolators
private static class CorePropertyInterpolators.LongPropertyInterpolator extends java.lang.Object implements PropertyInterpolator<java.lang.Long>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
LongPropertyInterpolator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<java.lang.Long>
getBasePropertyClass()
java.lang.Long
interpolate(java.lang.Long from, java.lang.Long to, float timelinePosition)
-
-
-
Method Detail
-
getBasePropertyClass
public java.lang.Class<java.lang.Long> getBasePropertyClass()
- Specified by:
getBasePropertyClass
in interfacePropertyInterpolator<java.lang.Long>
-
interpolate
public java.lang.Long interpolate(java.lang.Long from, java.lang.Long to, float timelinePosition)
- Specified by:
interpolate
in interfacePropertyInterpolator<java.lang.Long>
-
-