Uses of Class
org.apache.batik.anim.values.AnimatableTransformListValue
Packages that use AnimatableTransformListValue
-
Uses of AnimatableTransformListValue in org.apache.batik.anim.values
Methods in org.apache.batik.anim.values that return AnimatableTransformListValueModifier and TypeMethodDescriptionstatic AnimatableTransformListValueAnimatableTransformListValue.interpolate(AnimatableTransformListValue res, AnimatableTransformListValue value1, AnimatableTransformListValue value2, AnimatableTransformListValue to1, AnimatableTransformListValue to2, float interpolation1, float interpolation2, AnimatableTransformListValue accumulation, int multiplier) Performs a two-way interpolation between the specified values.static AnimatableTransformListValueAnimatableTransformListValue.interpolate(AnimatableTransformListValue res, AnimatableTransformListValue value1, AnimatableTransformListValue value2, AnimatableTransformListValue value3, AnimatableTransformListValue to1, AnimatableTransformListValue to2, AnimatableTransformListValue to3, float interpolation1, float interpolation2, float interpolation3, AnimatableTransformListValue accumulation, int multiplier) Performs a three-way interpolation between the specified values.Methods in org.apache.batik.anim.values with parameters of type AnimatableTransformListValueModifier and TypeMethodDescriptionstatic AnimatableTransformListValueAnimatableTransformListValue.interpolate(AnimatableTransformListValue res, AnimatableTransformListValue value1, AnimatableTransformListValue value2, AnimatableTransformListValue to1, AnimatableTransformListValue to2, float interpolation1, float interpolation2, AnimatableTransformListValue accumulation, int multiplier) Performs a two-way interpolation between the specified values.static AnimatableTransformListValueAnimatableTransformListValue.interpolate(AnimatableTransformListValue res, AnimatableTransformListValue value1, AnimatableTransformListValue value2, AnimatableTransformListValue value3, AnimatableTransformListValue to1, AnimatableTransformListValue to2, AnimatableTransformListValue to3, float interpolation1, float interpolation2, float interpolation3, AnimatableTransformListValue accumulation, int multiplier) Performs a three-way interpolation between the specified values.