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 privateLongPropertyInterpolator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<java.lang.Long>getBasePropertyClass()java.lang.Longinterpolate(java.lang.Long from, java.lang.Long to, float timelinePosition)
-
-
-
Method Detail
-
getBasePropertyClass
public java.lang.Class<java.lang.Long> getBasePropertyClass()
- Specified by:
getBasePropertyClassin interfacePropertyInterpolator<java.lang.Long>
-
interpolate
public java.lang.Long interpolate(java.lang.Long from, java.lang.Long to, float timelinePosition)- Specified by:
interpolatein interfacePropertyInterpolator<java.lang.Long>
-
-