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
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 voidRadianceAnimationCortex.addPropertyInterpolator(PropertyInterpolator<?> pInterpolator) TimelinePropertyBuilder.interpolatedWith(PropertyInterpolator<T> pInterpolator) static voidRadianceAnimationCortex.removePropertyInterpolator(PropertyInterpolator<?> pInterpolator) -
Uses of PropertyInterpolator in org.pushingpixels.radiance.animation.api.interpolator
Methods 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. -
Uses of PropertyInterpolator in org.pushingpixels.radiance.animation.internal.interpolator
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
Methods in org.pushingpixels.radiance.animation.internal.swing that return types with arguments of type PropertyInterpolator