Uses of Class
org.apache.batik.anim.values.AnimatableValue
Packages that use AnimatableValue
Package
Description
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 AnimatableValueModifier and TypeFieldDescriptionprotected AnimatableValue
SimpleAnimation.by
Relative offset value for the animation.protected AnimatableValue
AbstractAnimation.composedValue
The value of this animation composed with any others.protected AnimatableValue
SimpleAnimation.from
Starting value of the animation.protected AnimatableValue
SetAnimation.to
The set animation value.protected AnimatableValue
SimpleAnimation.to
Ending value of the animation.protected AnimatableValue
AbstractAnimation.value
The value of this animation.protected AnimatableValue[]
SimpleAnimation.values
Values between which to interpolate.Methods in org.apache.batik.anim that return AnimatableValueModifier and TypeMethodDescriptionAbstractAnimation.getComposedValue()
Returns the composed value of this animation, or null if it isn't active.AbstractAnimation.getValue()
Returns the value of this animation, or null if it isn't active.Constructors in org.apache.batik.anim with parameters of type AnimatableValueModifierConstructorDescriptionColorAnimation
(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 AnimatableValueModifier and TypeMethodDescriptionprotected AnimatableValue
SVGOMElement.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 AnimatableValue
SVGOMElement.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.AbstractSVGAnimatedLength.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.AnimatableElement.getUnderlyingValue()
Returns the underlying value of the animated attribute.AnimatedLiveAttributeValue.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.AnimationTarget.getUnderlyingValue
(String ns, String ln) Returns the underlying value of an animatable XML attribute.SVGOMAnimatedBoolean.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.SVGOMAnimatedEnumeration.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.SVGOMAnimatedInteger.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.SVGOMAnimatedLengthList.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.SVGOMAnimatedMarkerOrientValue.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.SVGOMAnimatedNumber.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.SVGOMAnimatedNumberList.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.SVGOMAnimatedPathData.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.SVGOMAnimatedPoints.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.SVGOMAnimatedPreserveAspectRatio.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.SVGOMAnimatedRect.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.SVGOMAnimatedString.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.SVGOMAnimatedTransformList.getUnderlyingValue
(AnimationTarget target) Returns the base value of the attribute as anAnimatableValue
.SVGOMElement.getUnderlyingValue
(String ns, String ln) Returns the underlying value of an animatable XML attribute.Methods in org.apache.batik.anim.dom with parameters of type AnimatableValueModifier and TypeMethodDescriptionprotected void
AbstractSVGAnimatedLength.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.protected abstract void
AbstractSVGAnimatedValue.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.protected void
SVGOMAnimatedBoolean.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.protected void
SVGOMAnimatedEnumeration.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.protected void
SVGOMAnimatedInteger.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.protected void
SVGOMAnimatedLengthList.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.protected void
SVGOMAnimatedMarkerOrientValue.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.protected void
SVGOMAnimatedNumber.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.protected void
SVGOMAnimatedNumberList.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.protected void
SVGOMAnimatedPathData.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.protected void
SVGOMAnimatedPoints.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.protected void
SVGOMAnimatedPreserveAspectRatio.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.protected void
SVGOMAnimatedRect.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.protected void
SVGOMAnimatedString.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.protected void
SVGOMAnimatedTransformList.updateAnimatedValue
(AnimatableValue val) Updates the animated value with the givenAnimatableValue
.void
AnimationTarget.updateAttributeValue
(String ns, String ln, AnimatableValue val) Updates an attribute value in this target.void
SVGOMElement.updateAttributeValue
(String ns, String ln, AnimatableValue val) Updates an attribute value in this target.void
SVGOMRectElement.updateAttributeValue
(String ns, String ln, AnimatableValue val) Updates an attribute value in this target.void
AnimationTarget.updateOtherValue
(String type, AnimatableValue val) Updates a 'other' animation value in this target.void
SVGGraphicsElement.updateOtherValue
(String type, AnimatableValue val) Updates a 'other' animation value in this target.void
SVGOMElement.updateOtherValue
(String type, AnimatableValue val) Updates a 'other' animation value in this target.void
SVGOMTextElement.updateOtherValue
(String type, AnimatableValue val) Updates a 'other' animation value in this target.void
AnimationTarget.updatePropertyValue
(String pn, AnimatableValue val) Updates a property value in this target.void
SVGOMElement.updatePropertyValue
(String pn, AnimatableValue val) Updates a property value in this target.void
SVGStylableElement.updatePropertyValue
(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.valuesModifier and TypeClassDescriptionclass
An SVG angle-or-identifier value in the animation system.class
An SVG angle value in the animation system.class
A boolean value in the animation system.class
An SVG color value in the animation system.class
An integer in the animation engine.class
An SVG length list value in the animation system.class
An SVG length-or-identifier value in the animation system.class
An SVG length value in the animation system.class
A point value in the animation system from a motion animation.class
A number list in the animation system.class
A number-optional-number value in the animation system.class
A number-or-identifier value in the animation system.class
A number-or-percentage value in the animation system.class
A number value in the animation system.class
An SVG paint value in the animation system.class
An SVG path value in the animation system.class
A percentage value in the animation system.class
An SVG point list value in the animation system.class
An SVG preserveAspectRatio value in the animation system.class
An SVG rect value in the animation system.class
A string value in the animation system.class
An SVG transform list value in the animation system.Methods in org.apache.batik.anim.values that return AnimatableValueModifier and TypeMethodDescriptionAnimatableAngleOrIdentValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableAngleValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableBooleanValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableColorValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableIntegerValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableLengthListValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableLengthOrIdentValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableLengthValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableMotionPointValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableNumberListValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableNumberOptionalNumberValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableNumberOrIdentValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableNumberOrPercentageValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableNumberValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatablePaintValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatablePathDataValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatablePercentageValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatablePointListValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatablePreserveAspectRatioValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableRectValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableStringValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableTransformListValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.abstract AnimatableValue
AnimatableValue.getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableAngleOrIdentValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableAngleValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableBooleanValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableColorValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableIntegerValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableLengthListValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableLengthOrIdentValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableLengthValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableMotionPointValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableNumberListValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableNumberOptionalNumberValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableNumberOrIdentValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableNumberOrPercentageValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableNumberValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatablePaintValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatablePathDataValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatablePercentageValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatablePointListValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatablePreserveAspectRatioValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableRectValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableStringValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableTransformListValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.abstract AnimatableValue
AnimatableValue.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 AnimatableValueModifier and TypeMethodDescriptionfloat
AnimatableAngleOrIdentValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableAngleValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableBooleanValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableColorValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableIntegerValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableLengthListValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableLengthOrIdentValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableLengthValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableMotionPointValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableNumberListValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableNumberOptionalNumberValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableNumberOrIdentValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableNumberOrPercentageValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableNumberValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatablePaintValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatablePathDataValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatablePointListValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatablePreserveAspectRatioValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableRectValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableStringValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableTransformListValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.abstract float
AnimatableValue.distanceTo
(AnimatableValue other) Returns the absolute distance between this value and the specified other value.float
AnimatableTransformListValue.distanceTo1
(AnimatableValue other) Returns the distance between this value's first component and the specified other value's first component.float
AnimatableTransformListValue.distanceTo2
(AnimatableValue other) Returns the distance between this value's second component and the specified other value's second component.float
AnimatableTransformListValue.distanceTo3
(AnimatableValue other) Returns the distance between this value's third component and the specified other value's third component.AnimatableAngleOrIdentValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableAngleValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableBooleanValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableColorValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableIntegerValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableLengthListValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableLengthOrIdentValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableLengthValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableMotionPointValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableNumberListValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableNumberOptionalNumberValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableNumberOrIdentValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableNumberOrPercentageValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableNumberValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatablePaintValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatablePathDataValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatablePercentageValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatablePointListValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatablePreserveAspectRatioValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableRectValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableStringValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.AnimatableTransformListValue.interpolate
(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier) Performs interpolation to the given value.abstract AnimatableValue
AnimatableValue.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 AnimatableValueModifier and TypeMethodDescriptionprotected AnimatableValue
SVGAnimationEngine.AnimatableAngleOrIdentFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) protected AnimatableValue
SVGAnimationEngine.AnimatableAngleValueFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) protected AnimatableValue
SVGAnimationEngine.AnimatableColorValueFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) protected AnimatableValue
SVGAnimationEngine.AnimatableLengthOrIdentFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) protected AnimatableValue
SVGAnimationEngine.AnimatableNumberOrIdentFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) protected AnimatableValue
SVGAnimationEngine.AnimatablePaintValueFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) protected AnimatableValue
SVGAnimationEngine.AnimatableStringValueFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) protected abstract AnimatableValue
SVGAnimationEngine.CSSValueFactory.createAnimatableValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
, after computation and inheritance.SVGAnimationEngine.AnimatableBooleanValueFactory.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.SVGAnimationEngine.AnimatableBooleanValueFactory.createValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
.SVGAnimationEngine.AnimatableIntegerValueFactory.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.SVGAnimationEngine.AnimatableIntegerValueFactory.createValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
.SVGAnimationEngine.AnimatableLengthListValueFactory.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.SVGAnimationEngine.AnimatableLengthListValueFactory.createValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
.SVGAnimationEngine.AnimatableLengthValueFactory.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.SVGAnimationEngine.AnimatableLengthValueFactory.createValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
.SVGAnimationEngine.AnimatableNumberListValueFactory.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.SVGAnimationEngine.AnimatableNumberListValueFactory.createValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
.SVGAnimationEngine.AnimatableNumberOrPercentageValueFactory.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.SVGAnimationEngine.AnimatableNumberOrPercentageValueFactory.createValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
.SVGAnimationEngine.AnimatableNumberValueFactory.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.SVGAnimationEngine.AnimatableNumberValueFactory.createValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
.SVGAnimationEngine.AnimatablePathDataFactory.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.SVGAnimationEngine.AnimatablePathDataFactory.createValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
.SVGAnimationEngine.AnimatablePointListValueFactory.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.SVGAnimationEngine.AnimatablePointListValueFactory.createValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
.SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory.createValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
.SVGAnimationEngine.AnimatableRectValueFactory.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.SVGAnimationEngine.AnimatableRectValueFactory.createValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
.SVGAnimationEngine.CSSValueFactory.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) SVGAnimationEngine.CSSValueFactory.createValue
(AnimationTarget target, String pn, Value v) SVGAnimationEngine.Factory.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.SVGAnimationEngine.Factory.createValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
.SVGAnimationEngine.UncomputedAnimatableStringValueFactory.createValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) SVGAnimationEngine.UncomputedAnimatableStringValueFactory.createValue
(AnimationTarget target, String pn, Value v) SVGAnimationEngine.getUnderlyingCSSValue
(Element animElt, AnimationTarget target, String pn) Returns an AnimatableValue for the underlying value of a CSS property.SVGAnimateMotionElementBridge.getUnderlyingValue()
Returns the underlying value of the animated attribute.SVGAnimationElementBridge.getUnderlyingValue()
Returns the underlying value of the animated attribute.protected AnimatableValue
SVGAnimationElementBridge.parseAnimatableValue
(String an) Parses an attribute as an AnimatableValue.SVGAnimationEngine.parseAnimatableValue
(Element animElt, AnimationTarget target, String ns, String ln, boolean isCSS, String s) Parses an AnimatableValue.protected AnimatableValue
SVGAnimateMotionElementBridge.parseLengthPair
(String ln) Parses a single comma-separated length pair.protected AnimatableValue
SVGAnimateTransformElementBridge.parseValue
(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
(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 AnimatableValueModifier and TypeMethodDescriptionprotected boolean
SVGAnimateColorElementBridge.checkValueType
(AnimatableValue v) Returns whether the specifiedAnimatableValue
is of a type allowed by this animation.protected boolean
SVGAnimationElementBridge.checkValueType
(AnimatableValue v) Returns whether the specifiedAnimatableValue
is of a type allowed by this animation.