Uses of Interface
org.pushingpixels.radiance.animation.api.interpolator.PropertyInterpolator
Packages that use PropertyInterpolator
Package
Description
-
Uses of PropertyInterpolator in org.pushingpixels.radiance.animation.api
Fields in org.pushingpixels.radiance.animation.api declared as PropertyInterpolatorModifier and TypeFieldDescriptionprivate PropertyInterpolator
<T> TimelinePropertyBuilder.interpolator
private PropertyInterpolator
<T> TimelinePropertyBuilder.GenericFieldInfo.propertyInterpolator
private PropertyInterpolator
<T> TimelinePropertyBuilder.GenericFieldInfoTo.propertyInterpolator
Fields in org.pushingpixels.radiance.animation.api with type parameters of type PropertyInterpolatorModifier and TypeFieldDescriptionprivate static Set
<PropertyInterpolator<?>> RadianceAnimationCortex.propertyInterpolators
Methods in org.pushingpixels.radiance.animation.api that return PropertyInterpolatorModifier and TypeMethodDescriptionstatic <T> PropertyInterpolator
<T> RadianceAnimationCortex.getPropertyInterpolator
(Collection<T> values) Methods in org.pushingpixels.radiance.animation.api that return types with arguments of type PropertyInterpolatorModifier and TypeMethodDescriptionstatic Collection
<PropertyInterpolator<?>> RadianceAnimationCortex.getPropertyInterpolators()
Methods in org.pushingpixels.radiance.animation.api with parameters of type PropertyInterpolatorModifier and TypeMethodDescriptionstatic void
RadianceAnimationCortex.addPropertyInterpolator
(PropertyInterpolator<?> pInterpolator) TimelinePropertyBuilder.interpolatedWith
(PropertyInterpolator<T> pInterpolator) static void
RadianceAnimationCortex.removePropertyInterpolator
(PropertyInterpolator<?> pInterpolator) Constructors in org.pushingpixels.radiance.animation.api with parameters of type PropertyInterpolatorModifierConstructorDescription(package private)
GenericFieldInfo
(Object obj, String fieldName, T from, Supplier<T> fromSupplier, T to, Supplier<T> toSupplier, PropertyInterpolator<T> propertyInterpolator, TimelinePropertyBuilder.PropertySetter<T> propertySetter) (package private)
GenericFieldInfoTo
(Object obj, String fieldName, T to, Supplier<T> toSupplier, PropertyInterpolator<T> propertyInterpolator, TimelinePropertyBuilder.PropertyGetter<T> propertyGetter, TimelinePropertyBuilder.PropertySetter<T> propertySetter) -
Uses of PropertyInterpolator in org.pushingpixels.radiance.animation.api.interpolator
Fields in org.pushingpixels.radiance.animation.api.interpolator declared as PropertyInterpolatorMethods in org.pushingpixels.radiance.animation.api.interpolator that return types with arguments of type PropertyInterpolatorMethods in org.pushingpixels.radiance.animation.api.interpolator with parameters of type PropertyInterpolatorModifier and TypeMethodDescriptionstatic <T> KeyValues
<T> KeyValues.create
(PropertyInterpolator<T> interpolator, T[] params) Constructs a KeyValues object from a property interpolator and one or more values.Constructors in org.pushingpixels.radiance.animation.api.interpolator with parameters of type PropertyInterpolatorModifierConstructorDescriptionprivate
KeyValues
(PropertyInterpolator<T> interpolator, T[] params) Private constructor, called by factory method -
Uses of PropertyInterpolator in org.pushingpixels.radiance.animation.internal.interpolator
Classes in org.pushingpixels.radiance.animation.internal.interpolator that implement PropertyInterpolatorModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
Fields in org.pushingpixels.radiance.animation.internal.interpolator with type parameters of type PropertyInterpolatorModifier and TypeFieldDescriptionprivate Set
<PropertyInterpolator<?>> CorePropertyInterpolators.interpolators
Methods in org.pushingpixels.radiance.animation.internal.interpolator that return types with arguments of type PropertyInterpolator -
Uses of PropertyInterpolator in org.pushingpixels.radiance.animation.internal.swing
Classes in org.pushingpixels.radiance.animation.internal.swing that implement PropertyInterpolatorModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
(package private) static class
Fields in org.pushingpixels.radiance.animation.internal.swing with type parameters of type PropertyInterpolatorModifier and TypeFieldDescriptionprivate Set
<PropertyInterpolator<?>> AWTPropertyInterpolators.interpolators
Methods in org.pushingpixels.radiance.animation.internal.swing that return types with arguments of type PropertyInterpolator