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 classstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static RadianceAnimationCortex.PulseSourceprivate static Set<PropertyInterpolator<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddPropertyInterpolator(PropertyInterpolator<?> pInterpolator) static voidaddPropertyInterpolatorSource(PropertyInterpolatorSource pInterpolatorSource) static <T> PropertyInterpolator<T> getPropertyInterpolator(Collection<T> values) static Collection<PropertyInterpolator<?>> static voidremovePropertyInterpolator(PropertyInterpolator<?> pInterpolator) static voidsetPulseSource(RadianceAnimationCortex.PulseSource pulseSource)
-
Field Details
-
propertyInterpolators
-
currPulseSource
-
-
Constructor Details
-
RadianceAnimationCortex
private RadianceAnimationCortex()
-
-
Method Details
-
getPropertyInterpolators
-
getPropertyInterpolator
-
addPropertyInterpolator
-
addPropertyInterpolatorSource
-
removePropertyInterpolator
-
setPulseSource
-
getPulseSource
-