Class CorePropertyInterpolators
- java.lang.Object
-
- org.pushingpixels.radiance.animation.internal.interpolator.CorePropertyInterpolators
-
- All Implemented Interfaces:
PropertyInterpolatorSource
public class CorePropertyInterpolators extends java.lang.Object implements PropertyInterpolatorSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
CorePropertyInterpolators.DoublePropertyInterpolator
private static class
CorePropertyInterpolators.FloatPropertyInterpolator
private static class
CorePropertyInterpolators.IntegerPropertyInterpolator
private static class
CorePropertyInterpolators.LongPropertyInterpolator
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<PropertyInterpolator<?>>
interpolators
-
Constructor Summary
Constructors Constructor Description CorePropertyInterpolators()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<PropertyInterpolator<?>>
getPropertyInterpolators()
-
-
-
Field Detail
-
interpolators
private java.util.Set<PropertyInterpolator<?>> interpolators
-
-
Method Detail
-
getPropertyInterpolators
public java.util.Set<PropertyInterpolator<?>> getPropertyInterpolators()
- Specified by:
getPropertyInterpolators
in interfacePropertyInterpolatorSource
-
-