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. 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 PropertyInterpolator Modifier and Type Field Description private static java.util.Set<PropertyInterpolator<?>>
RadianceAnimationCortex. propertyInterpolators
Methods 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 void
RadianceAnimationCortex. addPropertyInterpolator(PropertyInterpolator<?> pInterpolator)
TimelinePropertyBuilder<T>
TimelinePropertyBuilder. interpolatedWith(PropertyInterpolator<T> pInterpolator)
static void
RadianceAnimationCortex. 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. interpolator
Methods 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 class
CorePropertyInterpolators.DoublePropertyInterpolator
private static class
CorePropertyInterpolators.FloatPropertyInterpolator
private static class
CorePropertyInterpolators.IntegerPropertyInterpolator
private static class
CorePropertyInterpolators.LongPropertyInterpolator
Fields in org.pushingpixels.radiance.animation.internal.interpolator with type parameters of type PropertyInterpolator Modifier and Type Field Description private java.util.Set<PropertyInterpolator<?>>
CorePropertyInterpolators. interpolators
Methods 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 class
AWTPropertyInterpolators.ColorInterpolator
(package private) static class
AWTPropertyInterpolators.DimensionInterpolator
(package private) static class
AWTPropertyInterpolators.PointInterpolator
(package private) static class
AWTPropertyInterpolators.RectangleInterpolator
Fields in org.pushingpixels.radiance.animation.internal.swing with type parameters of type PropertyInterpolator Modifier and Type Field Description private java.util.Set<PropertyInterpolator<?>>
AWTPropertyInterpolators. interpolators
Methods 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()
-