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.interpolatorprivate PropertyInterpolator<T> TimelinePropertyBuilder.GenericFieldInfo.propertyInterpolatorprivate PropertyInterpolator<T> TimelinePropertyBuilder.GenericFieldInfoTo.propertyInterpolatorFields in org.pushingpixels.radiance.animation.api with type parameters of type PropertyInterpolatorModifier and TypeFieldDescriptionprivate static Set<PropertyInterpolator<?>> RadianceAnimationCortex.propertyInterpolatorsMethods 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 voidRadianceAnimationCortex.addPropertyInterpolator(PropertyInterpolator<?> pInterpolator) TimelinePropertyBuilder.interpolatedWith(PropertyInterpolator<T> pInterpolator) static voidRadianceAnimationCortex.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 PropertyInterpolatorModifierConstructorDescriptionprivateKeyValues(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 classprivate static classprivate static classprivate static classFields in org.pushingpixels.radiance.animation.internal.interpolator with type parameters of type PropertyInterpolatorModifier and TypeFieldDescriptionprivate Set<PropertyInterpolator<?>> CorePropertyInterpolators.interpolatorsMethods 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 classFields in org.pushingpixels.radiance.animation.internal.swing with type parameters of type PropertyInterpolatorModifier and TypeFieldDescriptionprivate Set<PropertyInterpolator<?>> AWTPropertyInterpolators.interpolatorsMethods in org.pushingpixels.radiance.animation.internal.swing that return types with arguments of type PropertyInterpolator