Uses of Class
org.apache.batik.anim.values.AnimatableTransformListValue
-
Packages that use AnimatableTransformListValue Package Description org.apache.batik.anim.values -
-
Uses of AnimatableTransformListValue in org.apache.batik.anim.values
Methods in org.apache.batik.anim.values that return AnimatableTransformListValue Modifier and Type Method Description static 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 AnimatableTransformListValue Modifier and Type Method Description static 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.
-