Class RadianceAnimationCortex
- java.lang.Object
-
- org.pushingpixels.radiance.animation.api.RadianceAnimationCortex
-
public class RadianceAnimationCortex extends java.lang.ObjectProvides the public API surface for working with Radiance animations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRadianceAnimationCortex.FixedRatePulseSourcestatic interfaceRadianceAnimationCortex.PulseSource
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddPropertyInterpolator(PropertyInterpolator<?> pInterpolator)static voidaddPropertyInterpolatorSource(PropertyInterpolatorSource pInterpolatorSource)static <T> PropertyInterpolator<T>getPropertyInterpolator(java.util.Collection<T> values)static java.util.Collection<PropertyInterpolator<?>>getPropertyInterpolators()static RadianceAnimationCortex.PulseSourcegetPulseSource()static voidremovePropertyInterpolator(PropertyInterpolator<?> pInterpolator)static voidsetPulseSource(RadianceAnimationCortex.PulseSource pulseSource)
-
-
-
Method Detail
-
getPropertyInterpolators
public static java.util.Collection<PropertyInterpolator<?>> getPropertyInterpolators()
-
getPropertyInterpolator
public static <T> PropertyInterpolator<T> getPropertyInterpolator(java.util.Collection<T> values)
-
addPropertyInterpolator
public static void addPropertyInterpolator(PropertyInterpolator<?> pInterpolator)
-
addPropertyInterpolatorSource
public static void addPropertyInterpolatorSource(PropertyInterpolatorSource pInterpolatorSource)
-
removePropertyInterpolator
public static void removePropertyInterpolator(PropertyInterpolator<?> pInterpolator)
-
setPulseSource
public static void setPulseSource(RadianceAnimationCortex.PulseSource pulseSource)
-
getPulseSource
public static RadianceAnimationCortex.PulseSource getPulseSource()
-
-