Uses of Interface
org.pushingpixels.radiance.animation.api.interpolator.PropertyInterpolator
-
-
Uses of PropertyInterpolator in org.pushingpixels.radiance.animation.api
Fields in org.pushingpixels.radiance.animation.api declared as PropertyInterpolator Modifier and Type Field Description private 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 PropertyInterpolator Modifier and Type Field Description private static java.util.Set<PropertyInterpolator<?>>RadianceAnimationCortex. propertyInterpolatorsMethods in org.pushingpixels.radiance.animation.api that return PropertyInterpolator Modifier and Type Method Description static <T> PropertyInterpolator<T>RadianceAnimationCortex. getPropertyInterpolator(java.util.Collection<T> values)Methods in org.pushingpixels.radiance.animation.api that return types with arguments of type PropertyInterpolator Modifier and Type Method Description static java.util.Collection<PropertyInterpolator<?>>RadianceAnimationCortex. getPropertyInterpolators()Methods in org.pushingpixels.radiance.animation.api with parameters of type PropertyInterpolator Modifier and Type Method Description static voidRadianceAnimationCortex. addPropertyInterpolator(PropertyInterpolator<?> pInterpolator)TimelinePropertyBuilder<T>TimelinePropertyBuilder. interpolatedWith(PropertyInterpolator<T> pInterpolator)static voidRadianceAnimationCortex. removePropertyInterpolator(PropertyInterpolator<?> pInterpolator)Constructors in org.pushingpixels.radiance.animation.api with parameters of type PropertyInterpolator Constructor Description GenericFieldInfo(java.lang.Object obj, java.lang.String fieldName, T from, java.util.function.Supplier<T> fromSupplier, T to, java.util.function.Supplier<T> toSupplier, PropertyInterpolator<T> propertyInterpolator, TimelinePropertyBuilder.PropertySetter<T> propertySetter)GenericFieldInfoTo(java.lang.Object obj, java.lang.String fieldName, T to, java.util.function.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 PropertyInterpolator Modifier and Type Field Description private PropertyInterpolator<T>KeyValues. interpolatorMethods in org.pushingpixels.radiance.animation.api.interpolator that return types with arguments of type PropertyInterpolator Modifier and Type Method Description java.util.Set<PropertyInterpolator<?>>PropertyInterpolatorSource. getPropertyInterpolators()Methods in org.pushingpixels.radiance.animation.api.interpolator with parameters of type PropertyInterpolator Modifier and Type Method Description static <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 PropertyInterpolator Constructor Description 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 PropertyInterpolator Modifier and Type Class Description private static classCorePropertyInterpolators.DoublePropertyInterpolatorprivate static classCorePropertyInterpolators.FloatPropertyInterpolatorprivate static classCorePropertyInterpolators.IntegerPropertyInterpolatorprivate static classCorePropertyInterpolators.LongPropertyInterpolatorFields in org.pushingpixels.radiance.animation.internal.interpolator with type parameters of type PropertyInterpolator Modifier and Type Field Description private java.util.Set<PropertyInterpolator<?>>CorePropertyInterpolators. interpolatorsMethods in org.pushingpixels.radiance.animation.internal.interpolator that return types with arguments of type PropertyInterpolator Modifier and Type Method Description java.util.Set<PropertyInterpolator<?>>CorePropertyInterpolators. getPropertyInterpolators() -
Uses of PropertyInterpolator in org.pushingpixels.radiance.animation.internal.swing
Classes in org.pushingpixels.radiance.animation.internal.swing that implement PropertyInterpolator Modifier and Type Class Description (package private) static classAWTPropertyInterpolators.ColorInterpolator(package private) static classAWTPropertyInterpolators.DimensionInterpolator(package private) static classAWTPropertyInterpolators.PointInterpolator(package private) static classAWTPropertyInterpolators.RectangleInterpolatorFields in org.pushingpixels.radiance.animation.internal.swing with type parameters of type PropertyInterpolator Modifier and Type Field Description private java.util.Set<PropertyInterpolator<?>>AWTPropertyInterpolators. interpolatorsMethods in org.pushingpixels.radiance.animation.internal.swing that return types with arguments of type PropertyInterpolator Modifier and Type Method Description java.util.Set<PropertyInterpolator<?>>AWTPropertyInterpolators. getPropertyInterpolators()
-