Uses of Class
org.apache.batik.anim.values.AnimatableValue
-
Packages that use AnimatableValue Package Description org.apache.batik.anim org.apache.batik.anim.dom org.apache.batik.anim.values org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. -
-
Uses of AnimatableValue in org.apache.batik.anim
Fields in org.apache.batik.anim declared as AnimatableValue Modifier and Type Field Description protected AnimatableValueSimpleAnimation. byRelative offset value for the animation.protected AnimatableValueAbstractAnimation. composedValueThe value of this animation composed with any others.protected AnimatableValueSimpleAnimation. fromStarting value of the animation.protected AnimatableValueSetAnimation. toThe set animation value.protected AnimatableValueSimpleAnimation. toEnding value of the animation.protected AnimatableValueAbstractAnimation. valueThe value of this animation.protected AnimatableValue[]SimpleAnimation. valuesValues between which to interpolate.Methods in org.apache.batik.anim that return AnimatableValue Modifier and Type Method Description AnimatableValueAbstractAnimation. getComposedValue()Returns the composed value of this animation, or null if it isn't active.AnimatableValueAbstractAnimation. getValue()Returns the value of this animation, or null if it isn't active.Constructors in org.apache.batik.anim with parameters of type AnimatableValue Constructor Description ColorAnimation(TimedElement timedElement, AnimatableElement animatableElement, int calcMode, float[] keyTimes, float[] keySplines, boolean additive, boolean cumulative, AnimatableValue[] values, AnimatableValue from, AnimatableValue to, AnimatableValue by)Creates a new ColorAnimation.MotionAnimation(TimedElement timedElement, AnimatableElement animatableElement, int calcMode, float[] keyTimes, float[] keySplines, boolean additive, boolean cumulative, AnimatableValue[] values, AnimatableValue from, AnimatableValue to, AnimatableValue by, ExtendedGeneralPath path, float[] keyPoints, boolean rotateAuto, boolean rotateAutoReverse, float rotateAngle, short rotateAngleUnit)Creates a new MotionAnimation.SetAnimation(TimedElement timedElement, AnimatableElement animatableElement, AnimatableValue to)Creates a new SetAnimation.SimpleAnimation(TimedElement timedElement, AnimatableElement animatableElement, int calcMode, float[] keyTimes, float[] keySplines, boolean additive, boolean cumulative, AnimatableValue[] values, AnimatableValue from, AnimatableValue to, AnimatableValue by)Creates a new SimpleAnimation.TransformAnimation(TimedElement timedElement, AnimatableElement animatableElement, int calcMode, float[] keyTimes, float[] keySplines, boolean additive, boolean cumulative, AnimatableValue[] values, AnimatableValue from, AnimatableValue to, AnimatableValue by, short type)Creates a new TransformAnimation. -
Uses of AnimatableValue in org.apache.batik.anim.dom
Methods in org.apache.batik.anim.dom that return AnimatableValue Modifier and Type Method Description protected AnimatableValueSVGOMElement. getBaseValue(org.w3c.dom.svg.SVGAnimatedInteger n, org.w3c.dom.svg.SVGAnimatedInteger on)Returns an AnimatableNumberOptionalNumberValue for the base value of the given two SVGAnimatedIntegers.protected AnimatableValueSVGOMElement. getBaseValue(org.w3c.dom.svg.SVGAnimatedNumber n, org.w3c.dom.svg.SVGAnimatedNumber on)Returns an AnimatableNumberOptionalNumberValue for the base value of the given two SVGAnimatedNumbers.AnimatableValueAbstractSVGAnimatedLength. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueAnimatableElement. getUnderlyingValue()Returns the underlying value of the animated attribute.AnimatableValueAnimatedLiveAttributeValue. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueAnimationTarget. getUnderlyingValue(java.lang.String ns, java.lang.String ln)Returns the underlying value of an animatable XML attribute.AnimatableValueSVGOMAnimatedBoolean. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueSVGOMAnimatedEnumeration. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueSVGOMAnimatedInteger. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueSVGOMAnimatedLengthList. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueSVGOMAnimatedMarkerOrientValue. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueSVGOMAnimatedNumber. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueSVGOMAnimatedNumberList. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueSVGOMAnimatedPathData. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueSVGOMAnimatedPoints. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueSVGOMAnimatedPreserveAspectRatio. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueSVGOMAnimatedRect. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueSVGOMAnimatedString. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueSVGOMAnimatedTransformList. getUnderlyingValue(AnimationTarget target)Returns the base value of the attribute as anAnimatableValue.AnimatableValueSVGOMElement. getUnderlyingValue(java.lang.String ns, java.lang.String ln)Returns the underlying value of an animatable XML attribute.Methods in org.apache.batik.anim.dom with parameters of type AnimatableValue Modifier and Type Method Description protected voidAbstractSVGAnimatedLength. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.protected abstract voidAbstractSVGAnimatedValue. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.protected voidSVGOMAnimatedBoolean. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.protected voidSVGOMAnimatedEnumeration. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.protected voidSVGOMAnimatedInteger. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.protected voidSVGOMAnimatedLengthList. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.protected voidSVGOMAnimatedMarkerOrientValue. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.protected voidSVGOMAnimatedNumber. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.protected voidSVGOMAnimatedNumberList. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.protected voidSVGOMAnimatedPathData. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.protected voidSVGOMAnimatedPoints. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.protected voidSVGOMAnimatedPreserveAspectRatio. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.protected voidSVGOMAnimatedRect. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.protected voidSVGOMAnimatedString. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.protected voidSVGOMAnimatedTransformList. updateAnimatedValue(AnimatableValue val)Updates the animated value with the givenAnimatableValue.voidAnimationTarget. updateAttributeValue(java.lang.String ns, java.lang.String ln, AnimatableValue val)Updates an attribute value in this target.voidSVGOMElement. updateAttributeValue(java.lang.String ns, java.lang.String ln, AnimatableValue val)Updates an attribute value in this target.voidSVGOMRectElement. updateAttributeValue(java.lang.String ns, java.lang.String ln, AnimatableValue val)Updates an attribute value in this target.voidAnimationTarget. updateOtherValue(java.lang.String type, AnimatableValue val)Updates a 'other' animation value in this target.voidSVGGraphicsElement. updateOtherValue(java.lang.String type, AnimatableValue val)Updates a 'other' animation value in this target.voidSVGOMElement. updateOtherValue(java.lang.String type, AnimatableValue val)Updates a 'other' animation value in this target.voidSVGOMTextElement. updateOtherValue(java.lang.String type, AnimatableValue val)Updates a 'other' animation value in this target.voidAnimationTarget. updatePropertyValue(java.lang.String pn, AnimatableValue val)Updates a property value in this target.voidSVGOMElement. updatePropertyValue(java.lang.String pn, AnimatableValue val)Updates a property value in this target.voidSVGStylableElement. updatePropertyValue(java.lang.String pn, AnimatableValue val)Updates a property value in this target. -
Uses of AnimatableValue in org.apache.batik.anim.values
Subclasses of AnimatableValue in org.apache.batik.anim.values Modifier and Type Class Description classAnimatableAngleOrIdentValueAn SVG angle-or-identifier value in the animation system.classAnimatableAngleValueAn SVG angle value in the animation system.classAnimatableBooleanValueA boolean value in the animation system.classAnimatableColorValueAn SVG color value in the animation system.classAnimatableIntegerValueAn integer in the animation engine.classAnimatableLengthListValueAn SVG length list value in the animation system.classAnimatableLengthOrIdentValueAn SVG length-or-identifier value in the animation system.classAnimatableLengthValueAn SVG length value in the animation system.classAnimatableMotionPointValueA point value in the animation system from a motion animation.classAnimatableNumberListValueA number list in the animation system.classAnimatableNumberOptionalNumberValueA number-optional-number value in the animation system.classAnimatableNumberOrIdentValueA number-or-identifier value in the animation system.classAnimatableNumberOrPercentageValueA number-or-percentage value in the animation system.classAnimatableNumberValueA number value in the animation system.classAnimatablePaintValueAn SVG paint value in the animation system.classAnimatablePathDataValueAn SVG path value in the animation system.classAnimatablePercentageValueA percentage value in the animation system.classAnimatablePointListValueAn SVG point list value in the animation system.classAnimatablePreserveAspectRatioValueAn SVG preserveAspectRatio value in the animation system.classAnimatableRectValueAn SVG rect value in the animation system.classAnimatableStringValueA string value in the animation system.classAnimatableTransformListValueAn SVG transform list value in the animation system.Methods in org.apache.batik.anim.values that return AnimatableValue Modifier and Type Method Description AnimatableValueAnimatableAngleOrIdentValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableAngleValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableBooleanValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableColorValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableIntegerValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableLengthListValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableLengthOrIdentValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableLengthValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableMotionPointValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableNumberListValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableNumberOptionalNumberValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableNumberOrIdentValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableNumberOrPercentageValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableNumberValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatablePaintValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatablePathDataValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatablePercentageValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatablePointListValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatablePreserveAspectRatioValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableRectValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableStringValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableTransformListValue. getZeroValue()Returns a zero value of this AnimatableValue's type.abstract AnimatableValueAnimatableValue. getZeroValue()Returns a zero value of this AnimatableValue's type.AnimatableValueAnimatableAngleOrIdentValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableAngleValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableBooleanValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableColorValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableIntegerValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableLengthListValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableLengthOrIdentValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableLengthValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableMotionPointValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableNumberListValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableNumberOptionalNumberValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableNumberOrIdentValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableNumberOrPercentageValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableNumberValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatablePaintValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatablePathDataValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatablePercentageValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatablePointListValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatablePreserveAspectRatioValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableRectValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableStringValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableTransformListValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.abstract AnimatableValueAnimatableValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.Methods in org.apache.batik.anim.values with parameters of type AnimatableValue Modifier and Type Method Description floatAnimatableAngleOrIdentValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableAngleValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableBooleanValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableColorValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableIntegerValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableLengthListValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableLengthOrIdentValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableLengthValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableMotionPointValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableNumberListValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableNumberOptionalNumberValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableNumberOrIdentValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableNumberOrPercentageValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableNumberValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatablePaintValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatablePathDataValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatablePointListValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatablePreserveAspectRatioValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableRectValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableStringValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableTransformListValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.abstract floatAnimatableValue. distanceTo(AnimatableValue other)Returns the absolute distance between this value and the specified other value.floatAnimatableTransformListValue. distanceTo1(AnimatableValue other)Returns the distance between this value's first component and the specified other value's first component.floatAnimatableTransformListValue. distanceTo2(AnimatableValue other)Returns the distance between this value's second component and the specified other value's second component.floatAnimatableTransformListValue. distanceTo3(AnimatableValue other)Returns the distance between this value's third component and the specified other value's third component.AnimatableValueAnimatableAngleOrIdentValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableAngleValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableBooleanValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableColorValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableIntegerValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableLengthListValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableLengthOrIdentValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableLengthValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableMotionPointValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableNumberListValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableNumberOptionalNumberValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableNumberOrIdentValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableNumberOrPercentageValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableNumberValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatablePaintValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatablePathDataValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatablePercentageValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatablePointListValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatablePreserveAspectRatioValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableRectValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableStringValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.AnimatableValueAnimatableTransformListValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value.abstract AnimatableValueAnimatableValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)Performs interpolation to the given value. -
Uses of AnimatableValue in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return AnimatableValue Modifier and Type Method Description protected AnimatableValueSVGAnimationEngine.AnimatableAngleOrIdentFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)protected AnimatableValueSVGAnimationEngine.AnimatableAngleValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)protected AnimatableValueSVGAnimationEngine.AnimatableColorValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)protected AnimatableValueSVGAnimationEngine.AnimatableLengthOrIdentFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)protected AnimatableValueSVGAnimationEngine.AnimatableNumberOrIdentFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)protected AnimatableValueSVGAnimationEngine.AnimatablePaintValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)protected AnimatableValueSVGAnimationEngine.AnimatableStringValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)protected abstract AnimatableValueSVGAnimationEngine.CSSValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue, after computation and inheritance.AnimatableValueSVGAnimationEngine.AnimatableBooleanValueFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)Creates a new AnimatableValue from a string.AnimatableValueSVGAnimationEngine.AnimatableBooleanValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatableIntegerValueFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)Creates a new AnimatableValue from a string.AnimatableValueSVGAnimationEngine.AnimatableIntegerValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatableLengthListValueFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)Creates a new AnimatableValue from a string.AnimatableValueSVGAnimationEngine.AnimatableLengthListValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatableLengthValueFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)Creates a new AnimatableValue from a string.AnimatableValueSVGAnimationEngine.AnimatableLengthValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatableNumberListValueFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)Creates a new AnimatableValue from a string.AnimatableValueSVGAnimationEngine.AnimatableNumberListValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatableNumberOrPercentageValueFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)Creates a new AnimatableValue from a string.AnimatableValueSVGAnimationEngine.AnimatableNumberOrPercentageValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatableNumberValueFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)Creates a new AnimatableValue from a string.AnimatableValueSVGAnimationEngine.AnimatableNumberValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatablePathDataFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)Creates a new AnimatableValue from a string.AnimatableValueSVGAnimationEngine.AnimatablePathDataFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatablePointListValueFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)Creates a new AnimatableValue from a string.AnimatableValueSVGAnimationEngine.AnimatablePointListValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)Creates a new AnimatableValue from a string.AnimatableValueSVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.AnimatableRectValueFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)Creates a new AnimatableValue from a string.AnimatableValueSVGAnimationEngine.AnimatableRectValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.CSSValueFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)AnimatableValueSVGAnimationEngine.CSSValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)AnimatableValueSVGAnimationEngine.Factory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)Creates a new AnimatableValue from a string.AnimatableValueSVGAnimationEngine.Factory. createValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue.AnimatableValueSVGAnimationEngine.UncomputedAnimatableStringValueFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)AnimatableValueSVGAnimationEngine.UncomputedAnimatableStringValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)AnimatableValueSVGAnimationEngine. getUnderlyingCSSValue(org.w3c.dom.Element animElt, AnimationTarget target, java.lang.String pn)Returns an AnimatableValue for the underlying value of a CSS property.AnimatableValueSVGAnimateMotionElementBridge. getUnderlyingValue()Returns the underlying value of the animated attribute.AnimatableValueSVGAnimationElementBridge. getUnderlyingValue()Returns the underlying value of the animated attribute.protected AnimatableValueSVGAnimationElementBridge. parseAnimatableValue(java.lang.String an)Parses an attribute as an AnimatableValue.AnimatableValueSVGAnimationEngine. parseAnimatableValue(org.w3c.dom.Element animElt, AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)Parses an AnimatableValue.protected AnimatableValueSVGAnimateMotionElementBridge. parseLengthPair(java.lang.String ln)Parses a single comma-separated length pair.protected AnimatableValueSVGAnimateTransformElementBridge. parseValue(java.lang.String s, short type, AnimationTarget target)Parses a transform value.protected AnimatableValue[]SVGAnimateElementBridge. parseValues()Returns the parsed 'values' attribute from the animation element.protected AnimatableValue[]SVGAnimateMotionElementBridge. parseValues()Returns the parsed 'values' attribute from the animation element.protected AnimatableValue[]SVGAnimateMotionElementBridge. parseValues(java.lang.String s)protected AnimatableValue[]SVGAnimateTransformElementBridge. parseValues(short type, AnimationTarget target)Returns the parsed 'values' attribute from the animation element.Methods in org.apache.batik.bridge with parameters of type AnimatableValue Modifier and Type Method Description protected booleanSVGAnimateColorElementBridge. checkValueType(AnimatableValue v)Returns whether the specifiedAnimatableValueis of a type allowed by this animation.protected booleanSVGAnimationElementBridge. checkValueType(AnimatableValue v)Returns whether the specifiedAnimatableValueis of a type allowed by this animation.
-