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 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 AnimatableValue Modifier and Type Method Description AnimatableValue
AbstractAnimation. getComposedValue()
Returns the composed value of this animation, or null if it isn't active.AnimatableValue
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 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 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.AnimatableValue
AbstractSVGAnimatedLength. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
AnimatableElement. getUnderlyingValue()
Returns the underlying value of the animated attribute.AnimatableValue
AnimatedLiveAttributeValue. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
AnimationTarget. getUnderlyingValue(java.lang.String ns, java.lang.String ln)
Returns the underlying value of an animatable XML attribute.AnimatableValue
SVGOMAnimatedBoolean. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
SVGOMAnimatedEnumeration. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
SVGOMAnimatedInteger. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
SVGOMAnimatedLengthList. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
SVGOMAnimatedMarkerOrientValue. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
SVGOMAnimatedNumber. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
SVGOMAnimatedNumberList. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
SVGOMAnimatedPathData. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
SVGOMAnimatedPoints. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
SVGOMAnimatedPreserveAspectRatio. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
SVGOMAnimatedRect. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
SVGOMAnimatedString. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
SVGOMAnimatedTransformList. getUnderlyingValue(AnimationTarget target)
Returns the base value of the attribute as anAnimatableValue
.AnimatableValue
SVGOMElement. 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 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(java.lang.String ns, java.lang.String ln, AnimatableValue val)
Updates an attribute value in this target.void
SVGOMElement. updateAttributeValue(java.lang.String ns, java.lang.String ln, AnimatableValue val)
Updates an attribute value in this target.void
SVGOMRectElement. updateAttributeValue(java.lang.String ns, java.lang.String ln, AnimatableValue val)
Updates an attribute value in this target.void
AnimationTarget. updateOtherValue(java.lang.String type, AnimatableValue val)
Updates a 'other' animation value in this target.void
SVGGraphicsElement. updateOtherValue(java.lang.String type, AnimatableValue val)
Updates a 'other' animation value in this target.void
SVGOMElement. updateOtherValue(java.lang.String type, AnimatableValue val)
Updates a 'other' animation value in this target.void
SVGOMTextElement. updateOtherValue(java.lang.String type, AnimatableValue val)
Updates a 'other' animation value in this target.void
AnimationTarget. updatePropertyValue(java.lang.String pn, AnimatableValue val)
Updates a property value in this target.void
SVGOMElement. updatePropertyValue(java.lang.String pn, AnimatableValue val)
Updates a property value in this target.void
SVGStylableElement. 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 class
AnimatableAngleOrIdentValue
An SVG angle-or-identifier value in the animation system.class
AnimatableAngleValue
An SVG angle value in the animation system.class
AnimatableBooleanValue
A boolean value in the animation system.class
AnimatableColorValue
An SVG color value in the animation system.class
AnimatableIntegerValue
An integer in the animation engine.class
AnimatableLengthListValue
An SVG length list value in the animation system.class
AnimatableLengthOrIdentValue
An SVG length-or-identifier value in the animation system.class
AnimatableLengthValue
An SVG length value in the animation system.class
AnimatableMotionPointValue
A point value in the animation system from a motion animation.class
AnimatableNumberListValue
A number list in the animation system.class
AnimatableNumberOptionalNumberValue
A number-optional-number value in the animation system.class
AnimatableNumberOrIdentValue
A number-or-identifier value in the animation system.class
AnimatableNumberOrPercentageValue
A number-or-percentage value in the animation system.class
AnimatableNumberValue
A number value in the animation system.class
AnimatablePaintValue
An SVG paint value in the animation system.class
AnimatablePathDataValue
An SVG path value in the animation system.class
AnimatablePercentageValue
A percentage value in the animation system.class
AnimatablePointListValue
An SVG point list value in the animation system.class
AnimatablePreserveAspectRatioValue
An SVG preserveAspectRatio value in the animation system.class
AnimatableRectValue
An SVG rect value in the animation system.class
AnimatableStringValue
A string value in the animation system.class
AnimatableTransformListValue
An SVG transform list value in the animation system.Methods in org.apache.batik.anim.values that return AnimatableValue Modifier and Type Method Description AnimatableValue
AnimatableAngleOrIdentValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableAngleValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableBooleanValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableColorValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableIntegerValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableLengthListValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableLengthOrIdentValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableLengthValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableMotionPointValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableNumberListValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableNumberOptionalNumberValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableNumberOrIdentValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableNumberOrPercentageValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableNumberValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatablePaintValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatablePathDataValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatablePercentageValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatablePointListValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatablePreserveAspectRatioValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableRectValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableStringValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableTransformListValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.abstract AnimatableValue
AnimatableValue. getZeroValue()
Returns a zero value of this AnimatableValue's type.AnimatableValue
AnimatableAngleOrIdentValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableAngleValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableBooleanValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableColorValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableIntegerValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableLengthListValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableLengthOrIdentValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableLengthValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableMotionPointValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableNumberListValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableNumberOptionalNumberValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableNumberOrIdentValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableNumberOrPercentageValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableNumberValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatablePaintValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatablePathDataValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatablePercentageValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatablePointListValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatablePreserveAspectRatioValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableRectValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableStringValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
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 AnimatableValue Modifier and Type Method Description float
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.AnimatableValue
AnimatableAngleOrIdentValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableAngleValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableBooleanValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableColorValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableIntegerValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableLengthListValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableLengthOrIdentValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableLengthValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableMotionPointValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableNumberListValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableNumberOptionalNumberValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableNumberOrIdentValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableNumberOrPercentageValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableNumberValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatablePaintValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatablePathDataValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatablePercentageValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatablePointListValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatablePreserveAspectRatioValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableRectValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
AnimatableStringValue. interpolate(AnimatableValue result, AnimatableValue to, float interpolation, AnimatableValue accumulation, int multiplier)
Performs interpolation to the given value.AnimatableValue
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 AnimatableValue Modifier and Type Method Description protected AnimatableValue
SVGAnimationEngine.AnimatableAngleOrIdentFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)
protected AnimatableValue
SVGAnimationEngine.AnimatableAngleValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)
protected AnimatableValue
SVGAnimationEngine.AnimatableColorValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)
protected AnimatableValue
SVGAnimationEngine.AnimatableLengthOrIdentFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)
protected AnimatableValue
SVGAnimationEngine.AnimatableNumberOrIdentFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)
protected AnimatableValue
SVGAnimationEngine.AnimatablePaintValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)
protected AnimatableValue
SVGAnimationEngine.AnimatableStringValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)
protected abstract AnimatableValue
SVGAnimationEngine.CSSValueFactory. createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
, after computation and inheritance.AnimatableValue
SVGAnimationEngine.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.AnimatableValue
SVGAnimationEngine.AnimatableBooleanValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
.AnimatableValue
SVGAnimationEngine.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.AnimatableValue
SVGAnimationEngine.AnimatableIntegerValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
.AnimatableValue
SVGAnimationEngine.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.AnimatableValue
SVGAnimationEngine.AnimatableLengthListValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
.AnimatableValue
SVGAnimationEngine.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.AnimatableValue
SVGAnimationEngine.AnimatableLengthValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
.AnimatableValue
SVGAnimationEngine.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.AnimatableValue
SVGAnimationEngine.AnimatableNumberListValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
.AnimatableValue
SVGAnimationEngine.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.AnimatableValue
SVGAnimationEngine.AnimatableNumberOrPercentageValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
.AnimatableValue
SVGAnimationEngine.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.AnimatableValue
SVGAnimationEngine.AnimatableNumberValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
.AnimatableValue
SVGAnimationEngine.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.AnimatableValue
SVGAnimationEngine.AnimatablePathDataFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
.AnimatableValue
SVGAnimationEngine.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.AnimatableValue
SVGAnimationEngine.AnimatablePointListValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
.AnimatableValue
SVGAnimationEngine.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.AnimatableValue
SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
.AnimatableValue
SVGAnimationEngine.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.AnimatableValue
SVGAnimationEngine.AnimatableRectValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
.AnimatableValue
SVGAnimationEngine.CSSValueFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)
AnimatableValue
SVGAnimationEngine.CSSValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)
AnimatableValue
SVGAnimationEngine.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.AnimatableValue
SVGAnimationEngine.Factory. createValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
.AnimatableValue
SVGAnimationEngine.UncomputedAnimatableStringValueFactory. createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)
AnimatableValue
SVGAnimationEngine.UncomputedAnimatableStringValueFactory. createValue(AnimationTarget target, java.lang.String pn, Value v)
AnimatableValue
SVGAnimationEngine. getUnderlyingCSSValue(org.w3c.dom.Element animElt, AnimationTarget target, java.lang.String pn)
Returns an AnimatableValue for the underlying value of a CSS property.AnimatableValue
SVGAnimateMotionElementBridge. getUnderlyingValue()
Returns the underlying value of the animated attribute.AnimatableValue
SVGAnimationElementBridge. getUnderlyingValue()
Returns the underlying value of the animated attribute.protected AnimatableValue
SVGAnimationElementBridge. parseAnimatableValue(java.lang.String an)
Parses an attribute as an AnimatableValue.AnimatableValue
SVGAnimationEngine. 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 AnimatableValue
SVGAnimateMotionElementBridge. parseLengthPair(java.lang.String ln)
Parses a single comma-separated length pair.protected AnimatableValue
SVGAnimateTransformElementBridge. 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 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.
-