Class RadianceAnimationCortex
java.lang.Object
org.pushingpixels.radiance.animation.api.RadianceAnimationCortex
Provides the public API surface for working with Radiance animations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static RadianceAnimationCortex.PulseSource
private static Set
<PropertyInterpolator<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addPropertyInterpolator
(PropertyInterpolator<?> pInterpolator) static void
addPropertyInterpolatorSource
(PropertyInterpolatorSource pInterpolatorSource) static <T> PropertyInterpolator
<T> getPropertyInterpolator
(Collection<T> values) static Collection
<PropertyInterpolator<?>> static void
removePropertyInterpolator
(PropertyInterpolator<?> pInterpolator) static void
setPulseSource
(RadianceAnimationCortex.PulseSource pulseSource)
-
Field Details
-
propertyInterpolators
-
currPulseSource
-
-
Constructor Details
-
RadianceAnimationCortex
private RadianceAnimationCortex()
-
-
Method Details
-
getPropertyInterpolators
-
getPropertyInterpolator
-
addPropertyInterpolator
-
addPropertyInterpolatorSource
-
removePropertyInterpolator
-
setPulseSource
-
getPulseSource
-