Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X Y Z 

A

AbstractAnimation - Class in org.apache.batik.anim
An abstract base class for the different types of animation.
AbstractAnimation(TimedElement, AnimatableElement) - Constructor for class org.apache.batik.anim.AbstractAnimation
Creates a new Animation.
AbstractElement - Class in org.apache.batik.anim.dom
This class provides a superclass to implement an SVG element, or an element interoperable with the SVG elements.
AbstractElement() - Constructor for class org.apache.batik.anim.dom.AbstractElement
Creates a new Element object.
AbstractElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.AbstractElement
Creates a new Element object.
AbstractElement.ExtendedNamedNodeHashMap - Class in org.apache.batik.anim.dom
An implementation of the NamedNodeMap.
AbstractSVGAnimatedLength - Class in org.apache.batik.anim.dom
This class provides an implementation of the SVGAnimatedLength interface.
AbstractSVGAnimatedLength(AbstractElement, String, String, short, boolean) - Constructor for class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
Creates a new SVGAnimatedLength.
AbstractSVGAnimatedLength.AnimSVGLength - Class in org.apache.batik.anim.dom
This class represents the SVGLength returned by AbstractSVGAnimatedLength.getAnimVal().
AbstractSVGAnimatedLength.BaseSVGLength - Class in org.apache.batik.anim.dom
This class represents the SVGLength returned by AbstractSVGAnimatedLength.getBaseVal().
AbstractSVGAnimatedValue - Class in org.apache.batik.anim.dom
An abstract base class for the SVGAnimated* classes, that implements an AnimatedAttributeListener list.
AbstractSVGAnimatedValue(AbstractElement, String, String) - Constructor for class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
Creates a new AbstractSVGAnimatedValue.
AbstractSVGLength - Class in org.apache.batik.anim.dom
Default implementation for SVGLength.
AbstractSVGLength(short) - Constructor for class org.apache.batik.anim.dom.AbstractSVGLength
Creates a new AbstractSVGLength.
AbstractSVGLength.DefaultContext - Class in org.apache.batik.anim.dom
To resolve the units.
AbstractSVGLengthList - Class in org.apache.batik.anim.dom
This class is the implementation of SVGLengthList.
AbstractSVGLengthList(short) - Constructor for class org.apache.batik.anim.dom.AbstractSVGLengthList
Creates a new SVGLengthList.
AbstractSVGLengthList.LengthListBuilder - Class in org.apache.batik.anim.dom
Helper class to interface the LengthListParser and the ListHandler.
AbstractSVGLengthList.SVGLengthItem - Class in org.apache.batik.anim.dom
An SVGLength in the list.
accesskey - Variable in class org.apache.batik.anim.timing.AccesskeyTimingSpecifier
The accesskey.
accesskey(float, char) - Method in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Invoked when an accesskey value timing specifier is parsed.
accessKeySVG12(float, String) - Method in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Invoked when an SVG 1.2 accessKey value timing specifier is parsed.
AccesskeyTimingSpecifier - Class in org.apache.batik.anim.timing
A class to handle SMIL access key timing specifiers.
AccesskeyTimingSpecifier(TimedElement, boolean, float, char) - Constructor for class org.apache.batik.anim.timing.AccesskeyTimingSpecifier
Creates a new AccesskeyTimingSpecifier object using SVG 1.1 or SMIL syntax.
AccesskeyTimingSpecifier(TimedElement, boolean, float, String) - Constructor for class org.apache.batik.anim.timing.AccesskeyTimingSpecifier
Creates a new AccesskeyTimingSpecifier object using SVG 1.2 syntax.
addAnimatedAttributeListener(AnimatedAttributeListener) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
Adds a listener for changes to the animated value.
addAnimatedAttributeListener(AnimatedAttributeListener) - Method in interface org.apache.batik.anim.dom.AnimatedLiveAttributeValue
Adds a listener for changes to the animated value.
addAnimatedAttributeListener(AnimatedAttributeListener) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Adds an AnimatedAttributeListener to this document, to be notified of animated XML attribute changes.
addAnimation(AnimationTarget, short, String, String, AbstractAnimation) - Method in class org.apache.batik.anim.AnimationEngine
Adds an animation to the document.
addAttribute(String, String, String, String) - Method in class org.apache.batik.anim.dom.AttributeInitializer
Adds a default attribute value to the initializer.
addChild(TimedElement) - Method in class org.apache.batik.anim.timing.TimeContainer
Adds a TimedElement to this container.
addCSSNavigableDocumentListener(CSSNavigableDocumentListener) - Method in class org.apache.batik.anim.dom.SVG12OMDocument
Adds an event listener for mutations on the CSSNavigableDocument tree.
addCSSNavigableDocumentListener(CSSNavigableDocumentListener) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Adds an event listener for mutations on the CSSNavigableDocument tree.
addDependent(TimingSpecifier, boolean) - Method in class org.apache.batik.anim.timing.TimedElement
Adds a dependent TimingSpecifier for this element.
addEventListenerNS(String, String, EventListener, boolean, Object) - Method in class org.apache.batik.anim.dom.XBLEventSupport
Registers an event listener for the given namespaced event type in the specified group.
addImplementationEventListenerNS(String, String, EventListener, boolean) - Method in class org.apache.batik.anim.dom.XBLEventSupport
Registers an event listener that will not be stopped by the usual XBL stopping.
addInstanceTime(InstanceTime, boolean) - Method in class org.apache.batik.anim.timing.TimedElement
Called by a TimingSpecifier of this element when a new InstanceTime is created.
additive - Variable in class org.apache.batik.anim.InterpolatingAnimation
Whether this animation adds to ones below it in the animation sandwich or replaces them.
addTargetListener(String, String, boolean, AnimationTargetListener) - Method in interface org.apache.batik.anim.dom.AnimationTarget
Adds a listener for changes to the given attribute value.
addTargetListener(String, AnimationTargetListener) - Method in interface org.apache.batik.anim.dom.SVGAnimationTargetContext
Adds a listener for changes to the given CSS property.
addTargetListener(String, String, boolean, AnimationTargetListener) - Method in class org.apache.batik.anim.dom.SVGOMElement
Adds a listener for changes to the given attribute value.
addTargetListener(String, String, boolean, AnimationTargetListener) - Method in class org.apache.batik.anim.dom.SVGStylableElement
Adds a listener for changes to the given attribute value.
addTimegraphListener(TimegraphListener) - Method in class org.apache.batik.anim.AnimationEngine
Adds a TimegraphListener to the document.
addTimegraphListener(TimegraphListener) - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Adds a TimegraphListener to the document.
AElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.AElementFactory
 
align - Variable in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
The align value.
ALIGN_VALUES - Static variable in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Strings for the 'align' values.
allowPercentage - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
Whether the parsed number can be a percentage.
AltGlyphDefElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.AltGlyphDefElementFactory
 
AltGlyphElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.AltGlyphElementFactory
 
AltGlyphItemElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.AltGlyphItemElementFactory
 
amplitude - Variable in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
The 'amplitude' attribute value.
angle - Variable in class org.apache.batik.anim.values.AnimatableMotionPointValue
The rotation angle in radians.
ANIM_TYPE_CSS - Static variable in class org.apache.batik.anim.AnimationEngine
 
ANIM_TYPE_OTHER - Static variable in class org.apache.batik.anim.AnimationEngine
 
ANIM_TYPE_XML - Static variable in class org.apache.batik.anim.AnimationEngine
 
animAngleVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
The current animated angle value.
AnimatableAngleOrIdentValue - Class in org.apache.batik.anim.values
An SVG angle-or-identifier value in the animation system.
AnimatableAngleOrIdentValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Creates a new, uninitialized AnimatableAngleOrIdentValue.
AnimatableAngleOrIdentValue(AnimationTarget, float, short) - Constructor for class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Creates a new AnimatableAngleOrIdentValue for an angle value.
AnimatableAngleOrIdentValue(AnimationTarget, String) - Constructor for class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Creates a new AnimatableAngleOrIdentValue for an identifier value.
AnimatableAngleValue - Class in org.apache.batik.anim.values
An SVG angle value in the animation system.
AnimatableAngleValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableAngleValue
Creates a new, uninitialized AnimatableAngleValue.
AnimatableAngleValue(AnimationTarget, float, short) - Constructor for class org.apache.batik.anim.values.AnimatableAngleValue
Creates a new AnimatableAngleValue.
AnimatableBooleanValue - Class in org.apache.batik.anim.values
A boolean value in the animation system.
AnimatableBooleanValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableBooleanValue
Creates a new, uninitialized AnimatableBooleanValue.
AnimatableBooleanValue(AnimationTarget, boolean) - Constructor for class org.apache.batik.anim.values.AnimatableBooleanValue
Creates a new AnimatableBooleanValue.
AnimatableColorValue - Class in org.apache.batik.anim.values
An SVG color value in the animation system.
AnimatableColorValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableColorValue
Creates a new AnimatableColorValue.
AnimatableColorValue(AnimationTarget, float, float, float) - Constructor for class org.apache.batik.anim.values.AnimatableColorValue
Creates a new AnimatableColorValue.
animatableElement - Variable in class org.apache.batik.anim.AbstractAnimation
The AnimatableElement that gives access to underlying values in the document.
AnimatableElement - Interface in org.apache.batik.anim.dom
An interface for animatable elements to expose their underlying values to the compositing functions in AbstractAnimation.
AnimatableIntegerValue - Class in org.apache.batik.anim.values
An integer in the animation engine.
AnimatableIntegerValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableIntegerValue
Creates a new, uninitialized AnimatableIntegerValue.
AnimatableIntegerValue(AnimationTarget, int) - Constructor for class org.apache.batik.anim.values.AnimatableIntegerValue
Creates a new AnimatableIntegerValue.
AnimatableLengthListValue - Class in org.apache.batik.anim.values
An SVG length list value in the animation system.
AnimatableLengthListValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableLengthListValue
Creates a new, uninitialized AnimatableLengthListValue.
AnimatableLengthListValue(AnimationTarget, short[], float[], short) - Constructor for class org.apache.batik.anim.values.AnimatableLengthListValue
Creates a new AnimatableLengthListValue.
AnimatableLengthOrIdentValue - Class in org.apache.batik.anim.values
An SVG length-or-identifier value in the animation system.
AnimatableLengthOrIdentValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Creates a new, uninitialized AnimatableLengthOrIdentValue.
AnimatableLengthOrIdentValue(AnimationTarget, short, float, short) - Constructor for class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Creates a new AnimatableLengthOrIdentValue for a length value.
AnimatableLengthOrIdentValue(AnimationTarget, String) - Constructor for class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Creates a new AnimatableLengthOrIdentValue for an identifier value.
AnimatableLengthValue - Class in org.apache.batik.anim.values
An SVG length value in the animation system.
AnimatableLengthValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableLengthValue
Creates a new AnimatableLengthValue with no length.
AnimatableLengthValue(AnimationTarget, short, float, short) - Constructor for class org.apache.batik.anim.values.AnimatableLengthValue
Creates a new AnimatableLengthValue.
AnimatableMotionPointValue - Class in org.apache.batik.anim.values
A point value in the animation system from a motion animation.
AnimatableMotionPointValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableMotionPointValue
Creates a new, uninitialized AnimatableMotionPointValue.
AnimatableMotionPointValue(AnimationTarget, float, float, float) - Constructor for class org.apache.batik.anim.values.AnimatableMotionPointValue
Creates a new AnimatableMotionPointValue with one x.
AnimatableNumberListValue - Class in org.apache.batik.anim.values
A number list in the animation system.
AnimatableNumberListValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableNumberListValue
Creates a new, uninitialized AnimatableNumberListValue.
AnimatableNumberListValue(AnimationTarget, float[]) - Constructor for class org.apache.batik.anim.values.AnimatableNumberListValue
Creates a new AnimatableNumberListValue.
AnimatableNumberOptionalNumberValue - Class in org.apache.batik.anim.values
A number-optional-number value in the animation system.
AnimatableNumberOptionalNumberValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Creates a new, uninitialized AnimatableNumberOptionalNumberValue.
AnimatableNumberOptionalNumberValue(AnimationTarget, float) - Constructor for class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Creates a new AnimatableNumberOptionalNumberValue with one number.
AnimatableNumberOptionalNumberValue(AnimationTarget, float, float) - Constructor for class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Creates a new AnimatableNumberOptionalNumberValue with two numbers.
AnimatableNumberOrIdentValue - Class in org.apache.batik.anim.values
A number-or-identifier value in the animation system.
AnimatableNumberOrIdentValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
Creates a new, uninitialized AnimatableNumberOrIdentValue.
AnimatableNumberOrIdentValue(AnimationTarget, float, boolean) - Constructor for class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
Creates a new AnimatableNumberOrIdentValue for a Number value.
AnimatableNumberOrIdentValue(AnimationTarget, String) - Constructor for class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
Creates a new AnimatableNumberOrIdentValue for an identifier value.
AnimatableNumberOrPercentageValue - Class in org.apache.batik.anim.values
A number-or-percentage value in the animation system.
AnimatableNumberOrPercentageValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Creates a new, uninitialized AnimatableNumberOrPercentageValue.
AnimatableNumberOrPercentageValue(AnimationTarget, float) - Constructor for class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Creates a new AnimatableNumberOrPercentageValue with a number.
AnimatableNumberOrPercentageValue(AnimationTarget, float, boolean) - Constructor for class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Creates a new AnimatableNumberOrPercentageValue with either a number or a percentage.
AnimatableNumberValue - Class in org.apache.batik.anim.values
A number value in the animation system.
AnimatableNumberValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableNumberValue
Creates a new, uninitialized AnimatableNumberValue.
AnimatableNumberValue(AnimationTarget, float) - Constructor for class org.apache.batik.anim.values.AnimatableNumberValue
Creates a new AnimatableNumberValue.
AnimatablePaintValue - Class in org.apache.batik.anim.values
An SVG paint value in the animation system.
AnimatablePaintValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatablePaintValue
Creates a new, uninitialized AnimatablePaintValue.
AnimatablePaintValue(AnimationTarget, float, float, float) - Constructor for class org.apache.batik.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue.
AnimatablePathDataValue - Class in org.apache.batik.anim.values
An SVG path value in the animation system.
AnimatablePathDataValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatablePathDataValue
Creates a new, uninitialized AnimatablePathDataValue.
AnimatablePathDataValue(AnimationTarget, short[], float[]) - Constructor for class org.apache.batik.anim.values.AnimatablePathDataValue
Creates a new AnimatablePathDataValue.
AnimatablePercentageValue - Class in org.apache.batik.anim.values
A percentage value in the animation system.
AnimatablePercentageValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatablePercentageValue
Creates a new, uninitialized AnimatablePercentageValue.
AnimatablePercentageValue(AnimationTarget, float) - Constructor for class org.apache.batik.anim.values.AnimatablePercentageValue
Creates a new AnimatablePercentageValue.
AnimatablePointListValue - Class in org.apache.batik.anim.values
An SVG point list value in the animation system.
AnimatablePointListValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatablePointListValue
Creates a new, uninitialized AnimatablePointListValue.
AnimatablePointListValue(AnimationTarget, float[]) - Constructor for class org.apache.batik.anim.values.AnimatablePointListValue
Creates a new AnimatablePointListValue.
AnimatablePreserveAspectRatioValue - Class in org.apache.batik.anim.values
An SVG preserveAspectRatio value in the animation system.
AnimatablePreserveAspectRatioValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Creates a new, uninitialized AnimatablePreserveAspectRatioValue.
AnimatablePreserveAspectRatioValue(AnimationTarget, short, short) - Constructor for class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Creates a new AnimatablePreserveAspectRatioValue.
AnimatableRectValue - Class in org.apache.batik.anim.values
An SVG rect value in the animation system.
AnimatableRectValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableRectValue
Creates a new, uninitialized AnimatableRectValue.
AnimatableRectValue(AnimationTarget, float, float, float, float) - Constructor for class org.apache.batik.anim.values.AnimatableRectValue
Creates a new AnimatableRectValue with one number.
AnimatableStringValue - Class in org.apache.batik.anim.values
A string value in the animation system.
AnimatableStringValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableStringValue
Creates a new, uninitialized AnimatableStringValue.
AnimatableStringValue(AnimationTarget, String) - Constructor for class org.apache.batik.anim.values.AnimatableStringValue
Creates a new AnimatableStringValue.
AnimatableTransformListValue - Class in org.apache.batik.anim.values
An SVG transform list value in the animation system.
AnimatableTransformListValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableTransformListValue
Creates a new, uninitialized AnimatableTransformListValue.
AnimatableTransformListValue(AnimationTarget, AbstractSVGTransform) - Constructor for class org.apache.batik.anim.values.AnimatableTransformListValue
Creates a new AnimatableTransformListValue with a single transform.
AnimatableTransformListValue(AnimationTarget, List) - Constructor for class org.apache.batik.anim.values.AnimatableTransformListValue
Creates a new AnimatableTransformListValue with a transform list.
AnimatableValue - Class in org.apache.batik.anim.values
An abstract class for values in the animation engine.
AnimatableValue(AnimationTarget) - Constructor for class org.apache.batik.anim.values.AnimatableValue
Creates a new AnimatableValue.
AnimateColorElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.AnimateColorElementFactory
 
animatedAngle - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
The SVGAnimatedAngle.
AnimatedAngle() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedAngle
 
animatedAttributeChanged(Element, AnimatedLiveAttributeValue) - Method in interface org.apache.batik.anim.dom.AnimatedAttributeListener
Called to notify an object of a change to the animated value of an animatable XML attribute.
animatedAttributeChanged(Element, AnimatedLiveAttributeValue) - Method in class org.apache.batik.anim.dom.SVGOMDocument.AnimAttrListener
Called to notify an object of a change to the animated value of an animatable XML attribute.
AnimatedAttributeListener - Interface in org.apache.batik.anim.dom
An interface to listen for changes on any animatable XML attribute in an SVGOMDocument.
animatedAttributeListeners - Variable in class org.apache.batik.anim.dom.SVGOMDocument
List of AnimatedAttributeListeners attached to this document.
animatedEnumeration - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
The SVGAnimatedEnumeration.
AnimatedEnumeration() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
 
AnimatedLiveAttributeValue - Interface in org.apache.batik.anim.dom
An interface for LiveAttributeValues that have an animated value component.
AnimateElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.AnimateElementFactory
 
AnimateMotionElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.AnimateMotionElementFactory
 
AnimateTransformElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.AnimateTransformElementFactory
 
animation - Variable in class org.apache.batik.anim.AnimationEngine.Sandwich
The top-most animation in the sandwich.
AnimationEngine - Class in org.apache.batik.anim
An abstract base class for managing animation in a document.
AnimationEngine(Document) - Constructor for class org.apache.batik.anim.AnimationEngine
Creates a new AnimationEngine for the given document.
AnimationEngine.AnimationInfo - Class in org.apache.batik.anim
Class to hold target information of an animation.
AnimationEngine.Listener - Class in org.apache.batik.anim
Listener class for changes to base values on a target element.
AnimationEngine.Sandwich - Class in org.apache.batik.anim
Class to hold an animation sandwich for a particular attribute.
AnimationEngine.TargetInfo - Class in org.apache.batik.anim
Class to hold XML and CSS animations for a target element.
AnimationException - Exception in org.apache.batik.anim
An exception class for SMIL animation exceptions.
AnimationException(TimedElement, String, Object[]) - Constructor for exception org.apache.batik.anim.AnimationException
Creates a new AnimationException.
AnimationInfo() - Constructor for class org.apache.batik.anim.AnimationEngine.AnimationInfo
 
animations - Variable in class org.apache.batik.anim.AnimationEngine
Map of AbstractAnimations to AnimationInfo objects.
animationsPaused() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.animationsPaused().
AnimationTarget - Interface in org.apache.batik.anim.dom
An interface for targets of animation to provide context information.
AnimationTargetListener - Interface in org.apache.batik.anim.dom
A listener class for animation targets.
AnimAttrListener() - Constructor for class org.apache.batik.anim.dom.SVGOMDocument.AnimAttrListener
 
animEnumerationVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
The current animated enumeration value.
animPathSegs - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
The animated path data value.
AnimSVGAngle() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
 
AnimSVGLength(short) - Constructor for class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
Creates a new AnimSVGLength.
AnimSVGLengthList() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Creates a new AnimSVGLengthList.
AnimSVGNumberList() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Creates a new AnimSVGNumberList.
AnimSVGPARValue() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
 
AnimSVGPathSegList() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Creates a new AnimSVGPathSegList.
AnimSVGPointList() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Creates a new AnimSVGPointList.
AnimSVGRect() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedRect.AnimSVGRect
 
AnimSVGTransformList() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Creates a new AnimSVGTransformList.
animVal - Variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
The current animated value.
animVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
The current animated value.
animVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
The current animated value.
animVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
The current animated value.
animVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
The animated value.
animVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
The current animated value.
animVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
The animated value.
animVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPoints
The animated value.
animVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
The animated value.
animVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedRect
The animated value.
animVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedString
The current animated value.
animVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
The animated value.
appendItem(SVGLength) - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList
DOM: Implements SVGLengthList.appendItem(SVGLength).
appendItem(SVGLength) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
DOM: Implements SVGLengthList.appendItem(SVGLength).
appendItem(SVGNumber) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
DOM: Implements SVGNumberList.appendItem(SVGNumber).
appendItem(SVGPathSeg) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
DOM: Implements SVGPathSegList.appendItem(SVGPathSeg).
appendItem(SVGPoint) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
DOM: Implements SVGPointList.appendItem(SVGPoint).
appendItem(SVGTransform) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
DOM: Implements SVGTransformList.appendItem(SVGTransform).
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.AbstractElement
Called when an attribute has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedString
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeColorValue
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributePaintValue
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeValue
Called when an Attr node has been added.
attrAdded(Attr, String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.StyleDeclaration
Called when an Attr node has been added.
attrChanged() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
Called when the attribute has changed in some way.
AttributeInitializer - Class in org.apache.batik.anim.dom
This class is used by elements to initialize and reset their attributes.
AttributeInitializer(int) - Constructor for class org.apache.batik.anim.dom.AttributeInitializer
Creates a new AttributeInitializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMAElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMAltGlyphElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMAnimateMotionElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMAnimateTransformElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMColorProfileElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMCursorElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMFEImageElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMFilterElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMGradientElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMImageElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMMPathElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMPatternElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMScriptElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMStyleElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMSVGElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMSymbolElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMTextPathElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMUseElement
The attribute initializer.
attributeInitializer - Static variable in class org.apache.batik.anim.dom.SVGOMViewElement
The attribute initializer.
attributeLocalName - Variable in class org.apache.batik.anim.AnimationEngine.AnimationInfo
The local name of the attribute or the name of the CSS property to animate.
attributeNamespaceURI - Variable in class org.apache.batik.anim.AnimationEngine.AnimationInfo
The namespace URI of the attribute to animate, if this is an XML attribute animation.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.AbstractElement
Called when an attribute has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedString
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeColorValue
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributePaintValue
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeValue
Called when an Attr node has been modified.
attrModified(Attr, String, String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.StyleDeclaration
Called when an Attr node has been modified.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.AbstractElement
Called when an attribute has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedString
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeColorValue
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributePaintValue
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeValue
Called when an Attr node has been removed.
attrRemoved(Attr, String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.StyleDeclaration
Called when an Attr node has been removed.
azimuth - Variable in class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
The 'azimuth' attribute value.

B

baseAngleVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
The current base angle value.
baseEnumerationVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
The current base enumeration value.
BaseSVGAngle() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
 
BaseSVGLength(short) - Constructor for class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Creates a new BaseSVGLength.
BaseSVGLengthList() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Creates a new BaseSVGLengthList.
BaseSVGNumberList() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
 
BaseSVGPARValue() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
Creates a new BaseSVGPARValue.
BaseSVGPathSegList() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
 
BaseSVGPointList() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
 
BaseSVGRect() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
 
BaseSVGTransformList() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
 
baseVal - Variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
The base value.
baseVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
The current base value.
baseVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
The current base value.
baseVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
The current base value.
baseVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
The base value.
baseVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
The current base value.
baseVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
The base value.
baseVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPoints
The base value.
baseVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
The base value.
baseVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedRect
The base value.
baseVal - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
The base value.
baseValueChanged(AnimationTarget, String, String, boolean) - Method in class org.apache.batik.anim.AnimationEngine.Listener
Invoked to indicate that base value of the specified attribute or property has changed.
baseValueChanged(AnimationTarget, String, String, boolean) - Method in interface org.apache.batik.anim.dom.AnimationTargetListener
Invoked to indicate that base value of the specified attribute or property has changed.
begin - Variable in class org.apache.batik.anim.timing.Interval
The begin time for the interval.
beginDependents - Variable in class org.apache.batik.anim.timing.Interval
The list of InstanceTime objects that are dependent on the begin time of this Interval.
beginDependents - Variable in class org.apache.batik.anim.timing.TimedElement
List of TimingSpecifiers on other elements that depend on this element's begin times.
beginElement() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements ElementTimeControl.beginElement().
beginElement() - Method in class org.apache.batik.anim.timing.TimedElement
Adds a time to the begin time instance list that will cause the element to begin immediately (if restart semantics allow it).
beginElement(float) - Method in class org.apache.batik.anim.timing.TimedElement
Adds a time to the begin time instance list that will cause the element to begin at some offset to the current time (if restart semantics allow it).
beginElementAt(float) - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements ElementTimeControl.beginElementAt(float).
beginInstanceTime - Variable in class org.apache.batik.anim.timing.Interval
The InstanceTime that defined the begin time of the current interval.
beginInstanceTimes - Variable in class org.apache.batik.anim.timing.TimedElement
List of begin InstanceTimes.
beginTime - Variable in class org.apache.batik.anim.AbstractAnimation
The time at which this animation became active.
beginTimes - Variable in class org.apache.batik.anim.timing.TimedElement
Timing specifiers for the begin times of this element.
bias - Variable in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
The 'bias' attribute value.
BindableElement - Class in org.apache.batik.anim.dom
This class implements foreign namespace elements that can be bound with XBL.
BindableElement() - Constructor for class org.apache.batik.anim.dom.BindableElement
Creates a new BindableElement object.
BindableElement(String, AbstractDocument, String, String) - Constructor for class org.apache.batik.anim.dom.BindableElement
Creates a new BindableElement object.
blue - Variable in class org.apache.batik.anim.values.AnimatableColorValue
The blue component.
bubblingImplementationListeners - Variable in class org.apache.batik.anim.dom.XBLEventSupport
The unstoppable bubbling listeners table.
by - Variable in class org.apache.batik.anim.SimpleAnimation
Relative offset value for the animation.

C

CALC_MODE_DISCRETE - Static variable in class org.apache.batik.anim.AbstractAnimation
 
CALC_MODE_LINEAR - Static variable in class org.apache.batik.anim.AbstractAnimation
 
CALC_MODE_PACED - Static variable in class org.apache.batik.anim.AbstractAnimation
 
CALC_MODE_SPLINE - Static variable in class org.apache.batik.anim.AbstractAnimation
 
calcMode - Variable in class org.apache.batik.anim.InterpolatingAnimation
The interpolation mode of this animator.
canBegin() - Method in class org.apache.batik.anim.timing.TimedElement
Returns whether this element can be begun or restarted currently.
canDispatch(String, String) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements org.w3c.dom.events.DocumentEvent#canDispatch(String,String).
canEnd() - Method in class org.apache.batik.anim.timing.TimedElement
Returns whether this element can be ended currently.
canPace() - Method in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableBooleanValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableColorValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableIntegerValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableLengthListValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableLengthValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableMotionPointValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableNumberListValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableNumberValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatablePaintValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatablePathDataValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatablePointListValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableRectValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableStringValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableTransformListValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
canPace() - Method in class org.apache.batik.anim.values.AnimatableValue
Returns whether two values of this type can have their distance computed, as needed by paced animation.
capturingImplementationListeners - Variable in class org.apache.batik.anim.dom.XBLEventSupport
The unstoppable capturing listeners table.
changing - Variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
Whether the value is changing.
changing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
Whether the value is changing.
changing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Whether the value is changing.
changing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
Whether the value is changing.
changing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
Whether the list is changing.
changing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Whether the value is changing.
changing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
Whether the value is changing.
changing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
Whether the list is changing.
changing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
Whether the list is changing.
changing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPoints
Whether the list is changing.
changing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
Whether the value is changing.
changing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedRect
Whether the value is changing.
changing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
Whether the list is changing.
CHANNEL_SELECTOR_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
The 'xChannelSelector' and 'yChannelSelector' attributes values.
check() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
Throws an exception if the length list value is malformed.
check() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
Throws an exception if the number list value is malformed.
check() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
Throws an exception if the path data is malformed.
check() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints
Throws an exception if the points list value is malformed.
check() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
Throws an exception if the points list value is malformed.
check() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
Throws an exception if the points list value is malformed.
checkEnclosure(SVGElement, SVGRect) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.checkEnclosure(SVGElement,SVGRect).
checkIntersection(SVGElement, SVGRect) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.checkIntersection(SVGElement,SVGRect).
checkItemType(Object) - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList
Asserts that the given item is an SVGLengthList.
children - Variable in class org.apache.batik.anim.timing.TimeContainer
The child TimedElements of this time container.
CircleElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.CircleElementFactory
 
className - Variable in class org.apache.batik.anim.dom.SVGStylableElement
The 'class' attribute value.
clear() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
DOM: Implements SVGLengthList.clear().
clear() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
DOM: Implements SVGNumberList.clear().
clear() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
DOM: Implements SVGPathSegList.clear().
clear() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
DOM: Implements SVGPointList.clear().
clear() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
DOM: Implements SVGTransformList.clear().
clearOnReset - Variable in class org.apache.batik.anim.timing.InstanceTime
Whether this InstanceTime should be removed from an element's begin or end instance time lists upon reset.
CLIP_PATH_UNITS_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMClipPathElement
The clipPathUnits values.
ClipPathElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.ClipPathElementFactory
 
clipPathUnits - Variable in class org.apache.batik.anim.dom.SVGOMClipPathElement
The 'clipPathUnits' attribute value.
cm() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.cm().
code - Variable in exception org.apache.batik.anim.AnimationException
The error code.
ColorAnimation - Class in org.apache.batik.anim
An animation class for 'animateColor' animations.
ColorAnimation(TimedElement, AnimatableElement, int, float[], float[], boolean, boolean, AnimatableValue[], AnimatableValue, AnimatableValue, AnimatableValue) - Constructor for class org.apache.batik.anim.ColorAnimation
Creates a new ColorAnimation.
ColorProfileElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.ColorProfileElementFactory
 
commands - Variable in class org.apache.batik.anim.values.AnimatablePathDataValue
The path commands.
compareTo(Object) - Method in class org.apache.batik.anim.timing.InstanceTime
Compares this InstanceTime with another.
compatibleTypes(short, short, short, short) - Static method in class org.apache.batik.anim.values.AnimatableLengthValue
Determines if two SVG length types are compatible.
composedValue - Variable in class org.apache.batik.anim.AbstractAnimation
The value of this animation composed with any others.
computedStyleMap - Variable in class org.apache.batik.anim.dom.SVGStylableElement
The computed style map.
computeInterval(boolean, boolean, float, boolean) - Method in class org.apache.batik.anim.timing.TimedElement
Computes an interval from the begin and end instance time lists.
consolidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
DOM: Implements SVGTransformList.consolidate().
context - Variable in class org.apache.batik.anim.dom.AbstractSVGLength
The context used to resolve the units.
convertEpochTime(long) - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Converts an epoch time to document time.
convertToSpecifiedUnits(short) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.convertToSpecifiedUnits(short).
convertToSpecifiedUnits(short) - Method in class org.apache.batik.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.convertToSpecifiedUnits(short).
convertToSpecifiedUnits(short) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.convertToSpecifiedUnits(short).
convertWallclockTime(Calendar) - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Converts a wallclock time to document time.
copyInto(Node) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class org.apache.batik.anim.dom.SVGOMElement
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class org.apache.batik.anim.dom.SVGOMToBeImplementedElement
Copy the fields of the current node into the given node.
copyInto(Node) - Method in class org.apache.batik.anim.dom.XBLOMElement
Copy the fields of the current node into the given node.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowDivElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowLineElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowParaElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowRegionBreakElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowRegionElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowRegionExcludeElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowRootElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowSpanElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.HandlerElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.MultiImageElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.SolidColorElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.SubImageElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.SubImageRefElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.XBLContentElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.XBLDefinitionElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.XBLHandlerGroupElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.XBLImportElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.XBLShadowTreeElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.XBLTemplateElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation.XBLXBLElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.AElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.AltGlyphDefElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.AltGlyphElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.AltGlyphItemElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.AnimateColorElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.AnimateElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.AnimateMotionElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.AnimateTransformElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.CircleElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.ClipPathElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.ColorProfileElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.CursorElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.DefinitionSrcElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.DefsElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.DescElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.EllipseElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeBlendElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeColorMatrixElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeComponentTransferElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeCompositeElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeConvolveMatrixElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeDiffuseLightingElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeDisplacementMapElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeDistantLightElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeFloodElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeFuncAElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeFuncBElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeFuncGElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeFuncRElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeGaussianBlurElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeImageElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeMergeElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeMergeNodeElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeMorphologyElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeOffsetElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FePointLightElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeSpecularLightingElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeSpotLightElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeTileElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FeTurbulenceElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FilterElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FontElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FontFaceElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FontFaceFormatElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FontFaceNameElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FontFaceSrcElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.FontFaceUriElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.ForeignObjectElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.GElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.GlyphElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.GlyphRefElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.HkernElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.ImageElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.LinearGradientElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.LineElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.MarkerElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.MaskElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.MetadataElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.MissingGlyphElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.MpathElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.PathElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.PatternElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.PolygonElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.PolylineElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.RadialGradientElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.RectElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.ScriptElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.SetElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.StopElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.StyleElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.SvgElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.SwitchElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.SymbolElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.TextElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.TextPathElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.TitleElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.TrefElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.TspanElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.UseElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.ViewElementFactory
Creates an instance of the associated element type.
create(String, Document) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation.VkernElementFactory
Creates an instance of the associated element type.
createAttribute(String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
createAttributeNS(String, String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
createAttributes() - Method in class org.apache.batik.anim.dom.AbstractElement
Creates the attribute list.
createCDATASection(String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
createColorPaintValue(AnimationTarget, float, float, float) - Static method in class org.apache.batik.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a color value.
createComment(String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
createCSSEngine(AbstractStylableDocument, CSSContext, ExtendedParser, ValueManager[], ShorthandManager[]) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation
 
createCSSEngine(AbstractStylableDocument, CSSContext, ExtendedParser, ValueManager[], ShorthandManager[]) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation
 
createCSSStyleDeclaration() - Method in class org.apache.batik.anim.dom.SVGDOMImplementation
Creates a style declaration.
createCSSStyleSheet(String, String) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation
DOM: Implements DOMImplementationCSS.createCSSStyleSheet(String,String).
createCurrentColorPaintValue(AnimationTarget) - Static method in class org.apache.batik.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a 'currentColor' value.
createDocument(String) - Method in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Creates a SVG Document instance.
createDocument(String, InputStream) - Method in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Creates a SVG Document instance.
createDocument(String, Reader) - Method in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Creates a SVG Document instance.
createDocument(String, String, String) - Method in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Creates a Document instance.
createDocument(String, String, String, InputStream) - Method in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Creates a Document instance.
createDocument(String, String, String, Reader) - Method in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Creates a Document instance.
createDocument(String, String, DocumentType) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation
createDocument(String, String, DocumentType) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation
createDocumentEventSupport() - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation
Creates an DocumentEventSupport object suitable for use with this implementation.
createDocumentEventSupport() - Method in class org.apache.batik.anim.dom.SVGDOMImplementation
Creates an DocumentEventSupport object suitable for use with this implementation.
createDocumentFragment() - Method in class org.apache.batik.anim.dom.SVGOMDocument
createDocumentRoot() - Method in class org.apache.batik.anim.AnimationEngine
Creates a new returns a new TimedDocumentRoot object for the document.
createDOMException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Create a DOMException.
createDOMException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Create a DOMException.
createElement(String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
createElementNS(AbstractDocument, String, String) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation
Implements the behavior of Document.createElementNS() for this DOM implementation.
createElementNS(AbstractDocument, String, String) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation
Implements the behavior of Document.createElementNS() for this DOM implementation.
createElementNS(String, String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
createEntityReference(String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
createEvent(String) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
createEventSupport(AbstractNode) - Method in class org.apache.batik.anim.dom.SVG12DOMImplementation
Creates an EventSupport object for the given node.
createException(String, Object[]) - Method in class org.apache.batik.anim.timing.TimedElement
Creates and returns a new AnimationException.
createInheritPaintValue(AnimationTarget) - Static method in class org.apache.batik.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a 'inherit' value.
createLiveAnimatedBoolean(String, String, boolean) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedBoolean and stores it in this element's LiveAttributeValue table.
createLiveAnimatedEnumeration(String, String, String[], short) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedEnumeration and stores it in this element's LiveAttributeValue table.
createLiveAnimatedInteger(String, String, int) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedInteger and stores it in this element's LiveAttributeValue table.
createLiveAnimatedLength(String, String, String, short, boolean) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedLength and stores it in this element's LiveAttributeValue table.
createLiveAnimatedLengthList(String, String, String, boolean, short) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedLengthList and stores it in this element's LiveAttributeValue table.
createLiveAnimatedMarkerOrientValue(String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedMarkerOrientValue and stores it in this element's LiveAttributeValue table.
createLiveAnimatedNumber(String, String, float) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedNumber and stores it in this element's LiveAttributeValue table.
createLiveAnimatedNumber(String, String, float, boolean) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedNumber that can be parsed as a percentage and stores it in this element's LiveAttributeValue table.
createLiveAnimatedNumberList(String, String, String, boolean) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedNumberList and stores it in this element's LiveAttributeValue table.
createLiveAnimatedPathData(String, String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedPathData and stores it in this element's LiveAttributeValue table.
createLiveAnimatedPoints(String, String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedPoints and stores it in this element's LiveAttributeValue table.
createLiveAnimatedPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedPreserveAspectRatio and stores it in this element's LiveAttributeValue table.
createLiveAnimatedRect(String, String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedRect and stores it in this element's LiveAttributeValue table.
createLiveAnimatedString(String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedString and stores it in this element's LiveAttributeValue table.
createLiveAnimatedTransformList(String, String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates a new SVGOMAnimatedTransformList and stores it in this element's LiveAttributeValue table.
createNonePaintValue(AnimationTarget) - Static method in class org.apache.batik.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a 'none' value.
createProcessingInstruction(String, String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
createStyleSheet(Node, HashMap<String, String>) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation
Creates a stylesheet from the data of an xml-stylesheet processing instruction or return null.
createSVGAngle() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.createSVGAngle().
createSVGDocument(String) - Method in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
 
createSVGDocument(String, InputStream) - Method in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Creates a SVG Document instance.
createSVGDocument(String, Reader) - Method in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Creates a SVG Document instance.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList
Create an SVGException when the checkItemType fails.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Create a SVGException.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMElement
Creates an SVGException with the appropriate error message.
createSVGItem(Object) - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList
Creates a new SVGItem object from the given SVGLength.
createSVGLength() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.createSVGLength().
createSVGMatrix() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.createSVGMatrix().
createSVGNumber() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.createSVGNumber().
createSVGPathSegArcAbs(float, float, float, float, float, boolean, boolean) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegArcAbs(float,float,float,float,float,boolean,boolean).
createSVGPathSegArcRel(float, float, float, float, float, boolean, boolean) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegArcRel(float,float,float,float,float,boolean,boolean).
createSVGPathSegClosePath() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegClosePath().
createSVGPathSegCurvetoCubicAbs(float, float, float, float, float, float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicAbs(float,float,float,float,float,float).
createSVGPathSegCurvetoCubicRel(float, float, float, float, float, float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicRel(float,float,float,float,float,float).
createSVGPathSegCurvetoCubicSmoothAbs(float, float, float, float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs(float,float,float,float).
createSVGPathSegCurvetoCubicSmoothRel(float, float, float, float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel(float,float,float,float).
createSVGPathSegCurvetoQuadraticAbs(float, float, float, float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticAbs(float,float,float,float).
createSVGPathSegCurvetoQuadraticRel(float, float, float, float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticRel(float,float,float,float).
createSVGPathSegCurvetoQuadraticSmoothAbs(float, float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs(float,float).
createSVGPathSegCurvetoQuadraticSmoothRel(float, float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel(float,float).
createSVGPathSegLinetoAbs(float, float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegLinetoAbs(float,float).
createSVGPathSegLinetoHorizontalAbs(float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegLinetoHorizontalAbs(float).
createSVGPathSegLinetoHorizontalRel(float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegLinetoHorizontalRel(float).
createSVGPathSegLinetoRel(float, float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegLinetoRel(float,float).
createSVGPathSegLinetoVerticalAbs(float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegLinetoVerticalAbs(float).
createSVGPathSegLinetoVerticalRel(float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegLinetoVerticalRel(float).
createSVGPathSegMovetoAbs(float, float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegMovetoAbs(float,float).
createSVGPathSegMovetoRel(float, float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.createSVGPathSegMovetoRel(float,float).
createSVGPoint() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.createSVGPoint().
createSVGRect() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.createSVGRect().
createSVGTransform() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.createSVGTransform().
createSVGTransformFromMatrix(SVGMatrix) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.createSVGTransformFromMatrix(SVGMatrix).
createTextNode(String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
createURIColorPaintValue(AnimationTarget, String, float, float, float) - Static method in class org.apache.batik.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a URI reference with a color fallback.
createURICurrentColorPaintValue(AnimationTarget, String) - Static method in class org.apache.batik.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a URI reference with a 'currentColor' fallback.
createURINonePaintValue(AnimationTarget, String) - Static method in class org.apache.batik.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a URI reference with a 'none' fallback.
createURIPaintValue(AnimationTarget, String) - Static method in class org.apache.batik.anim.values.AnimatablePaintValue
Creates a new AnimatablePaintValue for a URI reference.
createViewCSS(AbstractStylableDocument) - Method in class org.apache.batik.anim.dom.SVGDOMImplementation
Creates a ViewCSS.
creator - Variable in class org.apache.batik.anim.timing.InstanceTime
The TimingSpecifier that created this InstanceTime.
cssAnimations - Variable in class org.apache.batik.anim.AnimationEngine.TargetInfo
Map of CSS attribute names to the corresponding AnimationEngine.Sandwich objects.
cssEngine - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeColorValue
The CSS engine.
cssEngine - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributePaintValue
The CSS engine.
cssEngine - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeValue
The CSS engine.
cssNavigableDocumentListeners - Variable in class org.apache.batik.anim.dom.SVGOMDocument
Map of CSSNavigableDocumentListeners to an array of wrapper DOM listeners.
cumulative - Variable in class org.apache.batik.anim.InterpolatingAnimation
Whether this animation accumulates from previous iterations.
currentInterval - Variable in class org.apache.batik.anim.timing.TimedElement
The current Interval.
currentIntervalWillUpdate() - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Invoked by timed elements in this document to indicate that the current interval will be re-evaluated at the next sample.
currentRepeatIteration - Variable in class org.apache.batik.anim.timing.TimedElement
The current repeat iteration.
currentType - Variable in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
The length unit just parsed.
currentValue - Variable in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
The the length value just parsed.
CursorElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.CursorElementFactory
 
cx - Variable in class org.apache.batik.anim.dom.SVGOMCircleElement
The 'cx' attribute value.
cx - Variable in class org.apache.batik.anim.dom.SVGOMEllipseElement
The 'cx' attribute value.
cx - Variable in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
The 'cx' attribute value.
cy - Variable in class org.apache.batik.anim.dom.SVGOMCircleElement
The 'cy' attribute value.
cy - Variable in class org.apache.batik.anim.dom.SVGOMEllipseElement
The 'cy' attribute value.
cy - Variable in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
The 'cy' attribute value.

D

d - Variable in class org.apache.batik.anim.dom.SVGOMPathElement
The 'd' attribute value.
decimalFormat - Static variable in class org.apache.batik.anim.values.AnimatableValue
A formatting object to get CSS compatible float strings.
deepCopyInto(Node) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.anim.dom.SVGOMElement
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.anim.dom.SVGOMToBeImplementedElement
Deeply copy the fields of the current node into the given node.
deepCopyInto(Node) - Method in class org.apache.batik.anim.dom.XBLOMElement
Deeply copy the fields of the current node into the given node.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.anim.dom.AbstractElement
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.anim.dom.SVGOMElement
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.anim.dom.SVGOMToBeImplementedElement
Deeply exports this node to the given document.
deepExport(Node, AbstractDocument) - Method in class org.apache.batik.anim.dom.XBLOMElement
Deeply exports this node to the given document.
DefaultContext() - Constructor for class org.apache.batik.anim.dom.AbstractSVGLength.DefaultContext
 
defaultValue - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
The default value.
defaultValue - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
The default value, if the attribute is not specified.
defaultValue - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
The default value.
defaultValue - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedLength
The default value if the attribute is not specified.
defaultValue - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
Default value for the length list.
defaultValue - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
The default value.
defaultValue - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
Default value for the number list.
defaultValue - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
Default value for the 'd' attribute.
defaultValue - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPoints
Default value for the point list.
defaultValue - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedRect
Default value.
defaultValue - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
Default value for the 'transform' attribute.
DefinitionSrcElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.DefinitionSrcElementFactory
 
DefsElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.DefsElementFactory
 
deinitialize() - Method in class org.apache.batik.anim.timing.AccesskeyTimingSpecifier
Deinitializes this timing specifier by removing any event listeners.
deinitialize() - Method in class org.apache.batik.anim.timing.EventbaseTimingSpecifier
Deinitializes this timing specifier by removing any event listeners.
deinitialize() - Method in class org.apache.batik.anim.timing.TimedElement
Deinitializes this timed element.
deinitialize() - Method in class org.apache.batik.anim.timing.TimingSpecifier
Deinitializes this timing specifier by removing any event listeners.
DescElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.DescElementFactory
 
deselectAll() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.deselectAll().
diffuseConstant - Variable in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
The 'diffuseConstant' attribute value.
direction - Variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
This length's direction.
direction - Variable in class org.apache.batik.anim.dom.AbstractSVGLength
This length's direction.
direction - Variable in class org.apache.batik.anim.dom.AbstractSVGLengthList
This length list's direction.
direction - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
The direction of the lengths in this list.
dispatchEvent(NodeEventTarget, Event) - Method in class org.apache.batik.anim.dom.XBLEventSupport
This method allows the dispatch of events into the implementations event model.
dispose() - Method in class org.apache.batik.anim.AnimationEngine
Disposes this animation engine.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableAngleValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableBooleanValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableColorValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableIntegerValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableLengthListValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableLengthValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableMotionPointValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableNumberListValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableNumberValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatablePaintValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatablePathDataValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatablePointListValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableRectValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableStringValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableTransformListValue
Returns the absolute distance between this value and the specified other value.
distanceTo(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableValue
Returns the absolute distance between this value and the specified other value.
distanceTo1(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableTransformListValue
Returns the distance between this value's first component and the specified other value's first component.
distanceTo2(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableTransformListValue
Returns the distance between this value's second component and the specified other value's second component.
distanceTo3(AnimatableValue) - Method in class org.apache.batik.anim.values.AnimatableTransformListValue
Returns the distance between this value's third component and the specified other value's third component.
document - Variable in class org.apache.batik.anim.AnimationEngine
The document this AnimationEngine is managing animation for.
documentBeginTime - Variable in class org.apache.batik.anim.timing.TimedDocumentRoot
The wallclock time that the document began.
DOM_IMPLEMENTATION - Static variable in class org.apache.batik.anim.dom.SVG12DOMImplementation
The default instance of this class.
DOM_IMPLEMENTATION - Static variable in class org.apache.batik.anim.dom.SVGDOMImplementation
The default instance of this class.
DOMAttrModifiedListenerWrapper(CSSNavigableDocumentListener) - Constructor for class org.apache.batik.anim.dom.SVGOMDocument.DOMAttrModifiedListenerWrapper
Creates a new DOMAttrModifiedListenerWrapper.
domCharacterDataModifiedListener - Variable in class org.apache.batik.anim.dom.SVGOMStyleElement
The listener used to track the content changes.
DOMCharacterDataModifiedListener() - Constructor for class org.apache.batik.anim.dom.SVGOMStyleElement.DOMCharacterDataModifiedListener
 
DOMCharacterDataModifiedListenerWrapper(CSSNavigableDocumentListener) - Constructor for class org.apache.batik.anim.dom.SVGOMDocument.DOMCharacterDataModifiedListenerWrapper
Creates a new DOMCharacterDataModifiedListenerWrapper.
DOMNodeInsertedListenerWrapper(CSSNavigableDocumentListener) - Constructor for class org.apache.batik.anim.dom.SVGOMDocument.DOMNodeInsertedListenerWrapper
Creates a new DOMNodeInsertedListenerWrapper.
DOMNodeRemovedListenerWrapper(CSSNavigableDocumentListener) - Constructor for class org.apache.batik.anim.dom.SVGOMDocument.DOMNodeRemovedListenerWrapper
Creates a new DOMNodeRemovedListenerWrapper.
DOMSubtreeModifiedListenerWrapper(CSSNavigableDocumentListener) - Constructor for class org.apache.batik.anim.dom.SVGOMDocument.DOMSubtreeModifiedListenerWrapper
Creates a new DOMSubtreeModifiedListenerWrapper.
doParse(String, ListHandler) - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList
Parses the attribute associated with this SVGLengthList.
DTDIDS - Static variable in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
The dtd public IDs resource bundle class name.
dtdids - Static variable in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
The accepted DTD public IDs.
dtdProps - Static variable in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
The ResourceBunder for the public and system ids
durMedia - Variable in class org.apache.batik.anim.timing.TimedElement
Whether the simple duration of this element should be equal to the implicit duration.
dx - Variable in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
The 'dx' attribute value.
dx - Variable in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
The 'dx' attribute value.
dy - Variable in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
The 'dy' attribute value.
dy - Variable in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
The 'dy' attribute value.

E

e - Variable in exception org.apache.batik.anim.AnimationException
The timed element on which the error occurred.
EDGE_MODE_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
The 'edgeMode' attribute values.
edgeMode - Variable in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
The 'edgeMode' attribute value.
element - Variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
The associated element.
element - Variable in class org.apache.batik.anim.dom.SVGOMLength
Element associated to this length.
elementActivated(TimedElement, float) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indicate that a timed element has become active.
elementActivated(TimedElement, float) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indicate that a timed element has become active.
elementAdded(TimedElement) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indicate that a timed element has been added to the document.
elementAdded(TimedElement) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indicate that a timed element has been added to the document.
elementDeactivated(TimedElement, float) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indicate that a timed element has become inactive and is not filling.
elementDeactivated(TimedElement, float) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indicate that a timed element has become inactive and is not filling.
elementFilled(TimedElement, float) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indicate that a timed element has become inactive and is filling.
elementFilled(TimedElement, float) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indicate that a timed element has become inactive and is filling.
elementInstanceTimesChanged(TimedElement, float) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indicate that the list of instance times for the given timed element has been updated.
elementInstanceTimesChanged(TimedElement, float) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indicate that the list of instance times for the given timed element has been updated.
elementRemoved(TimedElement) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indicate that a timed element has been removed from the document.
elementRemoved(TimedElement) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indicate that a timed element has been removed from the document.
elementRepeated(TimedElement, int, float) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indicate that the given timed element began a repeat iteration at the specified time.
elementRepeated(TimedElement, int, float) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indicate that the given timed element began a repeat iteration at the specified time.
elevation - Variable in class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
The 'elevation' attribute value.
EllipseElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.EllipseElementFactory
 
em() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.em().
emptyAllowed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
Whether empty length lists are allowed.
emptyAllowed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
Whether empty length lists are allowed.
end - Variable in class org.apache.batik.anim.timing.Interval
The end time for the interval.
endDependents - Variable in class org.apache.batik.anim.timing.Interval
The list of InstanceTime objects that are dependent on the end time of this Interval.
endDependents - Variable in class org.apache.batik.anim.timing.TimedElement
List of TimingSpecifiers on other elements that depend on this element's end times.
endElement() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements ElementTimeControl.endElement().
endElement() - Method in class org.apache.batik.anim.timing.TimedElement
Adds a time to the end time instance list that will cause the element to end immediately (if restart semantics allow it).
endElement(float) - Method in class org.apache.batik.anim.timing.TimedElement
Adds a time to the end time instance list that will cause the element to end at some offset to the current time (if restart semantics allow it).
endElementAt(float) - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements ElementTimeControl.endElementAt(float).
endHasEventConditions() - Method in class org.apache.batik.anim.timing.TimedElement
Returns whether the end timing specifier list contains any eventbase, accesskey or repeat timing specifiers.
endInstanceTime - Variable in class org.apache.batik.anim.timing.Interval
The InstanceTime that defined the end time of the current interval.
endInstanceTimes - Variable in class org.apache.batik.anim.timing.TimedElement
List of end InstanceTimes.
endLength() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
endLengthList() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
endTimes - Variable in class org.apache.batik.anim.timing.TimedElement
Timing specifiers for the end times of this element.
enter(Object, String, Object[]) - Static method in class org.apache.batik.anim.timing.Trace
 
eventbase - Variable in class org.apache.batik.anim.timing.EventbaseTimingSpecifier
The eventbase element.
eventbase(float, String, String) - Method in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Invoked when an eventbase value timing specifier is parsed.
eventbaseID - Variable in class org.apache.batik.anim.timing.EventbaseTimingSpecifier
The ID of the eventbase element.
EventbaseTimingSpecifier - Class in org.apache.batik.anim.timing
A class to handle eventbase SMIL timing specifiers.
EventbaseTimingSpecifier(TimedElement, boolean, float, String, String) - Constructor for class org.apache.batik.anim.timing.EventbaseTimingSpecifier
Creates a new EventbaseTimingSpecifier object.
EventLikeTimingSpecifier - Class in org.apache.batik.anim.timing
Abstract class from which all event-like timing specifier classes derive.
EventLikeTimingSpecifier(TimedElement, boolean, float) - Constructor for class org.apache.batik.anim.timing.EventLikeTimingSpecifier
Creates a new EventLikeTimingSpecifier object.
eventName - Variable in class org.apache.batik.anim.timing.EventbaseTimingSpecifier
The animation name of the event to sync to.
eventNamespaceURI - Variable in class org.apache.batik.anim.timing.EventbaseTimingSpecifier
The namespace URI of the event to sync to.
eventTarget - Variable in class org.apache.batik.anim.timing.EventbaseTimingSpecifier
The eventbase element as an EventTarget.
eventType - Variable in class org.apache.batik.anim.timing.EventbaseTimingSpecifier
The type of the event to sync to.
eventTypeAliases - Static variable in class org.apache.batik.anim.dom.XBLEventSupport
Map of event types to their aliases.
ex() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.ex().
exit() - Static method in class org.apache.batik.anim.timing.Trace
 
exponent - Variable in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
The 'exponent' attribute value.
export(Node, AbstractDocument) - Method in class org.apache.batik.anim.dom.AbstractElement
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.anim.dom.SVGOMElement
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.anim.dom.SVGOMToBeImplementedElement
Exports this node to the given document.
export(Node, AbstractDocument) - Method in class org.apache.batik.anim.dom.XBLOMElement
Exports this node to the given document.
ExtendedNamedNodeHashMap() - Constructor for class org.apache.batik.anim.dom.AbstractElement.ExtendedNamedNodeHashMap
Creates a new ExtendedNamedNodeHashMap object.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGGraphicsElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGOMAnimationElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGOMCursorElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGOMFEImageElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGOMFilterElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGOMFontElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGOMGradientElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGOMMPathElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGOMPatternElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGOMScriptElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGOMSVGElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGOMSymbolElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGOMTextContentElement
The 'externalResourcesRequired' attribute value.
externalResourcesRequired - Variable in class org.apache.batik.anim.dom.SVGOMViewElement
The 'externalResourcesRequired' attribute value.

F

factories - Variable in class org.apache.batik.anim.dom.SVGDOMImplementation
 
FeBlendElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeBlendElementFactory
 
FeColorMatrixElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeColorMatrixElementFactory
 
FeComponentTransferElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeComponentTransferElementFactory
 
FeCompositeElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeCompositeElementFactory
 
FeConvolveMatrixElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeConvolveMatrixElementFactory
 
FeDiffuseLightingElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeDiffuseLightingElementFactory
 
FeDisplacementMapElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeDisplacementMapElementFactory
 
FeDistantLightElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeDistantLightElementFactory
 
FeFloodElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeFloodElementFactory
 
FeFuncAElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeFuncAElementFactory
 
FeFuncBElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeFuncBElementFactory
 
FeFuncGElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeFuncGElementFactory
 
FeFuncRElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeFuncRElementFactory
 
FeGaussianBlurElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeGaussianBlurElementFactory
 
FeImageElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeImageElementFactory
 
FeMergeElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeMergeElementFactory
 
FeMergeNodeElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeMergeNodeElementFactory
 
FeMorphologyElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeMorphologyElementFactory
 
FeOffsetElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeOffsetElementFactory
 
FePointLightElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FePointLightElementFactory
 
FeSpecularLightingElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeSpecularLightingElementFactory
 
FeSpotLightElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeSpotLightElementFactory
 
FeTileElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeTileElementFactory
 
FeTurbulenceElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FeTurbulenceElementFactory
 
FILL_FREEZE - Static variable in class org.apache.batik.anim.timing.TimedElement
 
FILL_REMOVE - Static variable in class org.apache.batik.anim.timing.TimedElement
 
fillMode - Variable in class org.apache.batik.anim.timing.TimedElement
The fill mode for this element.
FilterElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FilterElementFactory
 
filterUnits - Variable in class org.apache.batik.anim.dom.SVGOMFilterElement
The 'filterUnits' attribute value.
fireAnimatedAttributeListeners() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
Fires the listeners for the animated value.
fireBaseAttributeListeners() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
Fires the listeners for the base value.
fireDOMAttrModifiedEvent(String, Attr, String, String, short) - Method in class org.apache.batik.anim.dom.AbstractElement
 
fireHandlerGroupEventListeners(NodeEventTarget, AbstractEvent, boolean, HashSet, HashSet) - Method in class org.apache.batik.anim.dom.XBLEventSupport
Fires the event handlers registered on an XBL 'handlerGroup' element.
fireImplementationEventListeners(NodeEventTarget, AbstractEvent, boolean) - Method in class org.apache.batik.anim.dom.XBLEventSupport
Fires the registered implementation listeners on the given event target.
fireTimeEvent(String, float, int) - Method in class org.apache.batik.anim.timing.TimedElement
Fires a TimeEvent of the given type on this element.
fireTimeEvent(String, Calendar, int) - Method in class org.apache.batik.anim.timing.TimedElement
Fires a TimeEvent of the given type on this element.
FlowDivElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowDivElementFactory
 
FlowLineElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowLineElementFactory
 
FlowParaElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowParaElementFactory
 
FlowRegionBreakElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowRegionBreakElementFactory
 
FlowRegionElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowRegionElementFactory
 
FlowRegionExcludeElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowRegionExcludeElementFactory
 
FlowRootElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowRootElementFactory
 
FlowSpanElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.FlowSpanElementFactory
 
FontElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FontElementFactory
 
FontFaceElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FontFaceElementFactory
 
FontFaceFormatElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FontFaceFormatElementFactory
 
FontFaceNameElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FontFaceNameElementFactory
 
FontFaceSrcElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FontFaceSrcElementFactory
 
FontFaceUriElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.FontFaceUriElementFactory
 
forceRedraw() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.forceRedraw().
ForeignObjectElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.ForeignObjectElementFactory
 
formatMessage(String, Object[]) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Implements Localizable.formatMessage(String,Object[]).
formatMessage(String, Object[]) - Static method in class org.apache.batik.anim.timing.TimedElement
Implements Localizable.formatMessage(String,Object[]).
formatNumber(float) - Static method in class org.apache.batik.anim.values.AnimatableValue
Returns a CSS compatible string version of the specified float.
from - Variable in class org.apache.batik.anim.SimpleAnimation
Starting value of the animation.
fx - Variable in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
The 'fx' attribute value.
fy - Variable in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
The 'fy' attribute value.

G

GElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.GElementFactory
 
getActiveDur(float, float) - Method in class org.apache.batik.anim.timing.TimedElement
Returns the active duration time of this element.
getActiveTime() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the current active time of this element.
getAlign() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
DOM: Implements SVGPreserveAspectRatio.getAlign().
getAlign() - Method in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Returns the align value.
getAmplitude() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getAmplitude().
getAngle() - Method in class org.apache.batik.anim.values.AnimatableMotionPointValue
Returns the rotation angle.
getAnimatedAngle() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Returns the SVGAnimatedAngle component of the orient value.
getAnimatedAttributeListener() - Method in class org.apache.batik.anim.dom.SVGOMDocument
Returns the AnimatedAttributeListener for the document.
getAnimatedEnumeration() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Returns the SVGAnimatedEnumeration component of the orient value.
getAnimatedInstanceRoot() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getAnimatedInstanceRoot().
getAnimatedNormalizedPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
DOM: Implements SVGAnimatedPathData.getAnimatedNormalizedPathSegList().
getAnimatedNormalizedPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGAnimatedPathData.getAnimatedNormalizedPathSegList().
getAnimatedPathData() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
Returns the SVGOMAnimatedPathData object that manages the path data for this element.
getAnimatedPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
DOM: Implements SVGAnimatedPathData.getAnimatedPathSegList().
getAnimatedPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGAnimatedPathData.getAnimatedPathSegList().
getAnimatedPoints() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints
DOM: Implements SVGAnimatedPoints.getAnimatedPoints().
getAnimatedPoints() - Method in class org.apache.batik.anim.dom.SVGPointShapeElement
DOM: Implements SVGAnimatedPoints.getAnimatedPoints().
getAnimationEventTarget() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the target of this animation as an EventTarget.
getAnimationInfo(AbstractAnimation) - Method in class org.apache.batik.anim.AnimationEngine
Returns the AnimationInfo for the given AbstractAnimation.
getAnimVal() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
DOM: Implements SVGAnimatedLength.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
DOM: Implements SVGAnimatedBoolean.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
DOM: Implements SVGAnimatedEnumeration.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
DOM: Implements SVGAnimatedInteger.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
DOM: Implements SVGAnimatedLengthList.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedAngle
DOM: Implements SVGAnimatedAngle.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
DOM: Implements SVGAnimatedEnumeration.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
DOM: Implements SVGAnimatedNumber.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
DOM: Implements SVGAnimatedNumberList.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
DOM: Implements SVGAnimatedPreserveAspectRatio.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect
DOM: Implements SVGAnimatedRect.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedString
DOM: Implements SVGAnimatedString.getAnimVal().
getAnimVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
DOM: Implements SVGAnimatedTransformList.getAnimVal().
getAssociatedElement() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
Returns the element this length is associated with.
getAssociatedElement() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Returns the element this length is associated with.
getAssociatedElement() - Method in class org.apache.batik.anim.dom.AbstractSVGLength
Return the SVGElement associated to this length.
getAssociatedElement() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.SVGLengthItem
Returns the element this length is associated with.
getAssociatedElement() - Method in class org.apache.batik.anim.dom.SVGOMLength
 
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.AbstractElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.BindableElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMAElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMAnimateMotionElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMAnimateTransformElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMColorProfileElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMMPathElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMScriptElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMTextPathElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
Returns the AttributeInitializer for this element type.
getAttributeInitializer() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
Returns the AttributeInitializer for this element type.
getAttributePercentageInterpretation(String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Gets how percentage values are interpreted by the given attribute.
getAttributeType(String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns the type of the given attribute.
getAzimuth() - Method in class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
DOM: Implements SVGFEDistantLightElement.getAzimuth().
getBaseFrequencyX() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getBaseFrequencyX().
getBaseFrequencyY() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getBaseFrequencyY().
getBaseVal() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
DOM: Implements SVGAnimatedLength.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
DOM: Implements SVGAnimatedBoolean.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
DOM: Implements SVGAnimatedEnumeration.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
DOM: Implements SVGAnimatedInteger.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
DOM: Implements SVGAnimatedLengthList.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedAngle
DOM: Implements SVGAnimatedAngle.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
DOM: Implements SVGAnimatedEnumeration.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
DOM: Implements SVGAnimatedNumber.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
DOM: Implements SVGAnimatedNumberList.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
DOM: Implements SVGAnimatedPreserveAspectRatio.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect
DOM: Implements SVGAnimatedRect.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedString
DOM: Implements SVGAnimatedString.getBaseVal().
getBaseVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
DOM: Implements SVGAnimatedTransformList.getBaseVal().
getBaseValAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Returns the base value as a string.
getBaseValue(SVGAnimatedInteger, SVGAnimatedInteger) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns an AnimatableNumberOptionalNumberValue for the base value of the given two SVGAnimatedIntegers.
getBaseValue(SVGAnimatedNumber, SVGAnimatedNumber) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns an AnimatableNumberOptionalNumberValue for the base value of the given two SVGAnimatedNumbers.
getBBox() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGLocatable.getBBox().
getBBox(Element) - Static method in class org.apache.batik.anim.dom.SVGLocatableSupport
To implement SVGLocatable.getBBox().
getBBox() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGLocatable.getBBox().
getBBox() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements SVGLocatable.getBBox().
getBegin() - Method in class org.apache.batik.anim.timing.Interval
Returns the begin time of this interval.
getBeginInstanceTime() - Method in class org.apache.batik.anim.timing.Interval
Returns the InstanceTime that defined the begin time of this interval.
getBeginTimingSpecifiers() - Method in class org.apache.batik.anim.timing.TimedElement
Returns an array of the begin timing specifiers on this timed element.
getBias() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getBias().
getCascadedXMLBase(Node) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns the xml:base attribute value of the given element, resolving any dependency on parent bases if needed.
getCharNumAtPosition(SVGPoint) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getCharNumAtPosition(SVGPoint).
getCharNumAtPosition(Element, float, float) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.getCharNumAtPosition(SVGPoint point).
getCheckedVal() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Gets the current animated value, throwing an exception if the attribute is malformed.
getCheckedValue() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
Gets the current animated length value.
getChildren() - Method in class org.apache.batik.anim.timing.TimeContainer
Returns an array of the children of this container.
getClassName() - Method in class org.apache.batik.anim.dom.SVGStylableElement
DOM: Implements SVGStylable.getClassName().
getClearOnReset() - Method in class org.apache.batik.anim.timing.InstanceTime
Returns whether the InstanceTime should be removed from the element's begin or end instance time list when it is reset.
getClipPathUnits() - Method in class org.apache.batik.anim.dom.SVGOMClipPathElement
DOM: Implements SVGClipPathElement.getClipPathUnits().
getCode() - Method in exception org.apache.batik.anim.AnimationException
Returns the error code.
getCommands() - Method in class org.apache.batik.anim.values.AnimatablePathDataValue
Returns the array of path data commands.
getComposedValue() - Method in class org.apache.batik.anim.AbstractAnimation
Returns the composed value of this animation, or null if it isn't active.
getComputedStyle(Element, String) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements ViewCSS.getComputedStyle(Element,String).
getComputedStyleMap(String) - Method in class org.apache.batik.anim.dom.SVGStylableElement
Returns the computed style of this element/pseudo-element.
getComputedTextLength() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getComputedTextLength().
getComputedTextLength(Element) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.selectSubString(int charnum, int nchars).
getContentScriptType() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getContentScriptType().
getContentStyleType() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getContentStyleType().
getCSSBase() - Method in class org.apache.batik.anim.dom.SVGStylableElement
Returns the CSS base URL of this element.
getCSSClass() - Method in class org.apache.batik.anim.dom.SVGStylableElement
Returns the class of this element.
getCSSFirstChild() - Method in class org.apache.batik.anim.dom.AbstractElement
Returns the CSS first child node of this node.
getCSSFirstChild() - Method in class org.apache.batik.anim.dom.BindableElement
Returns the shadow tree.
getCSSFirstChild() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
Returns the CSS first child node of this node.
getCSSLastChild() - Method in class org.apache.batik.anim.dom.AbstractElement
Returns the CSS last child of this node.
getCSSLastChild() - Method in class org.apache.batik.anim.dom.BindableElement
Returns the shadow tree.
getCSSLastChild() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
Returns the CSS last child of this stylable element.
getCSSNextSibling() - Method in class org.apache.batik.anim.dom.AbstractElement
Returns the CSS next sibling node of this node.
getCSSParentNode() - Method in class org.apache.batik.anim.dom.AbstractElement
Returns the CSS parent node of this node.
getCSSParentNode() - Method in class org.apache.batik.anim.dom.XBLOMShadowTreeElement
Returns the parent of the imported element, from the CSS point of view.
getCSSPreviousSibling() - Method in class org.apache.batik.anim.dom.AbstractElement
Returns the CSS previous sibling node of this node.
getCSSStyleSheet() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
Returns the associated style-sheet.
getCSSStyleSheet() - Method in class org.apache.batik.anim.dom.SVGStyleSheetProcessingInstruction
Returns the associated style-sheet.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableAngleValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableBooleanValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableColorValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableIntegerValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableLengthListValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableLengthValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableNumberListValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableNumberValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatablePaintValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatablePercentageValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableStringValue
Returns the CSS text representation of the value.
getCssText() - Method in class org.apache.batik.anim.values.AnimatableValue
Returns the CSS text representation of the value.
getCTM() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGLocatable.getCTM().
getCTM(Element) - Static method in class org.apache.batik.anim.dom.SVGLocatableSupport
To implement SVGLocatable.getCTM().
getCTM() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGLocatable.getCTM().
getCTM() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements SVGLocatable.getCTM().
getCurrentBeginTime() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the begin time of the current interval, in parent simple time, or Float.NaN if the element is not active.
getCurrentScale() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getCurrentView().
getCurrentTime() - Method in class org.apache.batik.anim.AnimationEngine
Returns the current document time.
getCurrentTime() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGAnimationElement.getCurrentTime().
getCurrentTime() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getCurrentTime().
getCurrentTime() - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns the last sampled document time.
getCurrentTranslate() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getCurrentTranslate().
getCurrentView() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getCurrentView().
getCx() - Method in class org.apache.batik.anim.dom.SVGOMCircleElement
DOM: Implements SVGCircleElement.getCx().
getCx() - Method in class org.apache.batik.anim.dom.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getCx().
getCx() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getCx().
getCy() - Method in class org.apache.batik.anim.dom.SVGOMCircleElement
DOM: Implements SVGCircleElement.getCy().
getCy() - Method in class org.apache.batik.anim.dom.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getCy().
getCy() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getCy().
getDefaultBegin(TimedElement) - Method in class org.apache.batik.anim.timing.TimeContainer
Returns the default begin time for the given child timed element.
getDefaultBegin(TimedElement) - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns the default begin time for the given child timed element.
getDefaultValue() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
 
getDefaultValue() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLength
Returns the default value to use when the associated attribute was not specified.
getDefaultXValue() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
Returns the default value of the 'x' attribute.
getDefaultXValue() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
Returns the default value of the 'x' attribute.
getDefaultYValue() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
Returns the default value of the 'y' attribute.
getDefaultYValue() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
Returns the default value of the 'y' attribute.
getDiffuseConstant() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
DOM: Implements SVGFEDiffuseLightingElement.getDiffuseConstant().
getDivisor() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getDivisor().
getDocument() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
getDocumentBeginTime() - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns the wallclock time that the document began.
getDomain() - Method in class org.apache.batik.anim.dom.SVGOMDocument
DOM: Implements SVGDocument.getDomain().
getDOMImplementation(String) - Method in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
 
getDOMImplementation() - Static method in class org.apache.batik.anim.dom.SVG12DOMImplementation
Returns the default instance of this class.
getDOMImplementation() - Static method in class org.apache.batik.anim.dom.SVGDOMImplementation
Returns the default instance of this class.
getDx() - Method in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
DOM: Implements SVGFEOffsetElement.getDx().
getDx() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getDx().
getDx() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getDx().
getDy() - Method in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
DOM: Implements SVGFEOffsetElement.getDy().
getDy() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getDy().
getDy() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getDy().
getEdgeMode() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getEdgeMode().
getElement() - Method in exception org.apache.batik.anim.AnimationException
Returns the timed element that caused this animation exception.
getElement() - Method in class org.apache.batik.anim.dom.AbstractSVGLength.DefaultContext
Returns the element.
getElement() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList
Returns the element owning this SVGLengthList.
getElement() - Method in interface org.apache.batik.anim.dom.AnimationTarget
Returns the element.
getElement() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Returns the element owning this SVGLengthList.
getElement() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Returns the element owning the attribute with which this length list is associated.
getElement() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Returns the element owning this SVGNumberList.
getElement() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Returns the element owning the attribute with which this length list is associated.
getElement() - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns the element.
getElement() - Method in class org.apache.batik.anim.dom.SVGOMElement.UnitContext
Returns the element.
getElement() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the DOM element that corresponds to this timed element, if such a DOM element exists.
getElementById(String) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getElementById(String).
getElementById(String) - Method in class org.apache.batik.anim.dom.XBLOMShadowTreeElement
Returns the Element that has an ID attribute with the given value.
getElementById(String, Node) - Method in class org.apache.batik.anim.dom.XBLOMShadowTreeElement
 
getElementLocalName() - Method in class org.apache.batik.anim.dom.XBLOMDefinitionElement
Returns the local name of elements this definition will bind.
getElementNamespaceURI() - Method in class org.apache.batik.anim.dom.XBLOMDefinitionElement
Returns the namspace URI of elements this definition will bind.
getElevation() - Method in class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
DOM: Implements SVGFEDistantLightElement.getElevation().
getEnclosureList(SVGRect, SVGElement) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getEnclosureList(SVGRect,SVGElement).
getEnd() - Method in class org.apache.batik.anim.timing.Interval
Returns the end time of this interval.
getEndInstanceTime() - Method in class org.apache.batik.anim.timing.Interval
Returns the InstanceTime that defined the end time of this interval.
getEndPos(SVGOMElement, SVGTextContent, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
 
getEndPositionOfChar(int) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getEndPositionOfChar(int).
getEndPositionOfChar(Element, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.getEndPositionOfChar(int charnum).
getEndTimingSpecifiers() - Method in class org.apache.batik.anim.timing.TimedElement
Returns an array of the end timing specifiers on this timed element.
getEnumerationNumber(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Returns the enumeration number of the specified string.
getEventNamespaceURI(String) - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns the namespace URI of the event that corresponds to the given animation event name.
getEventTargetById(String) - Method in class org.apache.batik.anim.timing.TimedElement
Returns the event target with the given ID.
getEventType(String) - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns the type of the event that corresponds to the given animation event name.
getExponent() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getExponent().
getExtent(SVGOMElement, SVGTextContent, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
 
getExtentOfChar(int) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getExtentOfChar(int).
getExtentOfChar(Element, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.getExtentOfChar(int charnum).
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMFontElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMMPathElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMScriptElement
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
getFarthestViewportElement() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGLocatable.getFarthestViewportElement().
getFarthestViewportElement(Element) - Static method in class org.apache.batik.anim.dom.SVGLocatableSupport
To implement SVGLocatable.getFarthestViewportElement().
getFarthestViewportElement() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGLocatable.getFarthestViewportElement().
getFarthestViewportElement() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements SVGLocatable.getFarthestViewportElement().
getFilterResX() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getFilterResX().
getFilterResY() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getFilterResY().
getFilterUnits() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getFilterUnits().
getFontSize() - Method in class org.apache.batik.anim.dom.AbstractSVGLength.DefaultContext
Returns the font-size value.
getFontSize() - Method in class org.apache.batik.anim.dom.SVGOMElement.UnitContext
Returns the font-size value.
getFormat() - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphElement
DOM: Implements SVGAltGlyphElement.getFormat().
getFormat() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getFormat().
getFx() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getFx().
getFy() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getFy().
getGlyphRef() - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphElement
DOM: Implements SVGAltGlyphElement.getGlyphRef().
getGlyphRef() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getGlyphRef().
getGradientTransform() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
To implement SVGGradientElement.getGradientTransform().
getGradientUnits() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
DOM: Implements SVGGradientElement.getGradientUnits().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
DOM: Implements SVGForeignObjectElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
DOM: Implements SVGImageElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGPatternElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getHeight().
getHeight() - Method in class org.apache.batik.anim.values.AnimatableRectValue
Returns the height.
getHref() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGOMTextPathElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGOMURIReferenceElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGURIReferenceGraphicsElement
DOM: Implements SVGURIReference.getHref().
getHref() - Method in class org.apache.batik.anim.dom.SVGURIReferenceTextPositioningElement
DOM: Implements SVGURIReference.getHref().
getHyperlinkBeginTime() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
Returns the time that the document would seek to if this animation element were hyperlinked to, or NaN if there is no such begin time.
getHyperlinkBeginTime() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the time that the document would seek to if this animation element were hyperlinked to, or NaN if there is no such begin time.
getId() - Method in class org.apache.batik.anim.dom.SVGOMElement
DOM: Implements SVGElement.getId().
getIdent() - Method in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Returns the identifiers.
getIdent() - Method in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Returns the identifier.
getImplementationEventListeners(String, boolean) - Method in class org.apache.batik.anim.dom.XBLEventSupport
Returns the implementation listneers.
getImplicitDur() - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns the implicit duration of the element.
getImplicitDur() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the implicit duration of the element.
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEBlendElement
DOM: Implements SVGFEBlendElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
DOM: Implements SVGFEColorMatrixElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEComponentTransferElement
DOM: Implements SVGFEComponentTransferElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement#getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
DOM: Implements SVGFEDiffuseLightingElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
DOM: Implements SVGFEDisplacementMapElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEFloodElement
DOM: Implements SVGFEFloodElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
DOM: Implements SVGFEGaussianBlurElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEMergeNodeElement
DOM: Implements SVGFEMergeNodeElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
DOM: Implements SVGFEMorphologyElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
DOM: Implements SVGFEOffsetElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
DOM: Implements SVGFESpecularLightingElement.getIn1().
getIn1() - Method in class org.apache.batik.anim.dom.SVGOMFETileElement
DOM: Implements SVGFETileElement.getIn1().
getIn2() - Method in class org.apache.batik.anim.dom.SVGOMFEBlendElement
DOM: Implements SVGFEBlendElement.getIn2().
getIn2() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getIn2().
getIn2() - Method in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
DOM: Implements SVGFEDisplacementMapElement.getIn2().
getInstanceRoot() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getInstanceRoot().
getIntercept() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getIntercept().
getIntersectionList(SVGRect, SVGElement) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getIntersectionList(SVGRect,SVGElement).
getItem(int) - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList
DOM: Implements SVGLengthList.getItem(int).
getItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
DOM: Implements SVGLengthList.getItem(int).
getItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
DOM: Implements SVGNumberList.getItem(int).
getItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
DOM: Implements SVGPathSegList.getItem(int).
getItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
DOM: Implements SVGPointList.getItem(int).
getItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
DOM: Implements SVGTransformList.getItem(int).
getItemSeparator() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList
Return the separator between values in the list.
getK1() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getK1().
getK2() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getK2().
getK3() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getK3().
getK4() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getK4().
getKernelMatrix() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getKernelMatrix().
getKernelUnitLengthX() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getKernelUnitLengthX().
getKernelUnitLengthX() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
DOM: Implements SVGFEDiffuseLightingElement.getKernelUnitLengthX().
getKernelUnitLengthY() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getKernelUnitLengthY().
getKernelUnitLengthY() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
DOM: Implements SVGFEDiffuseLightingElement.getKernelUnitLengthY().
getLastSampleTime() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the last sample time of this element, in local active time.
getLengthAdjust() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getLengthAdjust().
getLengthType() - Method in class org.apache.batik.anim.values.AnimatableLengthValue
Returns the unit type of this length value.
getLengthTypes() - Method in class org.apache.batik.anim.values.AnimatableLengthListValue
Gets the length types.
getLengthValue() - Method in class org.apache.batik.anim.values.AnimatableLengthValue
Returns the magnitude of this length value.
getLengthValues() - Method in class org.apache.batik.anim.values.AnimatableLengthListValue
Gets the length values.
getLimitingConeAngle() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getLimitingConeAngle().
getLiveAttributeValue(String, String) - Method in class org.apache.batik.anim.dom.AbstractElement
Returns the live attribute value associated with given attribute, if any.
getLocal() - Method in class org.apache.batik.anim.dom.SVGOMColorProfileElement
DOM: Implements SVGColorProfileElement.getLocal().
getLocale() - Static method in class org.apache.batik.anim.timing.TimedElement
Implements Localizable.getLocale().
getLocalName() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
Returns the local name of the attribute.
getLocalName() - Method in interface org.apache.batik.anim.dom.AnimatedLiveAttributeValue
Returns the local name of this animated live attribute.
getLocalName() - Method in class org.apache.batik.anim.dom.BindableElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphDefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphItemElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAnimateColorElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAnimateElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAnimateMotionElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMAnimateTransformElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMCircleElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMClipPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMColorProfileElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMDefinitionSrcElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMDefsElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMDescElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMEllipseElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEBlendElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEComponentTransferElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEFloodElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEFuncAElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEFuncBElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEFuncGElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEFuncRElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEMergeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEMergeNodeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFETileElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowDivElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowLineElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowParaElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowRegionBreakElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowRegionElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowRegionExcludeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowRootElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFlowSpanElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFontElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceFormatElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceNameElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceSrcElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceUriElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMGElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMGlyphElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMHandlerElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMHKernElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMLineElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMMetadataElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMMissingGlyphElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMMPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMMultiImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMPolygonElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMPolylineElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMScriptElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMSetElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMSolidColorElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMStopElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMSubImageElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMSubImageRefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMSwitchElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMTextPathElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMTitleElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMToBeImplementedElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMTRefElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMTSpanElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.SVGOMVKernElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.XBLOMContentElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.XBLOMDefinitionElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.XBLOMHandlerGroupElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.XBLOMImportElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.XBLOMShadowTreeElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.XBLOMTemplateElement
DOM: Implements Node.getLocalName().
getLocalName() - Method in class org.apache.batik.anim.dom.XBLOMXBLElement
DOM: Implements Node.getLocalName().
getMarkerHeight() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getMarkerHeight().
getMarkerUnits() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getMarkerUnits().
getMarkerWidth() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getMarkerWidth().
getMaskContentUnits() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getMaskContentUnits().
getMaskUnits() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getMaskUnits().
getMedia() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
DOM: Implements SVGStyleElement.getMedia().
getMeetOrSlice() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
DOM: Implements SVGPreserveAspectRatio.getMeetOrSlice().
getMeetOrSlice() - Method in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Returns the meet-or-slice value.
getMessage() - Method in exception org.apache.batik.anim.AnimationException
Returns the error message according to the error code and parameters.
getMethod() - Method in class org.apache.batik.anim.dom.SVGOMTextPathElement
DOM: Implements SVGTextPathElement.getMethod().
getMode() - Method in class org.apache.batik.anim.dom.SVGOMFEBlendElement
DOM: Implements SVGFEBlendElement.getMode().
getMotionTransform() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
Returns the AffineTransform representing the current motion animation for this element.
getMotionTransform() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
Returns the AffineTransform representing the current motion animation for this element.
getName() - Method in class org.apache.batik.anim.dom.SVGOMColorProfileElement
DOM: Implements SVGColorProfileElement.getName().
getNamespaceURI() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
Returns the namespace URI of the attribute.
getNamespaceURI() - Method in interface org.apache.batik.anim.dom.AnimatedLiveAttributeValue
Returns the namespace URI of this animated live attribute.
getNamespaceURI() - Method in class org.apache.batik.anim.dom.BindableElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.anim.dom.SVGOMElement
DOM: Implements Node.getNamespaceURI().
getNamespaceURI() - Method in class org.apache.batik.anim.dom.XBLOMElement
DOM: Implements Node.getNamespaceURI().
getNearestViewportElement() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGLocatable.getNearestViewportElement().
getNearestViewportElement(Element) - Static method in class org.apache.batik.anim.dom.SVGLocatableSupport
To implement SVGLocatable.getNearestViewportElement().
getNearestViewportElement() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGLocatable.getNearestViewportElement().
getNearestViewportElement() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements SVGLocatable.getNearestViewportElement().
getNodeName() - Method in class org.apache.batik.anim.dom.SVGOMElement
DOM: Implements Node.getNodeName().
getNodeName() - Method in class org.apache.batik.anim.dom.XBLOMElement
DOM: Implements Node.getNodeName().
getNormalizedPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
DOM: Implements SVGAnimatedPathData.getNormalizedPathSegList().
getNormalizedPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGAnimatedPathData.getNormalizedPathSegList().
getNumber() - Method in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Returns the first number.
getNumberOfChars() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getNumberOfChars().
getNumberOfChars(Element) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.getNumberOfChars().
getNumberOfItems() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
DOM: Implements SVGLengthList.getNumberOfItems().
getNumberOfItems() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
DOM: Implements SVGNumberList.getNumberOfItems().
getNumberOfItems() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
DOM: Implements SVGPathSegList.getNumberOfItems().
getNumberOfItems() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
DOM: Implements SVGPointList.getNumberOfItems().
getNumberOfItems() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
DOM: Implements SVGTransformList.getNumberOfItems().
getNumbers() - Method in class org.apache.batik.anim.values.AnimatableNumberListValue
Gets the numbers.
getNumOctaves() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getNumOctaves().
getOffset() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getOffset().
getOffset() - Method in class org.apache.batik.anim.dom.SVGOMStopElement
DOM: Implements SVGStopElement.getOffset().
getOperator() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
DOM: Implements SVGFECompositeElement.getOperator().
getOperator() - Method in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
DOM: Implements SVGFEMorphologyElement.getOperator().
getOptionalNumber() - Method in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Returns the optional number.
getOrderX() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getOrderX().
getOrderY() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getOrderY().
getOrientAngle() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getOrientAngle().
getOrientType() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getOrientType().
getOverrideStyle(Element, String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
DOM: Implements DocumentCSS.getOverrideStyle(Element,String).
getOverrideStyle(Element, String) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements DocumentCSS.getOverrideStyle(Element,String).
getOverrideStyle() - Method in class org.apache.batik.anim.dom.SVGStylableElement
Returns the override style declaration for this element.
getOverrideStyleDeclarationProvider() - Method in class org.apache.batik.anim.dom.SVGStylableElement
Returns the object that gives access to the underlying StyleDeclaration for the override style of this element.
getOwner() - Method in class org.apache.batik.anim.timing.TimingSpecifier
Returns the element that owns this timing specifier.
getOwnerSVGElement() - Method in class org.apache.batik.anim.dom.SVGOMElement
DOM: Implements SVGElement.getOwnerSVGElement().
getPaintType() - Method in class org.apache.batik.anim.values.AnimatablePaintValue
Returns the type of paint this value represents.
getParameters() - Method in class org.apache.batik.anim.values.AnimatablePathDataValue
Returns the array of path data parameters.
getParams() - Method in exception org.apache.batik.anim.AnimationException
Returns the error message parameters.
getParent() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.SVGLengthItem
Returns the parent list of this item.
getParsedURL() - Method in class org.apache.batik.anim.dom.SVGOMDocument
Returns the URI of the document.
getPathLength() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.getPathLength().
getPathSegAtLength(float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.getPathSegAtLength(float).
getPathSegAtLength(SVGOMPathElement, float) - Static method in class org.apache.batik.anim.dom.SVGPathSupport
To implement SVGPathElement.getPathSegAtLength(float).
getPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
DOM: Implements SVGAnimatedPathData.getPathSegList().
getPathSegList() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGAnimatedPathData.getPathSegList().
getPatternContentUnits() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGPatternElement.getPatternContentUnits().
getPatternTransform() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
To implement SVGPatternElement.getPatternTransform().
getPatternUnits() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGPatternElement.getPatternUnits().
getPercentageInterpretation(String, String, boolean) - Method in interface org.apache.batik.anim.dom.AnimationTarget
Gets how percentage values are interpreted by the given attribute or property.
getPercentageInterpretation(String, String, boolean) - Method in class org.apache.batik.anim.dom.SVGOMElement
Gets how percentage values are interpreted by the given attribute or property.
getPercentageInterpretation() - Method in class org.apache.batik.anim.dom.TraitInformation
Returns how percentage values in this trait are resolved.
getPixelToMM() - Method in class org.apache.batik.anim.dom.AbstractSVGLength.DefaultContext
Returns the size of a px CSS unit in millimeters.
getPixelToMM() - Method in class org.apache.batik.anim.dom.SVGOMElement.UnitContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.anim.dom.AbstractSVGLength.DefaultContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in class org.apache.batik.anim.dom.SVGOMElement.UnitContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeterX() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getPixelUnitToMillimeterX().
getPixelUnitToMillimeterY() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getPixelUnitToMillimeterY().
getPointAtLength(float) - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.getPointAtLength(float).
getPointAtLength(SVGOMPathElement, float) - Static method in class org.apache.batik.anim.dom.SVGPathSupport
To implement SVGPathElement.getPointAtLength(float).
getPoints() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints
DOM: Implements SVGAnimatedPoints.getPoints().
getPoints() - Method in class org.apache.batik.anim.dom.SVGPointShapeElement
DOM: Implements SVGAnimatedPoints.getPoints().
getPointsAtX() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getPointsAtX().
getPointsAtY() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getPointsAtY().
getPointsAtZ() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getPointsAtZ().
getPresentationAttribute(String) - Method in class org.apache.batik.anim.dom.SVGStylableElement
DOM: Implements SVGStylable.getPresentationAttribute(String).
getPreserveAlpha() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getPreserveAlpha().
getPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
DOM: Implements SVGFEImageElement.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
DOM: Implements SVGImageElement.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio().
getPrimitiveUnits() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getPrimitiveUnits().
getPropertyType(String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns the type of the given property.
getR() - Method in class org.apache.batik.anim.dom.SVGOMCircleElement
DOM: Implements SVGCircleElement.getR().
getR() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
DOM: Implements SVGRadialGradientElement.getR().
getRadiusX() - Method in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
DOM: Implements SVGFEMorphologyElement.getRadiusX().
getRadiusY() - Method in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
DOM: Implements SVGFEMorphologyElement.getRadiusY().
getReferrer() - Method in class org.apache.batik.anim.dom.SVGOMDocument
DOM: Implements SVGDocument.getReferrer().
getRefX() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getRefX().
getRefY() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.getRefY().
getRenderingIntent() - Method in class org.apache.batik.anim.dom.SVGOMColorProfileElement
DOM: Implements SVGColorProfileElement.getRenderingIntent().
getRepeatEventName() - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns the name of the repeat event.
getRequiredExtensions() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredExtensions() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTests.getRequiredExtensions().
getRequiredFeatures() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGTests.getRequiredFeatures().
getRequiredFeatures() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTests.getRequiredFeatures().
getResult() - Method in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getResult().
getRetargettedEvents(NodeEventTarget, NodeEventTarget[], AbstractEvent) - Method in class org.apache.batik.anim.dom.XBLEventSupport
Returns an array of Event objects to be used for each event target in the event flow.
getRoot() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the root time container of this timed element.
getRootElement() - Method in class org.apache.batik.anim.dom.SVGOMDocument
DOM: Implements SVGDocument.getRootElement().
getRootEventTarget() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the event target that should be listened to for access key events.
getRotate() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getRotate().
getRotationOfChar(int) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getRotationOfChar(int).
getRotationOfChar(Element, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.getRotationOfChar(int charnum).
getRx() - Method in class org.apache.batik.anim.dom.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getRx().
getRx() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getRx().
getRy() - Method in class org.apache.batik.anim.dom.SVGOMEllipseElement
DOM: Implements SVGEllipseElement.getRy().
getRy() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getRy().
getSandwich(AnimationTarget, short, String, String) - Method in class org.apache.batik.anim.AnimationEngine
Returns the Sandwich for the given animation type/attribute.
getScale() - Method in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
DOM: Implements SVGFEDisplacementMapElement.getScale().
getScreenCTM() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGLocatable.getScreenCTM().
getScreenCTM(Element) - Static method in class org.apache.batik.anim.dom.SVGLocatableSupport
To implement SVGLocatable.getScreenCTM().
getScreenCTM() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGLocatable.getScreenCTM().
getScreenCTM() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements SVGLocatable.getScreenCTM().
getScreenPixelToMillimeterX() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getScreenPixelToMillimeterX().
getScreenPixelToMillimeterY() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getScreenPixelToMillimeterY().
getSeed() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getSeed().
getShadowTree() - Method in class org.apache.batik.anim.dom.BindableElement
Returns the shadow tree for this bindable element.
getSheet() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
DOM: Implements LinkStyle.getSheet().
getSimpleDur() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the simple duration time of this element.
getSimpleDuration() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGAnimationElement.getSimpleDuration().
getSimpleTime() - Method in class org.apache.batik.anim.timing.TimedElement
Returns the current simple time of this element.
getSlope() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getSlope().
getSpacing() - Method in class org.apache.batik.anim.dom.SVGOMTextPathElement
DOM: Implements SVGTextPathElement.getSpacing().
getSpecularConstant() - Method in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
DOM: Implements SVGFESpecularLightingElement.getSpecularConstant().
getSpecularExponent() - Method in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
DOM: Implements SVGFESpecularLightingElement.getSpecularExponent().
getSpecularExponent() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getSpecularExponent().
getSpreadMethod() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
DOM: Implements SVGGradientElement.getSpreadMethod().
getStartOffset() - Method in class org.apache.batik.anim.dom.SVGOMTextPathElement
DOM: Implements SVGTextPathElement.getStartOffset().
getStartPos(SVGOMElement, SVGTextContent, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
 
getStartPositionOfChar(int) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getStartPositionOfChar(int).
getStartPositionOfChar(Element, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.getStartPositionOfChar(int charnum).
getStartTime() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGAnimationElement.getStartTime().
getStdDeviationX() - Method in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
DOM: Implements SVGFEGaussianBlurElement.getStdDeviationX().
getStdDeviationY() - Method in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
DOM: Implements SVGFEGaussianBlurElement.getStdDeviationY().
getStitchTiles() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getStitchTiles().
getString() - Method in class org.apache.batik.anim.values.AnimatableStringValue
Returns the string.
getStyle() - Method in class org.apache.batik.anim.dom.SVGStylableElement
DOM: Implements SVGStylable.getStyle().
getStyleSheets() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements DocumentStyle.getStyleSheets().
getStyleSheetURI() - Method in class org.apache.batik.anim.dom.SVGStyleSheetProcessingInstruction
Returns the URI of the referenced stylesheet.
getSubStringLength(int, int) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getSubStringLength(int,int).
getSubStringLength(Element, int, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.selectSubString(int charnum, int nchars).
getSurfaceScale() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
DOM: Implements SVGFEDiffuseLightingElement.getSurfaceScale().
getSurfaceScale() - Method in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
DOM: Implements SVGFESpecularLightingElement.getSurfaceScale().
getSVGContext() - Method in class org.apache.batik.anim.dom.SVGOMDocument
Returns the SVG context used to get SVG specific informations.
getSVGContext() - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns the SVG context used to get SVG specific informations.
getSVGOMAnimatedPoints() - Method in class org.apache.batik.anim.dom.SVGPointShapeElement
Gets the SVGOMAnimatedPoints object that manages the point list for this element.
getSystemLanguage() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGTests.getSystemLanguage().
getSystemLanguage() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTests.getSystemLanguage().
getTableValues() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getTableValues().
getTarget() - Method in class org.apache.batik.anim.dom.SVGOMAElement
DOM: Implements SVGAElement.getTarget().
getTargetElement() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGAnimationElement.getTargetElement().
getTargetInfo(AnimationTarget) - Method in class org.apache.batik.anim.AnimationEngine
Returns the TargetInfo for the given AnimationTarget.
getTargetX() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getTargetX().
getTargetY() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
DOM: Implements SVGFEConvolveMatrixElement.getTargetY().
getTextLength() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.getTextLength().
getTime() - Method in class org.apache.batik.anim.timing.InstanceTime
Returns the time of this instance time.
getTimedElement() - Method in class org.apache.batik.anim.AbstractAnimation
Returns the TimedElement for this animation.
getTimedElementById(String) - Method in class org.apache.batik.anim.timing.TimedElement
Returns the timed element with the given ID.
getTimingSpecifiers() - Method in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Returns an array of the parsed TimingSpecifiers.
getTitle() - Method in class org.apache.batik.anim.dom.SVGOMDocument
DOM: Implements SVGDocument.getTitle().
getTitle() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
DOM: Implements SVGStyleElement.getTitle().
getTotalLength() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
DOM: Implements SVGPathElement.getTotalLength().
getTotalLength(SVGOMPathElement) - Static method in class org.apache.batik.anim.dom.SVGPathSupport
To implement SVGPathElement.getTotalLength().
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMAElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMCircleElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMClipPathElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMEllipseElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEBlendElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEComponentTransferElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEFloodElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEMergeNodeElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFETileElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMFontElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMLineElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMMPathElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMScriptElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMStopElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMTextPathElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMURIReferenceElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGPointShapeElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGStylableElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGURIReferenceGraphicsElement
Returns the table of TraitInformation objects for this element.
getTraitInformationTable() - Method in class org.apache.batik.anim.dom.SVGURIReferenceTextPositioningElement
Returns the table of TraitInformation objects for this element.
getTransform() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGTransformable.getTransform().
getTransform() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements SVGTransformable.getTransform().
getTransforms() - Method in class org.apache.batik.anim.values.AnimatableTransformListValue
Gets the transforms.
getTransformToElement(SVGElement) - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
getTransformToElement(Element, SVGElement) - Static method in class org.apache.batik.anim.dom.SVGLocatableSupport
To implement SVGLocatable.getTransformToElement(SVGElement).
getTransformToElement(SVGElement) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
getTransformToElement(SVGElement) - Method in class org.apache.batik.anim.dom.SVGOMTextElement
DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
getType() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
DOM: Implements SVGComponentTransferFunctionElement.getType().
getType() - Method in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
DOM: Implements SVGFEColorMatrixElement.getType().
getType() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
DOM: Implements SVGFETurbulenceElement.getType().
getType() - Method in class org.apache.batik.anim.dom.SVGOMScriptElement
DOM: Implements SVGScriptElement.getType().
getType() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
DOM: Implements SVGStyleElement.getType().
getType() - Method in class org.apache.batik.anim.dom.TraitInformation
Returns the SVG type of this trait.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue() - Method in interface org.apache.batik.anim.dom.AnimatableElement
Returns the underlying value of the animated attribute.
getUnderlyingValue(AnimationTarget) - Method in interface org.apache.batik.anim.dom.AnimatedLiveAttributeValue
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(String, String) - Method in interface org.apache.batik.anim.dom.AnimationTarget
Returns the underlying value of an animatable XML attribute.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedString
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(AnimationTarget) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
Returns the base value of the attribute as an AnimatableValue.
getUnderlyingValue(String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns the underlying value of an animatable XML attribute.
getUnit() - Method in class org.apache.batik.anim.values.AnimatableAngleValue
Returns the angle unit.
getUnitType() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.getUnitType().
getUnitType() - Method in class org.apache.batik.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.getUnitType().
getUnitType() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.getUnitType().
getURI() - Method in class org.apache.batik.anim.values.AnimatablePaintValue
Returns the paint server URI.
getURL() - Method in class org.apache.batik.anim.dom.SVGOMDocument
DOM: Implements SVGDocument.getURL()
getURLObject() - Method in class org.apache.batik.anim.dom.SVGOMDocument
Returns the URI of the document.
getUseCurrentView() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getUseCurrentView().
getUserAgentStyleSheet() - Method in class org.apache.batik.anim.dom.SVGDOMImplementation
Returns the user-agent stylesheet.
getValue() - Method in class org.apache.batik.anim.AbstractAnimation
Returns the value of this animation, or null if it isn't active.
getValue() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.getValue().
getValue() - Method in class org.apache.batik.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.getValue().
getValue() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.getValue().
getValue() - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeColorValue
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributePaintValue
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeValue
Returns the current value associated with this object.
getValue() - Method in class org.apache.batik.anim.values.AnimatableBooleanValue
Returns the boolean value.
getValue() - Method in class org.apache.batik.anim.values.AnimatableIntegerValue
Returns the integer value.
getValue() - Method in class org.apache.batik.anim.values.AnimatableNumberValue
Returns the number value.
getValueAsString() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.getValueAsString().
getValueAsString() - Method in class org.apache.batik.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.getValueAsString().
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Returns the value of the DOM attribute containing the length list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.getValueAsString().
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Returns the value of the DOM attribute containing the number list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Returns the value of the DOM attribute containing the path data.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Returns the value of the DOM attribute containing the path data.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Returns the value of the DOM attribute containing the point list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Returns the value of the DOM attribute containing the transform list.
getValueAsString() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Returns the value of the DOM attribute containing the transform list.
getValueInSpecifiedUnits() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.getValueInSpecifiedUnits().
getValueInSpecifiedUnits() - Method in class org.apache.batik.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.getValueInSpecifiedUnits().
getValueInSpecifiedUnits() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.getValueInSpecifiedUnits().
getValues() - Method in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
DOM: Implements SVGFEColorMatrixElement.getValues().
getViewBox() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewBox() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewBox() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewBox() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewBox() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
DOM: Implements SVGFitToViewBox.getViewBox().
getViewport() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getViewport().
getViewportElement() - Method in class org.apache.batik.anim.dom.SVGOMElement
DOM: Implements SVGElement.getViewportElement().
getViewportHeight() - Method in class org.apache.batik.anim.dom.AbstractSVGLength.DefaultContext
Returns the viewport height used to compute units.
getViewportHeight() - Method in class org.apache.batik.anim.dom.SVGOMElement.UnitContext
Returns the viewport height used to compute units.
getViewportWidth() - Method in class org.apache.batik.anim.dom.AbstractSVGLength.DefaultContext
Returns the viewport width used to compute units.
getViewportWidth() - Method in class org.apache.batik.anim.dom.SVGOMElement.UnitContext
Returns the viewport width used to compute units.
getViewTarget() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
DOM: Implements SVGViewElement.getViewTarget().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
DOM: Implements SVGForeignObjectElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
DOM: Implements SVGImageElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGPatternElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getWidth().
getWidth() - Method in class org.apache.batik.anim.values.AnimatableRectValue
Returns the width.
getX() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements SVGCursorElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
DOM: Implements SVGFEPointLightElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
DOM: Implements SVGForeignObjectElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
DOM: Implements SVGImageElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGPatternElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getX().
getX() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getX().
getX() - Method in class org.apache.batik.anim.values.AnimatableMotionPointValue
Returns the x coordinate.
getX() - Method in class org.apache.batik.anim.values.AnimatableRectValue
Returns the x coordinate.
getX1() - Method in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
DOM: Implements SVGLinearGradientElement.getX1().
getX1() - Method in class org.apache.batik.anim.dom.SVGOMLineElement
DOM: Implements SVGLineElement.getX1().
getX2() - Method in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
DOM: Implements SVGLinearGradientElement.getX2().
getX2() - Method in class org.apache.batik.anim.dom.SVGOMLineElement
DOM: Implements SVGLineElement.getX2().
getXChannelSelector() - Method in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
DOM: Implements SVGFEDisplacementMapElement.getXChannelSelector().
getXHeight() - Method in class org.apache.batik.anim.dom.AbstractSVGLength.DefaultContext
Returns the x-height value.
getXHeight() - Method in class org.apache.batik.anim.dom.SVGOMElement.UnitContext
Returns the x-height value.
getXMLbase() - Method in class org.apache.batik.anim.dom.SVGOMElement
DOM: Implements SVGElement.getXMLbase().
getXMLId() - Method in class org.apache.batik.anim.dom.SVGStylableElement
Returns the ID of this element.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGDescriptiveElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Returns the xml:lang attribute value.
getXMLlang() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Returns the xml:lang attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGDescriptiveElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
DOM: Implements SVGStyleElement.getXMLspace().
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Returns the xml:space attribute value.
getXMLspace() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Returns the xml:space attribute value.
getY() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements SVGCursorElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
DOM: Implements SVGFEPointLightElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
DOM: Implements SVGFilterPrimitiveStandardAttributes.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
DOM: Implements SVGForeignObjectElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
DOM: Implements SVGImageElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
DOM: Implements SVGMaskElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGPatternElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
DOM: Implements SVGRectElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
DOM: Implements SVGTextPositioningElement.getY().
getY() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
DOM: Implements SVGUseElement.getY().
getY() - Method in class org.apache.batik.anim.values.AnimatableMotionPointValue
Returns the y coordinate.
getY() - Method in class org.apache.batik.anim.values.AnimatableRectValue
Returns the y coordinate.
getY1() - Method in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
DOM: Implements SVGLinearGradientElement.getY1().
getY1() - Method in class org.apache.batik.anim.dom.SVGOMLineElement
DOM: Implements SVGLineElement.getY1().
getY2() - Method in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
DOM: Implements SVGLinearGradientElement.getY2().
getY2() - Method in class org.apache.batik.anim.dom.SVGOMLineElement
DOM: Implements SVGLineElement.getY2().
getYChannelSelector() - Method in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
DOM: Implements SVGFEDisplacementMapElement.getYChannelSelector().
getZ() - Method in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
DOM: Implements SVGFEPointLightElement.getZ().
getZ() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
DOM: Implements SVGFESpotLightElement.getZ().
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableAngleValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableBooleanValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableColorValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableIntegerValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableLengthListValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableLengthValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableMotionPointValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableNumberListValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableNumberValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatablePaintValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatablePathDataValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatablePercentageValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatablePointListValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableRectValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableStringValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableTransformListValue
Returns a zero value of this AnimatableValue's type.
getZeroValue() - Method in class org.apache.batik.anim.values.AnimatableValue
Returns a zero value of this AnimatableValue's type.
getZoomAndPan() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGZoomAndPan.getZoomAndPan().
getZoomAndPan() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Implements SVGZoomAndPan.getZoomAndPan().
getZoomAndPan() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
DOM: Implements SVGZoomAndPan.getZoomAndPan().
GlyphElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.GlyphElementFactory
 
GlyphRefElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.GlyphRefElementFactory
 
gradientUnits - Variable in class org.apache.batik.anim.dom.SVGOMGradientElement
The 'gradientUnits' attribute value.
green - Variable in class org.apache.batik.anim.values.AnimatableColorValue
The green component.

H

handledEvents - Variable in class org.apache.batik.anim.timing.TimedElement
Map of Event objects to HashSets of TimingSpecifiers that caught them.
handleEvent(Event) - Method in class org.apache.batik.anim.dom.SVGOMDocument.DOMAttrModifiedListenerWrapper
Handles the event.
handleEvent(Event) - Method in class org.apache.batik.anim.dom.SVGOMDocument.DOMCharacterDataModifiedListenerWrapper
Handles the event.
handleEvent(Event) - Method in class org.apache.batik.anim.dom.SVGOMDocument.DOMNodeInsertedListenerWrapper
Handles the event.
handleEvent(Event) - Method in class org.apache.batik.anim.dom.SVGOMDocument.DOMNodeRemovedListenerWrapper
Handles the event.
handleEvent(Event) - Method in class org.apache.batik.anim.dom.SVGOMDocument.DOMSubtreeModifiedListenerWrapper
Handles the event.
handleEvent(Event) - Method in class org.apache.batik.anim.dom.SVGOMStyleElement.DOMCharacterDataModifiedListener
 
handleEvent(Event) - Method in class org.apache.batik.anim.timing.AccesskeyTimingSpecifier
Handles key events fired by the eventbase element.
handleEvent(Event) - Method in class org.apache.batik.anim.timing.EventbaseTimingSpecifier
Handles an event fired on the eventbase element.
handleEvent(Event) - Method in class org.apache.batik.anim.timing.RepeatTimingSpecifier
Handles an event fired on the eventbase element.
HandlerElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.HandlerElementFactory
 
hasAnimVal - Variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
Whether there is a current animated value.
hasChanged - Variable in class org.apache.batik.anim.values.AnimatableValue
Whether this value has changed since the last call to AnimatableValue.hasChanged().
hasChanged() - Method in class org.apache.batik.anim.values.AnimatableValue
Returns whether the value in this AnimatableValue has been modified.
hasExtension(String) - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Implements SVGTests.hasExtension(String).
hasExtension(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
DOM: Implements SVGTests.hasExtension(String).
hasExtension(String) - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
DOM: Implements SVGTests.hasExtension(String).
hasExtension(String) - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Implements SVGTests.hasExtension(String).
hasExtension(String) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGTests.hasExtension(String).
hasExtension(String) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTests.hasExtension(String).
hasOptionalNumber - Variable in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Whether the optional number is present.
hasOptionalNumber() - Method in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Returns whether the optional number is present.
hasParsed - Variable in class org.apache.batik.anim.timing.TimedElement
Whether this timed element has parsed its timing attributes yet.
hasPropagated - Variable in class org.apache.batik.anim.timing.TimedElement
Whether an instance time update message has already been propagated to this timed element.
hasProperty(String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns whether the given CSS property is available on this element.
hasTrait(String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns whether the given trait is available on this element.
height - Variable in class org.apache.batik.anim.dom.SVGOMFilterElement
The 'height' attribute value.
height - Variable in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
The 'height' attribute value.
height - Variable in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
The 'height' attribute value.
height - Variable in class org.apache.batik.anim.dom.SVGOMImageElement
The 'height' attribute value.
height - Variable in class org.apache.batik.anim.dom.SVGOMMaskElement
The 'height' attribute value.
height - Variable in class org.apache.batik.anim.dom.SVGOMPatternElement
The 'height' attribute value.
height - Variable in class org.apache.batik.anim.dom.SVGOMRectElement
The 'height' attribute value.
height - Variable in class org.apache.batik.anim.dom.SVGOMSVGElement
The 'height' attribute value.
height - Variable in class org.apache.batik.anim.dom.SVGOMUseElement
The 'height' attribute value.
height - Variable in class org.apache.batik.anim.values.AnimatableRectValue
The height.
higherAnimation - Variable in class org.apache.batik.anim.AbstractAnimation
The animation that is higher in the sandwich.
HkernElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.HkernElementFactory
 
HORIZONTAL_LENGTH - Static variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
This constant represents horizontal lengths.
HORIZONTAL_LENGTH - Static variable in class org.apache.batik.anim.dom.AbstractSVGLength
This constant represents horizontal lengths.
href - Variable in class org.apache.batik.anim.dom.SVGOMFEImageElement
The 'xlink:href' attribute value.
href - Variable in class org.apache.batik.anim.dom.SVGOMFilterElement
The 'xlink:href' attribute value.
href - Variable in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
The 'xlink:href' attribute value.
href - Variable in class org.apache.batik.anim.dom.SVGOMGradientElement
The 'xlink:href' attribute value.
href - Variable in class org.apache.batik.anim.dom.SVGOMPatternElement
The 'xlink:href' attribute value.
href - Variable in class org.apache.batik.anim.dom.SVGOMTextPathElement
The 'xlink:href' attribute value.
href - Variable in class org.apache.batik.anim.dom.SVGOMURIReferenceElement
The 'xlink:href' attribute value.
href - Variable in class org.apache.batik.anim.dom.SVGURIReferenceGraphicsElement
The 'xlink:href' attribute value.
href - Variable in class org.apache.batik.anim.dom.SVGURIReferenceTextPositioningElement
The 'xlink:href' attribute value.
HTTP_CHARSET - Static variable in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Constant for HTTP content type header charset field.

I

ident - Variable in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
The identifier.
ident - Variable in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
The identifier.
ident - Variable in class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
The identifier.
IDENTITY_ROTATE - Static variable in class org.apache.batik.anim.values.AnimatableTransformListValue
Identity transform value of type 'rotate'.
IDENTITY_SCALE - Static variable in class org.apache.batik.anim.values.AnimatableTransformListValue
Identity transform value of type 'scale'.
IDENTITY_SKEWX - Static variable in class org.apache.batik.anim.values.AnimatableTransformListValue
Identity transform value of type 'skewX'.
IDENTITY_SKEWY - Static variable in class org.apache.batik.anim.values.AnimatableTransformListValue
Identity transform value of type 'skewY'.
IDENTITY_TRANSLATE - Static variable in class org.apache.batik.anim.values.AnimatableTransformListValue
Identity transform value of type 'translate'.
ImageElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.ImageElementFactory
 
in() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.in().
in - Variable in class org.apache.batik.anim.dom.SVGOMFEBlendElement
The 'in' attribute value.
in - Variable in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
The 'in' attribute value.
in - Variable in class org.apache.batik.anim.dom.SVGOMFEComponentTransferElement
The 'in' attribute value.
in - Variable in class org.apache.batik.anim.dom.SVGOMFECompositeElement
The 'in' attribute value.
in - Variable in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
The 'in' attribute value.
in - Variable in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
The 'in' attribute value.
in - Variable in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
The 'in' attribute value.
in - Variable in class org.apache.batik.anim.dom.SVGOMFEFloodElement
The 'in' attribute value.
in - Variable in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
The 'in' attribute value.
in - Variable in class org.apache.batik.anim.dom.SVGOMFEMergeNodeElement
The 'in' attribute value.
in - Variable in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
The 'in' attribute value.
in - Variable in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
The 'in' attribute value.
in - Variable in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
The 'in' attribute value.
in - Variable in class org.apache.batik.anim.dom.SVGOMFETileElement
The 'in' attribute value.
in2 - Variable in class org.apache.batik.anim.dom.SVGOMFEBlendElement
The 'in2' attribute value.
in2 - Variable in class org.apache.batik.anim.dom.SVGOMFECompositeElement
The 'in2' attribute value.
in2 - Variable in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
The 'in2' attribute value.
INDEFINITE - Static variable in class org.apache.batik.anim.timing.TimedElement
 
indefinite() - Method in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Invoked when an indefinite value timing specifier is parsed.
IndefiniteTimingSpecifier - Class in org.apache.batik.anim.timing
A class to handle the 'indefinite' SMIL timing specifier.
IndefiniteTimingSpecifier(TimedElement, boolean) - Constructor for class org.apache.batik.anim.timing.IndefiniteTimingSpecifier
Creates a new IndefiniteTimingSpecifier object.
initialize(SVGLength) - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList
DOM: Implements SVGLengthList.initialize(SVGLength).
initialize(SVGLength) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
DOM: Implements SVGLengthList.initialize(SVGLength).
initialize(SVGNumber) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
DOM: Implements SVGNumberList.initialize(SVGNumber).
initialize(SVGPathSeg) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
DOM: Implements SVGPathSegList.initialize(SVGPathSeg).
initialize(SVGPoint) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
DOM: Implements SVGPointList.initialize(SVGPoint).
initialize(SVGTransform) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
DOM: Implements SVGTransformList.initialize(SVGTransform).
initialize() - Method in class org.apache.batik.anim.timing.AccesskeyTimingSpecifier
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
initialize() - Method in class org.apache.batik.anim.timing.EventbaseTimingSpecifier
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
initialize() - Method in class org.apache.batik.anim.timing.IndefiniteTimingSpecifier
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
initialize() - Method in class org.apache.batik.anim.timing.OffsetTimingSpecifier
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
initialize() - Method in class org.apache.batik.anim.timing.SyncbaseTimingSpecifier
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
initialize() - Method in class org.apache.batik.anim.timing.TimedElement
Initializes this timed element.
initialize() - Method in class org.apache.batik.anim.timing.TimingSpecifier
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
initialize() - Method in class org.apache.batik.anim.timing.WallclockTimingSpecifier
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMAElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMAnimationElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMCircleElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMClipPathElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMEllipseElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFEBlendElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFEComponentTransferElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFEFloodElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFEMergeNodeElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFETileElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMFontElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMLineElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMMPathElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMScriptElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMStopElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMTextPathElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMURIReferenceElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGPointShapeElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGStylableElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGURIReferenceGraphicsElement
Initializes all live attributes for this element.
initializeAllLiveAttributes() - Method in class org.apache.batik.anim.dom.SVGURIReferenceTextPositioningElement
Initializes all live attributes for this element.
initializeAttributes() - Method in class org.apache.batik.anim.dom.AbstractElement
Initializes the attributes of this element to their default value.
initializeAttributes(AbstractElement) - Method in class org.apache.batik.anim.dom.AttributeInitializer
Initializes the attributes of the given element.
initLocalizable() - Method in class org.apache.batik.anim.dom.SVGDOMImplementation
 
insertItemBefore(SVGLength, int) - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList
DOM: Implements SVGLengthList.insertItemBefore(SVGLength,int).
insertItemBefore(SVGLength, int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
DOM: Implements SVGLengthList.insertItemBefore(SVGLength, int).
insertItemBefore(SVGNumber, int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
DOM: Implements SVGNumberList.insertItemBefore(SVGNumber, int).
insertItemBefore(SVGPathSeg, int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
DOM: Implements SVGPathSegList.insertItemBefore(SVGPathSeg, int).
insertItemBefore(SVGPoint, int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
DOM: Implements SVGPointList.insertItemBefore(SVGPoint, int).
insertItemBefore(SVGTransform, int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
DOM: Implements SVGTransformList.insertItemBefore(SVGTransform, int).
instance - Variable in class org.apache.batik.anim.timing.MediaMarkerTimingSpecifier
The instance time.
instance - Variable in class org.apache.batik.anim.timing.WallclockTimingSpecifier
The instance time.
instances - Variable in class org.apache.batik.anim.timing.SyncbaseTimingSpecifier
Map of Intervals to an InstanceTime.
InstanceTime - Class in org.apache.batik.anim.timing
A class that represents an instance time created from a timing specification.
InstanceTime(TimingSpecifier, float, boolean) - Constructor for class org.apache.batik.anim.timing.InstanceTime
Creates a new InstanceTime.
instanceTimeChanged(InstanceTime, boolean) - Method in class org.apache.batik.anim.timing.TimedElement
Called by a TimingSpecifier of this element when an InstanceTime has been updated.
intercept - Variable in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
The 'intercept' attribute value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableAngleValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableBooleanValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableColorValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableIntegerValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableLengthListValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableLengthValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableMotionPointValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableNumberListValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableNumberValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatablePaintValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatablePathDataValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatablePercentageValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatablePointListValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableRectValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableStringValue
Performs interpolation to the given value.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableTransformListValue
Performs interpolation to the given value.
interpolate(AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, float, float, AnimatableTransformListValue, int) - Static method in class org.apache.batik.anim.values.AnimatableTransformListValue
Performs a two-way interpolation between the specified values.
interpolate(AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, AnimatableTransformListValue, float, float, float, AnimatableTransformListValue, int) - Static method in class org.apache.batik.anim.values.AnimatableTransformListValue
Performs a three-way interpolation between the specified values.
interpolate(AnimatableValue, AnimatableValue, float, AnimatableValue, int) - Method in class org.apache.batik.anim.values.AnimatableValue
Performs interpolation to the given value.
InterpolatingAnimation - Class in org.apache.batik.anim
An abstract animation class for those animations that interpolate values.
InterpolatingAnimation(TimedElement, AnimatableElement, int, float[], float[], boolean, boolean) - Constructor for class org.apache.batik.anim.InterpolatingAnimation
Creates a new InterpolatingAnimation.
Interval - Class in org.apache.batik.anim.timing
A class that represents an interval for a timed element.
Interval(float, float, InstanceTime, InstanceTime) - Constructor for class org.apache.batik.anim.timing.Interval
Creates a new Interval.
intervalBegan(TimedElement, Interval) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indivate that the given interval began.
intervalBegan(TimedElement, Interval) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indivate that the given interval began.
intervalChanged(TimedElement, Interval) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indivate that an interval's endpoints were changed.
intervalChanged(TimedElement, Interval) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indivate that an interval's endpoints were changed.
intervalCreated(TimedElement, Interval) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indivate that an interval was created for the given timed element.
intervalCreated(TimedElement, Interval) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indivate that an interval was created for the given timed element.
intervalRemoved(TimedElement, Interval) - Method in class org.apache.batik.anim.timing.TimegraphAdapter
Invoked to indivate that an interval was removed for the given timed element.
intervalRemoved(TimedElement, Interval) - Method in interface org.apache.batik.anim.timing.TimegraphListener
Invoked to indivate that an interval was removed for the given timed element.
invalidate() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Invalidates this length.
invalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
Invalidates this angle.
invalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
Re-reads the DOM attribute value.
invalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
Invalidates this length.
isActive - Variable in class org.apache.batik.anim.AbstractAnimation
Whether this animation is active.
isActive - Variable in class org.apache.batik.anim.timing.TimedElement
Whether the element is currently active.
isAnimatable - Variable in class org.apache.batik.anim.dom.TraitInformation
Whether this trait can be animated.
isAnimatable() - Method in class org.apache.batik.anim.dom.TraitInformation
Returns whether this trait is animatable.
isAttributeAdditive(String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns whether the given XML attribute is additive.
isAttributeAnimatable(String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns whether the given XML attribute is animatable.
isBefore(TimedElement) - Method in class org.apache.batik.anim.timing.TimedElement
Returns whether this timed element comes before the given timed element in document order.
isBegin - Variable in class org.apache.batik.anim.timing.TimingSpecifier
Whether this timing specifier is for a begin time or an end time.
isBegin() - Method in class org.apache.batik.anim.timing.TimingSpecifier
Returns true if this timing specifier is in the owner's begin list, false if it is in the owner's end list.
isBegin - Variable in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Whether the created TimingSpecifiers should be begin times.
isConstantAnimation() - Method in class org.apache.batik.anim.timing.TimeContainer
Returns whether this timed element is for a constant animation (i.e., a 'set' animation.
isConstantAnimation() - Method in class org.apache.batik.anim.timing.TimedElement
Returns whether this timed element is for a constant animation (i.e., a 'set' animation.
isDirty - Variable in class org.apache.batik.anim.AbstractAnimation
Whether this animation needs recomputing.
isEventCondition() - Method in class org.apache.batik.anim.timing.EventLikeTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class org.apache.batik.anim.timing.IndefiniteTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class org.apache.batik.anim.timing.MediaMarkerTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class org.apache.batik.anim.timing.OffsetTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class org.apache.batik.anim.timing.SyncbaseTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class org.apache.batik.anim.timing.TimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
isEventCondition() - Method in class org.apache.batik.anim.timing.WallclockTimingSpecifier
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
isFrozen - Variable in class org.apache.batik.anim.AbstractAnimation
Whether this animation is frozen.
isFrozen - Variable in class org.apache.batik.anim.timing.TimedElement
Whether the element is currently frozen.
isHiddenFromSelectors() - Method in class org.apache.batik.anim.dom.AbstractElement
Returns whether this node is the root of a (conceptual) hidden tree that selectors will not work across.
isHiddenFromSelectors() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
Returns whether this node is the root of a (conceptual) hidden tree that selectors will not work across.
isHyperlinking - Variable in class org.apache.batik.anim.timing.TimedDocumentRoot
Whether the document is currently being sampled for a hyperlink.
isHyperlinking() - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns whether the document is currently being sampled for a hyperlink.
isId(Attr) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Returns true if the given Attr node represents an 'id' for this document.
isIdent - Variable in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Whether this value is an identifier.
isIdent() - Method in class org.apache.batik.anim.values.AnimatableAngleOrIdentValue
Returns whether the value is an identifier.
isIdent - Variable in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Whether this value is an identifier.
isIdent() - Method in class org.apache.batik.anim.values.AnimatableLengthOrIdentValue
Returns whether this value is an identifier or a length.
isIdent - Variable in class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
Whether this value is an identifier.
isPaused() - Method in class org.apache.batik.anim.AnimationEngine
Returns whether animations are currently paused.
isPercentage - Variable in class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Whether the number is a percentage.
isPercentage() - Method in class org.apache.batik.anim.values.AnimatableNumberOrPercentageValue
Returns whether the value is a percentage.
isPropertyAdditive(String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns whether the given CSS property is additive.
isPropertyAnimatable(String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns whether the given CSS property is animatable.
isPseudoInstanceOf(String) - Method in class org.apache.batik.anim.dom.SVGStylableElement
Tells whether this element is an instance of the given pseudo class.
isReadonly() - Method in class org.apache.batik.anim.dom.SVGOMDocument
Tests whether this node is readonly.
isReadonly() - Method in class org.apache.batik.anim.dom.SVGOMElement
Tests whether this node is readonly.
isSampling - Variable in class org.apache.batik.anim.timing.TimedDocumentRoot
Whether the document is currently being sampled.
isSampling() - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Returns whether the document is currently being sampled.
isSampling - Variable in class org.apache.batik.anim.timing.TimedElement
Whether this timed element is currently being sampled.
isSingleScopeEvent(Event) - Method in class org.apache.batik.anim.dom.XBLEventSupport
Returns whether the given event should be stopped once it crosses a shadow scope boundary.
isSpecified() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
Returns whether this animated value has a specified value.
isSVG12 - Variable in class org.apache.batik.anim.dom.SVGOMDocument
Whether the document supports SVG 1.2.
isSVG12() - Method in class org.apache.batik.anim.dom.SVGOMDocument
Returns whether the document supports SVG 1.2.
isSVG12AccessKey - Variable in class org.apache.batik.anim.timing.AccesskeyTimingSpecifier
Whether this access key specifier uses SVG 1.2 syntax.
isTraitAdditive(String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns whether the given trait is additive.
isTraitAnimatable(String, String) - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns whether the given trait is animatable.
isUnresolved(float) - Static method in class org.apache.batik.anim.timing.TimedElement
Returns whether the given time value is equal to the TimedElement.UNRESOLVED value.

K

k1 - Variable in class org.apache.batik.anim.dom.SVGOMFECompositeElement
The 'k1' attribute value.
k2 - Variable in class org.apache.batik.anim.dom.SVGOMFECompositeElement
The 'k2' attribute value.
k3 - Variable in class org.apache.batik.anim.dom.SVGOMFECompositeElement
The 'k3' attribute value.
k4 - Variable in class org.apache.batik.anim.dom.SVGOMFECompositeElement
The 'k4' attribute value.
KEY_PUBLIC_IDS - Static variable in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Key used for public identifiers
KEY_SKIP_DTD - Static variable in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Key used for the skippable DTD substitution
KEY_SKIPPABLE_PUBLIC_IDS - Static variable in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Key used for public identifiers
KEY_SYSTEM_ID - Static variable in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Key used for system identifiers
keyName - Variable in class org.apache.batik.anim.timing.AccesskeyTimingSpecifier
The DOM 3 key name for SVG 1.2 access key specifiers.
keyPoints - Variable in class org.apache.batik.anim.MotionAnimation
The points defining the distance along the path that the keyTimes apply.
keys - Variable in class org.apache.batik.anim.dom.AttributeInitializer
The list of namespaces, prefixes and names.
keySplineCubics - Variable in class org.apache.batik.anim.InterpolatingAnimation
Cubics built from the bezier control points in InterpolatingAnimation.keySplines.
keySplines - Variable in class org.apache.batik.anim.InterpolatingAnimation
Bezier control points that control the pacing of the animation.
keyTimes - Variable in class org.apache.batik.anim.InterpolatingAnimation
Time values to control the pacing of the animation.
keyTimes2 - Variable in class org.apache.batik.anim.TransformAnimation
Time values to control the pacing of the second component of the animation.
keyTimes3 - Variable in class org.apache.batik.anim.TransformAnimation
Time values to control the pacing of the third component of the animation.

L

lastIntervalEnd - Variable in class org.apache.batik.anim.timing.TimedElement
The end time of the previous interval, initially Float.NEGATIVE_INFINITY.
lastRepeatTime - Variable in class org.apache.batik.anim.timing.TimedElement
The local active time of the last repeat.
lastSampleTime - Variable in class org.apache.batik.anim.timing.TimedElement
The current time of this element in local active time.
length - Variable in class org.apache.batik.anim.dom.AttributeInitializer
The length of keys.
LENGTH_ADJUST_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMTextContentElement
The 'lengthAdjust' attribute values.
lengthAdjust - Variable in class org.apache.batik.anim.dom.SVGOMTextContentElement
The 'lengthAdjust' attribute value.
LengthListBuilder(ListHandler) - Constructor for class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
Creates a new LengthListBuilder.
lengthType - Variable in class org.apache.batik.anim.values.AnimatableLengthValue
The length type.
lengthTypes - Variable in class org.apache.batik.anim.values.AnimatableLengthListValue
The length types.
lengthValue(float) - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
lengthValue - Variable in class org.apache.batik.anim.values.AnimatableLengthValue
The length value.
lengthValues - Variable in class org.apache.batik.anim.values.AnimatableLengthListValue
The length values.
limitingConeAngle - Variable in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
The 'limitingConeAngle' attribute value.
LinearGradientElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.LinearGradientElementFactory
 
LineElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.LineElementFactory
 
Listener() - Constructor for class org.apache.batik.anim.AnimationEngine.Listener
 
listener - Variable in class org.apache.batik.anim.dom.SVGOMDocument.DOMAttrModifiedListenerWrapper
The CSSNavigableDocumentListener.
listener - Variable in class org.apache.batik.anim.dom.SVGOMDocument.DOMCharacterDataModifiedListenerWrapper
The CSSNavigableDocumentListener.
listener - Variable in class org.apache.batik.anim.dom.SVGOMDocument.DOMNodeInsertedListenerWrapper
The CSSNavigableDocumentListener.
listener - Variable in class org.apache.batik.anim.dom.SVGOMDocument.DOMNodeRemovedListenerWrapper
The CSSNavigableDocumentListener.
listener - Variable in class org.apache.batik.anim.dom.SVGOMDocument.DOMSubtreeModifiedListenerWrapper
The CSSNavigableDocumentListener.
listenerRegistered - Variable in class org.apache.batik.anim.AnimationEngine.Sandwich
Whether an AnimationTargetListener has been registered to listen for changes to the base value.
listeners - Variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
Listener list.
listeners - Variable in class org.apache.batik.anim.timing.TimedDocumentRoot
List of {link TimegraphListener}s to be notified of changes to the timed elements in this document.
listHandler - Variable in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
The ListHandler to pass newly created AbstractSVGLengthList.SVGLengthItem objects to.
liveAttributeValues - Variable in class org.apache.batik.anim.dom.AbstractElement
The live attribute values.
localizableSupport - Variable in class org.apache.batik.anim.dom.SVGOMDocument
The localizable support for the error messages.
localizableSupport - Static variable in class org.apache.batik.anim.timing.TimedElement
The localizable support for the error messages.
localName - Variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
The local name of the attribute.
localName - Variable in class org.apache.batik.anim.dom.BindableElement
The local name of the custom element.
localName - Variable in class org.apache.batik.anim.dom.SVGOMToBeImplementedElement
This element's local name
LOCK - Static variable in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
 
lowerAnimation - Variable in class org.apache.batik.anim.AbstractAnimation
The animation that is lower in the sandwich.
lowestAnimation - Variable in class org.apache.batik.anim.AnimationEngine.Sandwich
The bottom-most animation in the sandwich.

M

mainAnimatedAttributeListener - Variable in class org.apache.batik.anim.dom.SVGOMDocument
The main AnimatedAttributeListener that redispatches to all listeners in SVGOMDocument.animatedAttributeListeners.
malformed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Whether the value is malformed.
malformed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Whether the value is malformed.
malformed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Whether the attribute is malformed.
malformed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Whether the attribute is malformed.
malformed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Whether the attribute is malformed.
malformed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
Whether the attribute is malformed.
malformed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Whether the attribute is malformed.
MAP_ENTRY_ARRAY - Static variable in class org.apache.batik.anim.AnimationEngine
 
markDirty() - Method in class org.apache.batik.anim.AbstractAnimation
Marks this animation and any animation that depends on it as dirty.
MarkerElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.MarkerElementFactory
 
markerHeight - Variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The 'markerHeight' attribute value.
markerName - Variable in class org.apache.batik.anim.timing.MediaMarkerTimingSpecifier
The media marker name.
markerUnits - Variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The 'markerUnits' attribute value.
markerWidth - Variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The 'markerWidth' attribute value.
maskContentUnits - Variable in class org.apache.batik.anim.dom.SVGOMMaskElement
The 'maskContentUnits' attribute value.
MaskElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.MaskElementFactory
 
maskUnits - Variable in class org.apache.batik.anim.dom.SVGOMMaskElement
The 'maskUnits' attribute value.
max - Variable in class org.apache.batik.anim.timing.TimedElement
The maximum active duration of this element.
maxMedia - Variable in class org.apache.batik.anim.timing.TimedElement
Whether the max value was specified as 'media'.
maxTime(float, float) - Method in class org.apache.batik.anim.timing.TimedElement
Returns the maximum of two time values.
mediaElement - Variable in class org.apache.batik.anim.timing.MediaMarkerTimingSpecifier
The media element.
mediaMarker(String, String) - Method in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Invoked when a media marker value timing specifier is parsed.
MediaMarkerTimingSpecifier - Class in org.apache.batik.anim.timing
A class to handle media marker SMIL timing specifiers.
MediaMarkerTimingSpecifier(TimedElement, boolean, String, String) - Constructor for class org.apache.batik.anim.timing.MediaMarkerTimingSpecifier
Creates a new MediaMarkerTimingSpecifier object.
MEET_OR_SLICE_VALUES - Static variable in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Strings for the 'meet-or-slice' values.
meetOrSlice - Variable in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
The meet-or-slice value.
message - Variable in exception org.apache.batik.anim.AnimationException
The message.
MetadataElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.MetadataElementFactory
 
method - Variable in class org.apache.batik.anim.dom.SVGOMTextPathElement
The 'method' attribute value.
METHOD_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMTextPathElement
The 'method' attribute values.
min - Variable in class org.apache.batik.anim.timing.TimedElement
The minimum active duration of this element.
minMedia - Variable in class org.apache.batik.anim.timing.TimedElement
Whether the min value was specified as 'media'.
minTime(float, float) - Method in class org.apache.batik.anim.timing.TimedElement
Returns the minimum of two time values.
minusTime(float, float) - Method in class org.apache.batik.anim.timing.TimedElement
Subtracts one simple time from another.
missing - Variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Whether the attribute is missing.
missing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Whether the value is missing.
missing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Whether the value is missing.
missing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Whether the attribute is missing.
missing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Whether the attribute is missing.
missing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Whether the attribute is missing.
missing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Whether the attribute is missing.
MissingGlyphElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.MissingGlyphElementFactory
 
mm() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.mm().
mode - Variable in class org.apache.batik.anim.dom.SVGOMFEBlendElement
The 'mode' attribute value.
MODE_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMFEBlendElement
The 'mode' attribute values.
MotionAnimation - Class in org.apache.batik.anim
An animation class for 'animateMotion' animations.
MotionAnimation(TimedElement, AnimatableElement, int, float[], float[], boolean, boolean, AnimatableValue[], AnimatableValue, AnimatableValue, AnimatableValue, ExtendedGeneralPath, float[], boolean, boolean, float, short) - Constructor for class org.apache.batik.anim.MotionAnimation
Creates a new MotionAnimation.
motionTransform - Variable in class org.apache.batik.anim.dom.SVGGraphicsElement
Supplemental transformation due to motion animation.
motionTransform - Variable in class org.apache.batik.anim.dom.SVGOMTextElement
Supplemental transformation due to motion animation.
moveEventListeners(EventSupport) - Method in class org.apache.batik.anim.dom.XBLEventSupport
Moves all of the event listeners from this EventSupport object to the given EventSupport object.
moveToBottom(AbstractAnimation) - Method in class org.apache.batik.anim.AnimationEngine
Moves the given animation to the bottom of the sandwich.
moveToTop(AbstractAnimation) - Method in class org.apache.batik.anim.AnimationEngine
Moves the given animation to the top of the sandwich.
MpathElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.MpathElementFactory
 
MultiImageElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.MultiImageElementFactory
 
multiplyTime(float, float) - Method in class org.apache.batik.anim.timing.TimedElement
Multiplies one simple time by n.
mutate - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeColorValue
Whether the mutation comes from this object.
mutate - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributePaintValue
Whether the mutation comes from this object.
mutate - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeValue
Whether the mutation comes from this object.
mutate - Variable in class org.apache.batik.anim.dom.SVGStylableElement.StyleDeclaration
Whether the mutation comes from this object.

N

namespaceURI - Variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
The namespace URI of the attribute.
namespaceURI - Variable in class org.apache.batik.anim.dom.BindableElement
The namespace URI of the custom element.
newItem(short, float[], int[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Creates a new SVGPathSegItem from the given path command and array of parameter values.
newNode() - Method in class org.apache.batik.anim.dom.BindableElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVG12OMDocument
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMAElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphDefElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphItemElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMAnimateColorElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMAnimateElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMAnimateMotionElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMAnimateTransformElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMCircleElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMClipPathElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMColorProfileElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMCursorElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMDefinitionSrcElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMDefsElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMDescElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMDocument
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMEllipseElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEBlendElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEComponentTransferElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFECompositeElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEFloodElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEFuncAElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEFuncBElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEFuncGElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEFuncRElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEMergeElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEMergeNodeElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFETileElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFlowDivElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFlowLineElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFlowParaElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFlowRegionBreakElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFlowRegionElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFlowRegionExcludeElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFlowRootElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFlowSpanElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFontElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceFormatElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceNameElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceSrcElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMFontFaceUriElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMGElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMGlyphElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMGradientElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMHandlerElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMHKernElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMImageElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMLineElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMMaskElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMMetadataElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMMissingGlyphElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMMPathElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMMultiImageElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMPathElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMPolygonElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMPolylineElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMRectElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMScriptElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMSetElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMSolidColorElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMStopElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMSubImageElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMSubImageRefElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMSwitchElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMTextElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMTextPathElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMTitleElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMToBeImplementedElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMTRefElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMTSpanElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMUseElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMViewElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGOMVKernElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.SVGStyleSheetProcessingInstruction
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.XBLOMContentElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.XBLOMDefinitionElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.XBLOMHandlerGroupElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.XBLOMImportElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.XBLOMShadowTreeElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.XBLOMTemplateElement
Returns a new uninitialized instance of this object's class.
newNode() - Method in class org.apache.batik.anim.dom.XBLOMXBLElement
Returns a new uninitialized instance of this object's class.
newValueSpecifiedUnits(short, float) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.newValueSpecifiedUnits(short,float).
newValueSpecifiedUnits(short, float) - Method in class org.apache.batik.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.newValueSpecifiedUnits(short,float).
newValueSpecifiedUnits(short, float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.newValueSpecifiedUnits(short,float).
nonNegative - Variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
Whether the value must be non-negative.
NormalizedBaseSVGPathSegList() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
 
normalizedPathSegs - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
The normalized base path data value.
notifyNewInterval(Interval) - Method in class org.apache.batik.anim.timing.TimedElement
Notifies dependents of a new interval.
notifyRemoveInterval(Interval) - Method in class org.apache.batik.anim.timing.TimedElement
Notifies dependents of a removed interval.
number - Variable in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
The first number.
numbers - Variable in class org.apache.batik.anim.values.AnimatableNumberListValue
The numbers.
numericIdent - Variable in class org.apache.batik.anim.values.AnimatableNumberOrIdentValue
Whether numbers should be considered as numeric keywords, as with the font-weight property.
numOctaves - Variable in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
The 'numOctaves' attribute value.

O

offset - Variable in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
The 'offset' attribute value.
offset - Variable in class org.apache.batik.anim.dom.SVGOMStopElement
The 'offset' attribute value.
offset - Variable in class org.apache.batik.anim.timing.OffsetTimingSpecifier
The offset value.
offset(float) - Method in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Invoked when an offset value timing specifier is parsed.
OffsetTimingSpecifier - Class in org.apache.batik.anim.timing
A class to handle offset SMIL timing specifiers.
OffsetTimingSpecifier(TimedElement, boolean, float) - Constructor for class org.apache.batik.anim.timing.OffsetTimingSpecifier
Creates a new OffsetTimingSpecifier object.
operator - Variable in class org.apache.batik.anim.dom.SVGOMFECompositeElement
The 'operator' attribute value.
operator - Variable in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
The 'operator' attribute value.
OPERATOR_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMFECompositeElement
The 'operator' attribute values.
OPERATOR_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
The 'operator' attribute values.
optionalNumber - Variable in class org.apache.batik.anim.values.AnimatableNumberOptionalNumberValue
The optional number.
org.apache.batik.anim - package org.apache.batik.anim
 
org.apache.batik.anim.dom - package org.apache.batik.anim.dom
 
org.apache.batik.anim.timing - package org.apache.batik.anim.timing
 
org.apache.batik.anim.values - package org.apache.batik.anim.values
 
orient - Variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The 'orient' attribute value.
ORIENT_TYPE_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The orient type values.
OTHER_LENGTH - Static variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
This constant represents other lengths.
OTHER_LENGTH - Static variable in class org.apache.batik.anim.dom.AbstractSVGLength
This constant represents other lengths.
otherAnimationChanged(Element, String) - Method in interface org.apache.batik.anim.dom.AnimatedAttributeListener
Called to notify an object of a change to the value of an 'other' animation.
otherAnimationChanged(Element, String) - Method in class org.apache.batik.anim.dom.SVGOMDocument.AnimAttrListener
Called to notify an object of a change to the value of an 'other' animation.
otherAnimations - Variable in class org.apache.batik.anim.AnimationEngine.TargetInfo
Map of other animation types to the corresponding AnimationEngine.Sandwich objects.
overrideStyleDeclaration - Variable in class org.apache.batik.anim.dom.SVGStylableElement
The override style declaration for this element.
OverrideStyleDeclaration(CSSEngine) - Constructor for class org.apache.batik.anim.dom.SVGStylableElement.OverrideStyleDeclaration
Creates a new OverrideStyleDeclaration.
overrideStylePropertyChanged(CSSStylableElement, String, String, String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
A property in the override style declaration has been changed.
overrideStylePropertyRemoved(CSSStylableElement, String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
A property in the override style declaration has been removed.
overrideStyleTextChanged(CSSStylableElement, String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
The text of the override style declaration for this element has been modified.
owner - Variable in class org.apache.batik.anim.timing.TimingSpecifier
The element that owns this timing specifier.
owner - Variable in class org.apache.batik.anim.timing.TimingSpecifierListProducer
The owner TimedElement used when creating the TimingSpecifiers.

P

PAINT_COLOR - Static variable in class org.apache.batik.anim.values.AnimatablePaintValue
 
PAINT_CURRENT_COLOR - Static variable in class org.apache.batik.anim.values.AnimatablePaintValue
 
PAINT_INHERIT - Static variable in class org.apache.batik.anim.values.AnimatablePaintValue
 
PAINT_NONE - Static variable in class org.apache.batik.anim.values.AnimatablePaintValue
 
PAINT_URI - Static variable in class org.apache.batik.anim.values.AnimatablePaintValue
 
PAINT_URI_COLOR - Static variable in class org.apache.batik.anim.values.AnimatablePaintValue
 
PAINT_URI_CURRENT_COLOR - Static variable in class org.apache.batik.anim.values.AnimatablePaintValue
 
PAINT_URI_NONE - Static variable in class org.apache.batik.anim.values.AnimatablePaintValue
 
paintType - Variable in class org.apache.batik.anim.values.AnimatablePaintValue
The type of paint.
parameters - Variable in class org.apache.batik.anim.values.AnimatablePathDataValue
The path parameters.
params - Variable in exception org.apache.batik.anim.AnimationException
The parameters to use for the error message.
parent - Variable in class org.apache.batik.anim.timing.TimedElement
The parent time container.
parentList - Variable in class org.apache.batik.anim.dom.AbstractSVGLengthList.SVGLengthItem
List the item belongs to.
parse(String) - Method in class org.apache.batik.anim.dom.AbstractSVGLength
Parse a String value as a SVGLength.
parse(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
Parse a String value as an SVGAngle.
parseAttributes(String, String, String, String, String, String, String, String, String) - Method in class org.apache.batik.anim.timing.TimedElement
Parses the animation attributes for this timed element.
parseBegin(String) - Method in class org.apache.batik.anim.timing.TimedElement
Parses a new 'begin' attribute.
parseClockValue(String, boolean) - Method in class org.apache.batik.anim.timing.TimedElement
Parses a clock value or offset and returns it as a float.
parseDur(String) - Method in class org.apache.batik.anim.timing.TimedElement
Parses a new 'dur' attribute.
parseEnd(String) - Method in class org.apache.batik.anim.timing.TimedElement
Parses a new 'end' attribute.
parseFill(String) - Method in class org.apache.batik.anim.timing.TimedElement
Parses a new 'fill' attribute.
parseMax(String) - Method in class org.apache.batik.anim.timing.TimedElement
Parses a new 'max' attribute.
parseMin(String) - Method in class org.apache.batik.anim.timing.TimedElement
Parses a new 'min' attribute.
parseRepeatCount(String) - Method in class org.apache.batik.anim.timing.TimedElement
Parses a new 'repeatCount' attribute.
parseRepeatDur(String) - Method in class org.apache.batik.anim.timing.TimedElement
Parses a new 'repeatDur' attribute.
parseRestart(String) - Method in class org.apache.batik.anim.timing.TimedElement
Parses a new 'restart' attribute.
parseTimingSpecifierList(TimedElement, boolean, String, boolean, boolean) - Static method in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Parses a timing specifier list.
path - Variable in class org.apache.batik.anim.MotionAnimation
The path that describes the motion.
PATH_COMMANDS - Static variable in class org.apache.batik.anim.values.AnimatablePathDataValue
The path data commands.
PATH_PARAMS - Static variable in class org.apache.batik.anim.values.AnimatablePathDataValue
The number of parameters for each path command.
PathElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.PathElementFactory
 
pathLength - Variable in class org.apache.batik.anim.MotionAnimation
The path length calculation object.
pathSegs - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
The base path data value.
patternContentUnits - Variable in class org.apache.batik.anim.dom.SVGOMPatternElement
The 'patternContentUnits' attribute value.
PatternElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.PatternElementFactory
 
patternUnits - Variable in class org.apache.batik.anim.dom.SVGOMPatternElement
The 'patternUnits' attribute value.
pause() - Method in class org.apache.batik.anim.AnimationEngine
Pauses the animations.
pauseAnimations() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.pauseAnimations().
pauseTime - Variable in class org.apache.batik.anim.AnimationEngine
The time at which the document was paused, or 0 if the document is not paused.
pc() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.pc().
percentage() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
PERCENTAGE_FONT_SIZE - Static variable in interface org.apache.batik.anim.dom.AnimationTarget
 
PERCENTAGE_FONT_SIZE - Static variable in class org.apache.batik.anim.dom.TraitInformation
 
PERCENTAGE_VIEWPORT_HEIGHT - Static variable in interface org.apache.batik.anim.dom.AnimationTarget
 
PERCENTAGE_VIEWPORT_HEIGHT - Static variable in class org.apache.batik.anim.dom.TraitInformation
 
PERCENTAGE_VIEWPORT_SIZE - Static variable in interface org.apache.batik.anim.dom.AnimationTarget
 
PERCENTAGE_VIEWPORT_SIZE - Static variable in class org.apache.batik.anim.dom.TraitInformation
 
PERCENTAGE_VIEWPORT_WIDTH - Static variable in interface org.apache.batik.anim.dom.AnimationTarget
 
PERCENTAGE_VIEWPORT_WIDTH - Static variable in class org.apache.batik.anim.dom.TraitInformation
 
percentageInterpretation - Variable in class org.apache.batik.anim.dom.TraitInformation
What percentages in this trait are relative to.
percentageInterpretation - Variable in class org.apache.batik.anim.values.AnimatableLengthListValue
How to interpret percentage values.
percentageInterpretation - Variable in class org.apache.batik.anim.values.AnimatableLengthValue
How to interpret percentage values.
points - Variable in class org.apache.batik.anim.dom.SVGPointShapeElement
The 'points' attribute value.
pointsAtX - Variable in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
The 'pointsAtX' attribute value.
pointsAtY - Variable in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
The 'pointsAtY' attribute value.
pointsAtZ - Variable in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
The 'pointsAtZ' attribute value.
PolygonElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.PolygonElementFactory
 
PolylineElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.PolylineElementFactory
 
prefix - Variable in class org.apache.batik.anim.dom.SVGOMElement
The element prefix.
prefix - Variable in class org.apache.batik.anim.dom.XBLOMElement
The element prefix.
PresentationAttributeColorValue(CSSEngine, String) - Constructor for class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeColorValue
Creates a new PresentationAttributeColorValue.
PresentationAttributePaintValue(CSSEngine, String) - Constructor for class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributePaintValue
Creates a new PresentationAttributeColorValue.
PresentationAttributeValue(CSSEngine, String) - Constructor for class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeValue
Creates a new PresentationAttributeValue.
preserveAlpha - Variable in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
The 'preserveAlpha' attribute value.
preserveAspectRatio - Variable in class org.apache.batik.anim.dom.SVGOMFEImageElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatio - Variable in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatio - Variable in class org.apache.batik.anim.dom.SVGOMImageElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatio - Variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatio - Variable in class org.apache.batik.anim.dom.SVGOMPatternElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatio - Variable in class org.apache.batik.anim.dom.SVGOMSVGElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatio - Variable in class org.apache.batik.anim.dom.SVGOMSymbolElement
The 'preserveAspectRatio' attribute value.
preserveAspectRatio - Variable in class org.apache.batik.anim.dom.SVGOMViewElement
The 'preserveAspectRatio' attribute value.
previousInterval - Variable in class org.apache.batik.anim.timing.TimedElement
The previous interval.
primitiveUnits - Variable in class org.apache.batik.anim.dom.SVGOMFilterElement
The 'primitiveUnits' attribute value.
print(String) - Static method in class org.apache.batik.anim.timing.Trace
 
propagationFlags - Variable in class org.apache.batik.anim.timing.TimedDocumentRoot
A set to determine when propagation of new Instance times should be stopped.
property - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeColorValue
The property name.
property - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributePaintValue
The property name.
property - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeValue
The property name.
propertyChanged(String, String, String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.OverrideStyleDeclaration
Called when a property was changed.
propertyChanged(String, String, String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.StyleDeclaration
Called when a property was changed.
propertyRemoved(String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.OverrideStyleDeclaration
Called when a property was removed.
propertyRemoved(String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.StyleDeclaration
Called when a property was removed.
pt() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.pt().
pushDown(AbstractAnimation) - Method in class org.apache.batik.anim.AnimationEngine
Moves the animation down the sandwich such that it is in the right position according to begin time and document order.
putLiveAttributeValue(String, String, LiveAttributeValue) - Method in class org.apache.batik.anim.dom.AbstractElement
Associates a live attribute value to this element.
px() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.px().

R

r - Variable in class org.apache.batik.anim.dom.SVGOMCircleElement
The 'r' attribute value.
r - Variable in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
The 'r' attribute value.
rad(float, short) - Static method in class org.apache.batik.anim.values.AnimatableAngleValue
Converts an angle value to radians.
RadialGradientElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.RadialGradientElementFactory
 
readonly - Variable in class org.apache.batik.anim.dom.SVGOMDocument
Is this document immutable?
readonly - Variable in class org.apache.batik.anim.dom.SVGOMElement
Is this element immutable?
RectElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.RectElementFactory
 
red - Variable in class org.apache.batik.anim.values.AnimatableColorValue
The red component.
referrer - Variable in class org.apache.batik.anim.dom.SVGOMDocument
The string representing the referrer.
refX - Variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The 'refX' attribute value.
refY - Variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The 'refY' attribute value.
removeAnimatedAttributeListener(AnimatedAttributeListener) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
Removes a listener for changes to the animated value.
removeAnimatedAttributeListener(AnimatedAttributeListener) - Method in interface org.apache.batik.anim.dom.AnimatedLiveAttributeValue
Removes a listener for changes to the animated value.
removeAnimatedAttributeListener(AnimatedAttributeListener) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Removes an AnimatedAttributeListener from this document.
removeAnimation(AbstractAnimation) - Method in class org.apache.batik.anim.AnimationEngine
Removes an animation from the document.
removeChild(TimedElement) - Method in class org.apache.batik.anim.timing.TimeContainer
Removes a TimedElement from this container.
removeCSSNavigableDocumentListener(CSSNavigableDocumentListener) - Method in class org.apache.batik.anim.dom.SVG12OMDocument
Removes an event listener for mutations on the CSSNavigableDocument tree.
removeCSSNavigableDocumentListener(CSSNavigableDocumentListener) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Removes an event listener for mutations on the CSSNavigableDocument tree.
removeDependent(TimingSpecifier, boolean) - Method in class org.apache.batik.anim.timing.TimedElement
Removes a dependent TimingSpecifier for this element.
removeEventListenerNS(String, String, EventListener, boolean) - Method in class org.apache.batik.anim.dom.XBLEventSupport
Deregisters an event listener.
removeFill(AbstractAnimation) - Method in class org.apache.batik.anim.AnimationEngine
Invoked to indicate that this timed element has had its fill removed.
removeFill() - Method in class org.apache.batik.anim.timing.TimedElement
Invoked to indicate that this timed element has had its fill removed.
removeImplementationEventListenerNS(String, String, EventListener, boolean) - Method in class org.apache.batik.anim.dom.XBLEventSupport
Unregisters an implementation event listener.
removeInstanceTime(InstanceTime, boolean) - Method in class org.apache.batik.anim.timing.TimedElement
Called by a TimingSpecifier of this element when an InstanceTime should be removed.
removeItem(int) - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList
DOM: Implements SVGLengthList.removeItem(int).
removeItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
DOM: Implements SVGLengthList.removeItem(int).
removeItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
DOM: Implements SVGNumberList.removeItem(int).
removeItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
DOM: Implements SVGPathSegList.removeItem(int).
removeItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
DOM: Implements SVGPointList.removeItem(int).
removeItem(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
DOM: Implements SVGTransformList.removeItem(int).
removeNamedItemNS(String, String) - Method in class org.apache.batik.anim.dom.AbstractElement.ExtendedNamedNodeHashMap
removeTargetListener(String, String, boolean, AnimationTargetListener) - Method in interface org.apache.batik.anim.dom.AnimationTarget
Removes a listener for changes to the given attribute value.
removeTargetListener(String, AnimationTargetListener) - Method in interface org.apache.batik.anim.dom.SVGAnimationTargetContext
Removes a listener for changes to the given attribute value.
removeTargetListener(String, String, boolean, AnimationTargetListener) - Method in class org.apache.batik.anim.dom.SVGOMElement
Removes a listener for changes to the given attribute value.
removeTargetListener(String, String, boolean, AnimationTargetListener) - Method in class org.apache.batik.anim.dom.SVGStylableElement
Removes a listener for changes to the given attribute value.
removeTimegraphListener(TimegraphListener) - Method in class org.apache.batik.anim.AnimationEngine
Removes a TimegraphListener from the document.
removeTimegraphListener(TimegraphListener) - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Removes a TimegraphListener from the document.
repeat(float, String) - Method in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Invoked when a repeat value timing specifier with no iteration is parsed.
repeat(float, String, int) - Method in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Invoked when a repeat value timing specifier with an iteration is parsed.
repeatCount - Variable in class org.apache.batik.anim.timing.TimedElement
The number of repeats.
repeatDur - Variable in class org.apache.batik.anim.timing.TimedElement
The duration of repeats.
repeatDuration - Variable in class org.apache.batik.anim.timing.TimedElement
The computed repeat duration of the element.
repeatIteration - Variable in class org.apache.batik.anim.timing.RepeatTimingSpecifier
The repeat iteration.
repeatIterationSpecified - Variable in class org.apache.batik.anim.timing.RepeatTimingSpecifier
Whether a repeat iteration was specified.
RepeatTimingSpecifier - Class in org.apache.batik.anim.timing
A class to handle repeat event SMIL timing specifiers.
RepeatTimingSpecifier(TimedElement, boolean, float, String) - Constructor for class org.apache.batik.anim.timing.RepeatTimingSpecifier
Creates a new RepeatTimingSpecifier object without a repeat iteration.
RepeatTimingSpecifier(TimedElement, boolean, float, String, int) - Constructor for class org.apache.batik.anim.timing.RepeatTimingSpecifier
Creates a new RepeatTimingSpecifier object with a repeat iteration.
replaceItem(SVGLength, int) - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList
DOM: Implements SVGLengthList.replaceItem(SVGLength,int).
replaceItem(SVGLength, int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
DOM: Implements SVGLengthList.replaceItem(SVGLength, int).
replaceItem(SVGNumber, int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
DOM: Implements SVGNumberList.replaceItem(SVGNumber, int).
replaceItem(SVGPathSeg, int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
DOM: Implements SVGPathSegList.replaceItem(SVGPathSeg, int).
replaceItem(SVGPoint, int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
DOM: Implements SVGPointList.replaceItem(SVGPoint, int).
replaceItem(SVGTransform, int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
DOM: Implements SVGTransformList.replaceItem(SVGTransform, int).
reset() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Resets the value of the associated attribute.
reset() - Method in class org.apache.batik.anim.dom.AbstractSVGLength
Callback method after changes made to this length.
reset() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.SVGLengthItem
Notifies the parent list that this item has changed.
reset() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
Resets the value of the associated attribute.
reset() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
Resets the value of the associated attribute.
reset(boolean) - Method in class org.apache.batik.anim.timing.TimeContainer
Resets this element.
reset(boolean) - Method in class org.apache.batik.anim.timing.TimedElement
Resets this element.
resetAnimatedValue() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Resets the animated value.
resetAttribute(String, String, String) - Method in class org.apache.batik.anim.dom.AbstractElement
Resets an attribute to the default value.
resetAttribute(AbstractElement, String, String, String) - Method in class org.apache.batik.anim.dom.AttributeInitializer
Resets an attribute of the given element to its default value.
resetAttribute() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Resets the value of the associated attribute.
resetAttribute() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Appends the string representation of the given SVGItem to the DOM attribute.
resetAttribute() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Resets the value of the associated attribute.
resetAttribute() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Appends the string representation of the given SVGItem to the DOM attribute.
resetAttribute() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Resets the value of the associated attribute.
resetAttribute() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Appends the string representation of the given SVGItem to the DOM attribute.
resetAttribute() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Resets the value of the associated attribute.
resetAttribute() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Appends the string representation of the given SVGItem to the DOM attribute.
resetAttribute() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Resets the value of the associated attribute.
resetAttribute() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Appends the string representation of the given SVGItem to the DOM attribute.
resetDocument(Calendar) - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Resets the entire timegraph.
resolve(Event) - Method in class org.apache.batik.anim.timing.AccesskeyTimingSpecifier
Invoked to resolve an event-like timing specifier into an instance time.
resolve(Event) - Method in class org.apache.batik.anim.timing.EventbaseTimingSpecifier
Invoked to resolve an event-like timing specifier into an instance time.
resolve(Event) - Method in class org.apache.batik.anim.timing.EventLikeTimingSpecifier
Invoked to resolve an event-like timing specifier into an instance time.
resolveEntity(String, String) - Method in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
RESOURCES - Static variable in class org.apache.batik.anim.dom.SVGDOMImplementation
The error messages bundle class name.
RESOURCES - Static variable in class org.apache.batik.anim.dom.SVGOMDocument
The error messages bundle class name.
RESOURCES - Static variable in class org.apache.batik.anim.timing.TimedElement
The error messages bundle class name.
RESTART_ALWAYS - Static variable in class org.apache.batik.anim.timing.TimedElement
 
RESTART_NEVER - Static variable in class org.apache.batik.anim.timing.TimedElement
 
RESTART_WHEN_NOT_ACTIVE - Static variable in class org.apache.batik.anim.timing.TimedElement
 
restartMode - Variable in class org.apache.batik.anim.timing.TimedElement
The restart mode for this element.
result - Variable in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
The 'result' attribute value.
retargetEvent(AbstractEvent, NodeEventTarget) - Method in class org.apache.batik.anim.dom.XBLEventSupport
Clones and retargets the given event.
revalidate() - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Initializes the length, if needed.
revalidate() - Method in class org.apache.batik.anim.dom.AbstractSVGLength
Callback method before any value is return from this length.
revalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Initializes the list, if needed.
revalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Initializes the list, if needed.
revalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
Initializes the angle, if needed.
revalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Initializes the list, if needed.
revalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Initializes the list, if needed.
revalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Initializes the list, if needed.
revalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Initializes the list, if needed.
revalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Initializes the list, if needed.
revalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Initializes the list, if needed.
revalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Initializes the list, if needed.
revalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
Initializes the length, if needed.
revalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Initializes the list, if needed.
revalidate() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Initializes the list, if needed.
root - Variable in class org.apache.batik.anim.timing.TimedElement
The root time container.
rotate - Variable in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
The 'rotate' attribute value.
rotateAngle - Variable in class org.apache.batik.anim.MotionAnimation
The angle of rotation (in radians) to use when automatic rotation is not being used.
rotateAuto - Variable in class org.apache.batik.anim.MotionAnimation
Whether automatic rotation should be performed.
rotateAutoReverse - Variable in class org.apache.batik.anim.MotionAnimation
Whether the automatic rotation should be reversed.
rx - Variable in class org.apache.batik.anim.dom.SVGOMEllipseElement
The 'rx' attribute value.
rx - Variable in class org.apache.batik.anim.dom.SVGOMRectElement
The 'rx' attribute value.
ry - Variable in class org.apache.batik.anim.dom.SVGOMEllipseElement
The 'ry' attribute value.
ry - Variable in class org.apache.batik.anim.dom.SVGOMRectElement
The 'ry' attribute value.

S

sampleAt(float, boolean) - Method in class org.apache.batik.anim.timing.TimeContainer
Calculates the local simple time.
sampleAt(float, boolean) - Method in class org.apache.batik.anim.timing.TimedElement
Calculates the local simple time.
sampleChildren(float, boolean) - Method in class org.apache.batik.anim.timing.TimeContainer
Samples all the child timed elements.
sampledAt(float, float, int) - Method in class org.apache.batik.anim.AbstractAnimation
Called when the element is sampled at the given time.
sampledAt(AbstractAnimation, float, float, int) - Method in class org.apache.batik.anim.AnimationEngine
Invoked to indicate that this timed element has been sampled at the given time.
sampledAt(float, float, int) - Method in class org.apache.batik.anim.InterpolatingAnimation
Called when the element is sampled at the given time.
sampledAt(float, float, int) - Method in class org.apache.batik.anim.SetAnimation
Called when the element is sampled at the given time.
sampledAt(float, float, int) - Method in class org.apache.batik.anim.timing.TimedElement
Invoked to indicate that this timed element has been sampled at the given time.
sampledAtUnitTime(float, int) - Method in class org.apache.batik.anim.InterpolatingAnimation
Called when the element is sampled at the given unit time.
sampledAtUnitTime(float, int) - Method in class org.apache.batik.anim.MotionAnimation
Called when the element is sampled at the given unit time.
sampledAtUnitTime(float, int) - Method in class org.apache.batik.anim.SimpleAnimation
Called when the element is sampled at the given unit time.
sampledAtUnitTime(float, int) - Method in class org.apache.batik.anim.TransformAnimation
Called when the element is sampled at the given unit time.
sampledLastValue(int) - Method in class org.apache.batik.anim.AbstractAnimation
Called when the element is sampled for its "last" value.
sampledLastValue(AbstractAnimation, int) - Method in class org.apache.batik.anim.AnimationEngine
Invoked to indicate that this timed element has been sampled at the end of its active time, at an integer multiple of the simple duration.
sampledLastValue(int) - Method in class org.apache.batik.anim.InterpolatingAnimation
Called when the element is sampled for its "last" value.
sampledLastValue(int) - Method in class org.apache.batik.anim.SetAnimation
Called when the element is sampled for its "last" value.
sampledLastValue(int) - Method in class org.apache.batik.anim.timing.TimedElement
Invoked to indicate that this timed element has been sampled at the end of its active time, at an integer multiple of the simple duration.
Sandwich() - Constructor for class org.apache.batik.anim.AnimationEngine.Sandwich
 
SAXSVGDocumentFactory - Class in org.apache.batik.anim.dom
This class contains methods for creating SVGDocument instances from an URI using SAX2.
SAXSVGDocumentFactory(String) - Constructor for class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Creates a new SVGDocumentFactory object.
SAXSVGDocumentFactory(String, boolean) - Constructor for class org.apache.batik.anim.dom.SAXSVGDocumentFactory
Creates a new SVGDocumentFactory object.
scale - Variable in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
The 'scale' attribute value.
ScriptElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.ScriptElementFactory
 
seed - Variable in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
The 'seed' attribute value.
seekTo(float, boolean) - Method in class org.apache.batik.anim.timing.TimedDocumentRoot
Samples the entire timegraph at the given time.
selectNewInterval(float, Interval) - Method in class org.apache.batik.anim.timing.TimedElement
Sets the current interval to the one specified.
selectSubString(int, int) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Implements SVGTextContentElement.selectSubString(int,int).
selectSubString(Element, int, int) - Static method in class org.apache.batik.anim.dom.SVGTextContentSupport
To implement SVGTextContentElement.selectSubString(int charnum, int nchars).
setAlign(short) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
DOM: Implements SVGPreserveAspectRatio.setAlign(short).
setAnimatedValue(int, float) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
Sets the animated value.
setAnimatedValue(boolean) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
Sets the animated value.
setAnimatedValue(short[], float[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Sets the animated value.
setAnimatedValue(int, float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
Sets the animated value.
setAnimatedValue(float[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Sets the animated value.
setAnimatedValue(short[], float[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Sets the animated value.
setAnimatedValue(float[]) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Sets the animated value.
setAnimatedValue(short, short) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
Updates the animated value.
setAnimatedValue(float, float, float, float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.AnimSVGRect
Sets the animated value.
setAnimatedValue(Iterator) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Sets the animated value to a list of transforms.
setAnimatedValue(SVGTransform) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Sets the animated value to a single transform.
setAnimatedValueToAngle(short, float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Sets the animated value to the given angle.
setAnimatedValueToAuto() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Sets the animated value to the "auto" value.
SetAnimation - Class in org.apache.batik.anim
An animation class for 'set' animations.
SetAnimation(TimedElement, AnimatableElement, AnimatableValue) - Constructor for class org.apache.batik.anim.SetAnimation
Creates a new SetAnimation.
setAttributeValue(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.AnimSVGLengthList
Sets the DOM attribute value containing the point list.
setAttributeValue(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Sets the DOM attribute value containing the length list.
setAttributeValue(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
Sets the DOM attribute value containing the point list.
setAttributeValue(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Sets the DOM attribute value containing the number list.
setAttributeValue(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
Sets the DOM attribute value containing the point list.
setAttributeValue(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Sets the DOM attribute value containing the path data.
setAttributeValue(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Sets the DOM attribute value containing the path data.
setAttributeValue(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.AnimSVGPointList
Sets the DOM attribute value containing the point list.
setAttributeValue(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Sets the DOM attribute value containing the point list.
setAttributeValue(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
Sets the associated DOM attribute.
setAttributeValue(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
Sets the associated DOM attribute.
setAttributeValue(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.AnimSVGTransformList
Sets the DOM attribute value containing the transform list.
setAttributeValue(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Sets the DOM attribute value containing the transform list.
setBaseVal(boolean) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
DOM: Implements SVGAnimatedBoolean.setBaseVal(boolean).
setBaseVal(short) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
DOM: Implements SVGAnimatedEnumeration.setBaseVal(short).
setBaseVal(int) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
DOM: Implements SVGAnimatedInteger.setBaseVal(int).
setBaseVal(short) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration
DOM: Implements SVGAnimatedEnumeration.setBaseVal(short).
setBaseVal(float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
DOM: Implements SVGAnimatedNumber.setBaseVal(float).
setBaseVal(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedString
DOM: Implements SVGAnimatedString.setBaseVal(String).
setComputedStyleMap(String, StyleMap) - Method in class org.apache.batik.anim.dom.SVGStylableElement
Sets the computed style of this element/pseudo-element.
setContentScriptType(String) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.setContentScriptType(String).
setContentStyleType(String) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.setContentStyleType(String).
setCurrentScale(float) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.setCurrentScale(float).
setCurrentTime(float) - Method in class org.apache.batik.anim.AnimationEngine
Sets the current document time.
setCurrentTime(float) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.setCurrentTime(float).
setData(String) - Method in class org.apache.batik.anim.dom.SVGStyleSheetProcessingInstruction
setDocumentURI(String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
setDx(float) - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.setDx(float).
setDy(float) - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.setDy(float).
SetElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.SetElementFactory
 
setFilterRes(int, int) - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Implements SVGFilterElement.setFilterRes(int,int).
setFormat(String) - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphElement
DOM: Implements SVGAltGlyphElement.setFormat(String).
setFormat(String) - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.setFormat(String).
setGlyphRef(String) - Method in class org.apache.batik.anim.dom.SVGOMAltGlyphElement
DOM: Implements SVGAltGlyphElement.setGlyphRef(String).
setGlyphRef(String) - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.setGlyphRef(String).
setHeight(float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.setHeight(float).
setHeight(float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.setHeight(float).
setId(String) - Method in class org.apache.batik.anim.dom.SVGOMElement
DOM: Implements SVGElement.setId(String).
setIsSVG12(boolean) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Sets whether the document supports SVG 1.2.
setLocal(String) - Method in class org.apache.batik.anim.dom.SVGOMColorProfileElement
DOM: Implements SVGColorProfileElement.setLocal(String).
setLocale(Locale) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Implements Localizable.setLocale(Locale).
setLocale(Locale) - Static method in class org.apache.batik.anim.timing.TimedElement
Implements Localizable.setLocale(java.util.Locale).
setMainProperty(String, Value, boolean) - Method in class org.apache.batik.anim.dom.SVGStylableElement.StyleDeclaration
Sets a main property value in response to a shorthand property being set.
setMedia(String) - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
DOM: Implements SVGStyleElement.setMedia(String).
setMeetOrSlice(short) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
DOM: Implements SVGPreserveAspectRatio.setMeetOrSlice(short).
setName(String) - Method in class org.apache.batik.anim.dom.SVGOMColorProfileElement
DOM: Implements SVGColorProfileElement.setName(String).
setOrientToAngle(SVGAngle) - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.setOrientToAngle(SVGAngle).
setOrientToAuto() - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Implements SVGMarkerElement.setOrientToAuto().
setParent(AbstractSVGList) - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.SVGLengthItem
Assigns a parent list to this item.
setParsedURL(ParsedURL) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Sets the URI of the document.
setPrefix(String) - Method in class org.apache.batik.anim.dom.SVGOMElement
DOM: Implements Node.setPrefix(String).
setPrefix(String) - Method in class org.apache.batik.anim.dom.XBLOMElement
DOM: Implements Node.setPrefix(String).
setReadonly(boolean) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Sets this node readonly attribute.
setReadonly(boolean) - Method in class org.apache.batik.anim.dom.SVGOMElement
Sets this node readonly attribute.
setReferrer(String) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Sets the referrer string.
setRenderingIntent(short) - Method in class org.apache.batik.anim.dom.SVGOMColorProfileElement
DOM: Implements SVGColorProfileElement.setRenderingIntent(short).
setRoot(TimedElement, TimedDocumentRoot) - Method in class org.apache.batik.anim.timing.TimeContainer
Recursively sets the TimedDocumentRoot of the given TimedElement and any of its descendants.
setShadowTree(XBLOMShadowTreeElement) - Method in class org.apache.batik.anim.dom.BindableElement
Sets the shadow tree for this bindable element.
setStdDeviation(float, float) - Method in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
DOM: Implements SVGFEGaussianBlurElement.setStdDeviation(float,float).
setSVGContext(SVGContext) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Sets the SVG context to use to get SVG specific informations.
setSVGContext(SVGContext) - Method in class org.apache.batik.anim.dom.SVGOMElement
Sets the SVG context to use to get SVG specific informations.
setTitle(String) - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
DOM: Implements SVGStyleElement.setTitle(String).
setType(String) - Method in class org.apache.batik.anim.dom.SVGOMScriptElement
DOM: Implements SVGScriptElement.setType(String).
setType(String) - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
DOM: Implements SVGStyleElement.setType(String).
setUnspecifiedAttribute(String, String, String) - Method in class org.apache.batik.anim.dom.AbstractElement.ExtendedNamedNodeHashMap
Adds an unspecified attribute to the map.
setUnspecifiedAttribute(String, String, String) - Method in class org.apache.batik.anim.dom.AbstractElement
Sets an unspecified attribute.
setURLObject(URL) - Method in class org.apache.batik.anim.dom.SVGOMDocument
Sets the URI of the document.
setUseCurrentView(boolean) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.setUseCurrentView(boolean).
setUseShadowTree(SVGOMUseShadowRoot) - Method in class org.apache.batik.anim.dom.SVGOMUseElement
Sets the shadow tree for this 'use' element.
setValue(float) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.setValue(float).
setValue(float) - Method in class org.apache.batik.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.setValue(float).
setValue(float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.setValue(float).
setValueAsString(String) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.setValueAsString(String).
setValueAsString(String) - Method in class org.apache.batik.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.setValueAsString(String).
setValueAsString(String) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.setValueAsString(String).
setValueInSpecifiedUnits(float) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.AnimSVGLength
DOM: Implements SVGLength.setValueInSpecifiedUnits(float).
setValueInSpecifiedUnits(float) - Method in class org.apache.batik.anim.dom.AbstractSVGLength
DOM: Implements SVGLength.setValueInSpecifiedUnits(float).
setValueInSpecifiedUnits(float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue.AnimSVGAngle
DOM: Implements SVGAngle.setValueInSpecifiedUnits(float).
setWidth(float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.setWidth(float).
setWidth(float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.setWidth(float).
setX(float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.setX(float).
setX(float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.setX(float).
setX(float) - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.setX(float).
setX(float) - Method in class org.apache.batik.anim.dom.SVGTextContentSupport.SVGTextPoint
 
setXMLbase(String) - Method in class org.apache.batik.anim.dom.SVGOMElement
DOM: Implements SVGElement.setXMLbase(String).
setXMLlang(String) - Method in class org.apache.batik.anim.dom.SVGDescriptiveElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Sets the xml:lang attribute value.
setXMLlang(String) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Sets the xml:lang attribute value.
setXMLspace(String) - Method in class org.apache.batik.anim.dom.SVGDescriptiveElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class org.apache.batik.anim.dom.SVGOMFEImageElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class org.apache.batik.anim.dom.SVGOMFilterElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class org.apache.batik.anim.dom.SVGOMMarkerElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class org.apache.batik.anim.dom.SVGOMPatternElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class org.apache.batik.anim.dom.SVGOMStyleElement
DOM: Implements SVGStyleElement.setXMLspace(String).
setXMLspace(String) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Sets the xml:space attribute value.
setXMLspace(String) - Method in class org.apache.batik.anim.dom.SVGOMTextContentElement
DOM: Sets the xml:space attribute value.
setY(float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.AnimSVGRect
DOM: Implements SVGRect.setY(float).
setY(float) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
DOM: Implements SVGRect.setY(float).
setY(float) - Method in class org.apache.batik.anim.dom.SVGOMGlyphRefElement
DOM: Implements SVGGlyphRefElement.setY(float).
setY(float) - Method in class org.apache.batik.anim.dom.SVGTextContentSupport.SVGTextPoint
 
setZoomAndPan(short) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGZoomAndPan.getZoomAndPan().
setZoomAndPan(short) - Method in class org.apache.batik.anim.dom.SVGOMSymbolElement
DOM: Implements SVGZoomAndPan.getZoomAndPan().
setZoomAndPan(short) - Method in class org.apache.batik.anim.dom.SVGOMViewElement
DOM: Implements SVGZoomAndPan.getZoomAndPan().
shadowTree - Variable in class org.apache.batik.anim.dom.SVGOMUseElement
Store the shadow tree of the use element.
sheet - Variable in class org.apache.batik.anim.dom.SVGOMStyleElement
The style sheet.
shouldUpdate - Variable in class org.apache.batik.anim.AnimationEngine.Sandwich
Whether the animation needs to have its value copied into the document.
shouldUpdateCurrentInterval - Variable in class org.apache.batik.anim.timing.TimedElement
Whether the list of instance times should be checked to update the current interval.
SimpleAnimation - Class in org.apache.batik.anim
An animation class for 'animate' animations.
SimpleAnimation(TimedElement, AnimatableElement, int, float[], float[], boolean, boolean, AnimatableValue[], AnimatableValue, AnimatableValue, AnimatableValue) - Constructor for class org.apache.batik.anim.SimpleAnimation
Creates a new SimpleAnimation.
simpleDur - Variable in class org.apache.batik.anim.timing.TimedElement
Duration of this element, if TimedElement.durMedia = false.
skip_dtd - Static variable in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
The DTD content to use when skipping
skippable_dtdids - Static variable in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
The DTD public IDs we know we can skip.
slope - Variable in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
The 'slope' attribute value.
SolidColorElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.SolidColorElementFactory
 
spacing - Variable in class org.apache.batik.anim.dom.SVGOMTextPathElement
The 'spacing' attribute value.
SPACING_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMTextPathElement
The 'spacing' attribute values.
specularConstant - Variable in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
The 'specularConstant' attribute value.
specularExponent - Variable in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
The 'specularExponent' attribute value.
specularExponent - Variable in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
The 'specularExponent' attribute value.
SPREAD_METHOD_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMGradientElement
The 'spreadMethod' attribute values.
spreadMethod - Variable in class org.apache.batik.anim.dom.SVGOMGradientElement
The 'spreadMethod' attribute value.
startDocument() - Method in class org.apache.batik.anim.dom.SAXSVGDocumentFactory
startLength() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
startLengthList() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
startOffset - Variable in class org.apache.batik.anim.dom.SVGOMTextPathElement
The 'startOffset' attribute value.
STITCH_TILES_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
The 'stitchTiles' attribute values.
stitchTiles - Variable in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
The 'stitchTiles' attribute value.
StopElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.StopElementFactory
 
string - Variable in class org.apache.batik.anim.values.AnimatableStringValue
The string value.
style - Variable in class org.apache.batik.anim.dom.SVGStylableElement
The 'style' attribute value.
StyleDeclaration(CSSEngine) - Constructor for class org.apache.batik.anim.dom.SVGStylableElement.StyleDeclaration
Creates a new StyleDeclaration.
StyleElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.StyleElementFactory
 
styleSheet - Variable in class org.apache.batik.anim.dom.SVGOMStyleElement
The DOM CSS style-sheet.
styleSheet - Variable in class org.apache.batik.anim.dom.SVGStyleSheetProcessingInstruction
The style-sheet.
SubImageElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.SubImageElementFactory
 
SubImageRefElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.SubImageRefElementFactory
 
surfaceScale - Variable in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
The 'surfaceScale' attribute value.
surfaceScale - Variable in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
The 'surfaceScale' attribute value.
suspendRedraw(int) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.suspendRedraw(int).
svg11Factories - Static variable in class org.apache.batik.anim.dom.SVGDOMImplementation
The SVG element factories.
SVG12DOMImplementation - Class in org.apache.batik.anim.dom
This class implements the DOMImplementation interface.
SVG12DOMImplementation() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation
Creates a new SVGDOMImplementation object.
SVG12DOMImplementation.FlowDivElementFactory - Class in org.apache.batik.anim.dom
To create a 'flowDiv' element.
SVG12DOMImplementation.FlowLineElementFactory - Class in org.apache.batik.anim.dom
To create a 'flowLine' element.
SVG12DOMImplementation.FlowParaElementFactory - Class in org.apache.batik.anim.dom
To create a 'flowPara' element.
SVG12DOMImplementation.FlowRegionBreakElementFactory - Class in org.apache.batik.anim.dom
To create a 'flowRegionBreak' element.
SVG12DOMImplementation.FlowRegionElementFactory - Class in org.apache.batik.anim.dom
To create a 'flowRegion' element.
SVG12DOMImplementation.FlowRegionExcludeElementFactory - Class in org.apache.batik.anim.dom
To create a 'flowRegion' element.
SVG12DOMImplementation.FlowRootElementFactory - Class in org.apache.batik.anim.dom
To create a 'flowRoot' element.
SVG12DOMImplementation.FlowSpanElementFactory - Class in org.apache.batik.anim.dom
To create a 'flowSpan' element.
SVG12DOMImplementation.HandlerElementFactory - Class in org.apache.batik.anim.dom
To create a 'handler' element.
SVG12DOMImplementation.MultiImageElementFactory - Class in org.apache.batik.anim.dom
To create a 'multiImage' element.
SVG12DOMImplementation.SolidColorElementFactory - Class in org.apache.batik.anim.dom
To create a 'solidColor' element.
SVG12DOMImplementation.SubImageElementFactory - Class in org.apache.batik.anim.dom
To create a 'subImage' element.
SVG12DOMImplementation.SubImageRefElementFactory - Class in org.apache.batik.anim.dom
To create a 'SubImageRef' element.
SVG12DOMImplementation.XBLContentElementFactory - Class in org.apache.batik.anim.dom
To create a 'xbl:content' element.
SVG12DOMImplementation.XBLDefinitionElementFactory - Class in org.apache.batik.anim.dom
To create a 'xbl:definition' element.
SVG12DOMImplementation.XBLHandlerGroupElementFactory - Class in org.apache.batik.anim.dom
To create a 'xbl:handlerGroup' element.
SVG12DOMImplementation.XBLImportElementFactory - Class in org.apache.batik.anim.dom
To create a 'xbl:import' element.
SVG12DOMImplementation.XBLShadowTreeElementFactory - Class in org.apache.batik.anim.dom
To create a 'xbl:shadowTree' element.
SVG12DOMImplementation.XBLTemplateElementFactory - Class in org.apache.batik.anim.dom
To create a 'xbl:template' element.
SVG12DOMImplementation.XBLXBLElementFactory - Class in org.apache.batik.anim.dom
To create a 'xbl:xbl' element.
svg12Factories - Static variable in class org.apache.batik.anim.dom.SVG12DOMImplementation
The SVG element factories.
SVG12OMDocument - Class in org.apache.batik.anim.dom
This class implements SVGDocument and provides support for SVG 1.2 specifics.
SVG12OMDocument() - Constructor for class org.apache.batik.anim.dom.SVG12OMDocument
Creates a new uninitialized document.
SVG12OMDocument(DocumentType, DOMImplementation) - Constructor for class org.apache.batik.anim.dom.SVG12OMDocument
Creates a new SVG12OMDocument.
SVG_LENGTH_LIST_SEPARATOR - Static variable in class org.apache.batik.anim.dom.AbstractSVGLengthList
Separator for a length list.
SVG_NAMESPACE_URI - Static variable in class org.apache.batik.anim.dom.SVGDOMImplementation
The SVG namespace uri.
SVGAnimationTargetContext - Interface in org.apache.batik.anim.dom
Context interface for elements that can be the target of animations.
svgContext - Variable in class org.apache.batik.anim.dom.SVGOMDocument
The SVG context.
svgContext - Variable in class org.apache.batik.anim.dom.SVGOMElement
The SVG context to get SVG specific informations.
SVGDescriptiveElement - Class in org.apache.batik.anim.dom
This class provides a common superclass for elements which contain descriptive text.
SVGDescriptiveElement() - Constructor for class org.apache.batik.anim.dom.SVGDescriptiveElement
Creates a new SVGDescriptiveElement object.
SVGDescriptiveElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGDescriptiveElement
Creates a new SVGDescriptiveElement object.
SVGDOMImplementation - Class in org.apache.batik.anim.dom
This class implements the DOMImplementation interface.
SVGDOMImplementation() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation
Creates a new SVGDOMImplementation object.
SVGDOMImplementation.AElementFactory - Class in org.apache.batik.anim.dom
To create a 'a' element.
SVGDOMImplementation.AltGlyphDefElementFactory - Class in org.apache.batik.anim.dom
To create a 'altGlyphDef' element.
SVGDOMImplementation.AltGlyphElementFactory - Class in org.apache.batik.anim.dom
To create a 'altGlyph' element.
SVGDOMImplementation.AltGlyphItemElementFactory - Class in org.apache.batik.anim.dom
To create a 'altGlyphItem' element.
SVGDOMImplementation.AnimateColorElementFactory - Class in org.apache.batik.anim.dom
To create a 'animateColor' element.
SVGDOMImplementation.AnimateElementFactory - Class in org.apache.batik.anim.dom
To create a 'animate' element.
SVGDOMImplementation.AnimateMotionElementFactory - Class in org.apache.batik.anim.dom
To create a 'animateMotion' element.
SVGDOMImplementation.AnimateTransformElementFactory - Class in org.apache.batik.anim.dom
To create a 'animateTransform' element.
SVGDOMImplementation.CircleElementFactory - Class in org.apache.batik.anim.dom
To create a 'circle' element.
SVGDOMImplementation.ClipPathElementFactory - Class in org.apache.batik.anim.dom
To create a 'clip-path' element.
SVGDOMImplementation.ColorProfileElementFactory - Class in org.apache.batik.anim.dom
To create a 'color-profile' element.
SVGDOMImplementation.CursorElementFactory - Class in org.apache.batik.anim.dom
To create a 'cursor' element.
SVGDOMImplementation.DefinitionSrcElementFactory - Class in org.apache.batik.anim.dom
To create a 'definition-src' element.
SVGDOMImplementation.DefsElementFactory - Class in org.apache.batik.anim.dom
To create a 'defs' element.
SVGDOMImplementation.DescElementFactory - Class in org.apache.batik.anim.dom
To create a 'desc' element.
SVGDOMImplementation.EllipseElementFactory - Class in org.apache.batik.anim.dom
To create an 'ellipse' element.
SVGDOMImplementation.FeBlendElementFactory - Class in org.apache.batik.anim.dom
To create a 'feBlend' element.
SVGDOMImplementation.FeColorMatrixElementFactory - Class in org.apache.batik.anim.dom
To create a 'feColorMatrix' element.
SVGDOMImplementation.FeComponentTransferElementFactory - Class in org.apache.batik.anim.dom
To create a 'feComponentTransfer' element.
SVGDOMImplementation.FeCompositeElementFactory - Class in org.apache.batik.anim.dom
To create a 'feComposite' element.
SVGDOMImplementation.FeConvolveMatrixElementFactory - Class in org.apache.batik.anim.dom
To create a 'feConvolveMatrix' element.
SVGDOMImplementation.FeDiffuseLightingElementFactory - Class in org.apache.batik.anim.dom
To create a 'feDiffuseLighting' element.
SVGDOMImplementation.FeDisplacementMapElementFactory - Class in org.apache.batik.anim.dom
To create a 'feDisplacementMap' element.
SVGDOMImplementation.FeDistantLightElementFactory - Class in org.apache.batik.anim.dom
To create a 'feDistantLight' element.
SVGDOMImplementation.FeFloodElementFactory - Class in org.apache.batik.anim.dom
To create a 'feFlood' element.
SVGDOMImplementation.FeFuncAElementFactory - Class in org.apache.batik.anim.dom
To create a 'feFuncA' element.
SVGDOMImplementation.FeFuncBElementFactory - Class in org.apache.batik.anim.dom
To create a 'feFuncB' element.
SVGDOMImplementation.FeFuncGElementFactory - Class in org.apache.batik.anim.dom
To create a 'feFuncG' element.
SVGDOMImplementation.FeFuncRElementFactory - Class in org.apache.batik.anim.dom
To create a 'feFuncR' element.
SVGDOMImplementation.FeGaussianBlurElementFactory - Class in org.apache.batik.anim.dom
To create a 'feGaussianBlur' element.
SVGDOMImplementation.FeImageElementFactory - Class in org.apache.batik.anim.dom
To create a 'feImage' element.
SVGDOMImplementation.FeMergeElementFactory - Class in org.apache.batik.anim.dom
To create a 'feMerge' element.
SVGDOMImplementation.FeMergeNodeElementFactory - Class in org.apache.batik.anim.dom
To create a 'feMergeNode' element.
SVGDOMImplementation.FeMorphologyElementFactory - Class in org.apache.batik.anim.dom
To create a 'feMorphology' element.
SVGDOMImplementation.FeOffsetElementFactory - Class in org.apache.batik.anim.dom
To create a 'feOffset' element.
SVGDOMImplementation.FePointLightElementFactory - Class in org.apache.batik.anim.dom
To create a 'fePointLight' element.
SVGDOMImplementation.FeSpecularLightingElementFactory - Class in org.apache.batik.anim.dom
To create a 'feSpecularLighting' element.
SVGDOMImplementation.FeSpotLightElementFactory - Class in org.apache.batik.anim.dom
To create a 'feSpotLight' element.
SVGDOMImplementation.FeTileElementFactory - Class in org.apache.batik.anim.dom
To create a 'feTile' element.
SVGDOMImplementation.FeTurbulenceElementFactory - Class in org.apache.batik.anim.dom
To create a 'feTurbulence' element
SVGDOMImplementation.FilterElementFactory - Class in org.apache.batik.anim.dom
To create a 'filter' element.
SVGDOMImplementation.FontElementFactory - Class in org.apache.batik.anim.dom
To create a 'font' element.
SVGDOMImplementation.FontFaceElementFactory - Class in org.apache.batik.anim.dom
To create a 'font-face' element.
SVGDOMImplementation.FontFaceFormatElementFactory - Class in org.apache.batik.anim.dom
To create a 'font-face-format' element.
SVGDOMImplementation.FontFaceNameElementFactory - Class in org.apache.batik.anim.dom
To create a 'font-face-name' element.
SVGDOMImplementation.FontFaceSrcElementFactory - Class in org.apache.batik.anim.dom
To create a 'font-face-src' element.
SVGDOMImplementation.FontFaceUriElementFactory - Class in org.apache.batik.anim.dom
To create a 'font-face-uri' element.
SVGDOMImplementation.ForeignObjectElementFactory - Class in org.apache.batik.anim.dom
To create a 'foreignObject' element.
SVGDOMImplementation.GElementFactory - Class in org.apache.batik.anim.dom
To create a 'g' element.
SVGDOMImplementation.GlyphElementFactory - Class in org.apache.batik.anim.dom
To create a 'glyph' element.
SVGDOMImplementation.GlyphRefElementFactory - Class in org.apache.batik.anim.dom
To create a 'glyphRef' element.
SVGDOMImplementation.HkernElementFactory - Class in org.apache.batik.anim.dom
To create a 'hkern' element.
SVGDOMImplementation.ImageElementFactory - Class in org.apache.batik.anim.dom
To create a 'image' element.
SVGDOMImplementation.LinearGradientElementFactory - Class in org.apache.batik.anim.dom
To create a 'linearGradient' element.
SVGDOMImplementation.LineElementFactory - Class in org.apache.batik.anim.dom
To create a 'line' element.
SVGDOMImplementation.MarkerElementFactory - Class in org.apache.batik.anim.dom
To create a 'marker' element.
SVGDOMImplementation.MaskElementFactory - Class in org.apache.batik.anim.dom
To create a 'mask' element.
SVGDOMImplementation.MetadataElementFactory - Class in org.apache.batik.anim.dom
To create a 'metadata' element.
SVGDOMImplementation.MissingGlyphElementFactory - Class in org.apache.batik.anim.dom
To create a 'missing-glyph' element.
SVGDOMImplementation.MpathElementFactory - Class in org.apache.batik.anim.dom
To create a 'mpath' element.
SVGDOMImplementation.PathElementFactory - Class in org.apache.batik.anim.dom
To create a 'path' element.
SVGDOMImplementation.PatternElementFactory - Class in org.apache.batik.anim.dom
To create a 'pattern' element.
SVGDOMImplementation.PolygonElementFactory - Class in org.apache.batik.anim.dom
To create a 'polygon' element.
SVGDOMImplementation.PolylineElementFactory - Class in org.apache.batik.anim.dom
To create a 'polyline' element.
SVGDOMImplementation.RadialGradientElementFactory - Class in org.apache.batik.anim.dom
To create a 'radialGradient' element.
SVGDOMImplementation.RectElementFactory - Class in org.apache.batik.anim.dom
To create a 'rect' element.
SVGDOMImplementation.ScriptElementFactory - Class in org.apache.batik.anim.dom
To create a 'script' element.
SVGDOMImplementation.SetElementFactory - Class in org.apache.batik.anim.dom
To create a 'set' element.
SVGDOMImplementation.StopElementFactory - Class in org.apache.batik.anim.dom
To create a 'stop' element.
SVGDOMImplementation.StyleElementFactory - Class in org.apache.batik.anim.dom
To create a 'style' element.
SVGDOMImplementation.SvgElementFactory - Class in org.apache.batik.anim.dom
To create an 'svg' element.
SVGDOMImplementation.SwitchElementFactory - Class in org.apache.batik.anim.dom
To create a 'switch' element.
SVGDOMImplementation.SymbolElementFactory - Class in org.apache.batik.anim.dom
To create a 'symbol' element.
SVGDOMImplementation.TextElementFactory - Class in org.apache.batik.anim.dom
To create a 'text' element.
SVGDOMImplementation.TextPathElementFactory - Class in org.apache.batik.anim.dom
To create a 'textPath' element.
SVGDOMImplementation.TitleElementFactory - Class in org.apache.batik.anim.dom
To create a 'title' element.
SVGDOMImplementation.TrefElementFactory - Class in org.apache.batik.anim.dom
To create a 'tref' element.
SVGDOMImplementation.TspanElementFactory - Class in org.apache.batik.anim.dom
To create a 'tspan' element.
SVGDOMImplementation.UseElementFactory - Class in org.apache.batik.anim.dom
To create a 'use' element.
SVGDOMImplementation.ViewElementFactory - Class in org.apache.batik.anim.dom
To create a 'view' element.
SVGDOMImplementation.VkernElementFactory - Class in org.apache.batik.anim.dom
To create a 'vkern' element.
SvgElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.SvgElementFactory
 
SVGGraphicsElement - Class in org.apache.batik.anim.dom
This class provides a common superclass for all graphics elements.
SVGGraphicsElement() - Constructor for class org.apache.batik.anim.dom.SVGGraphicsElement
Creates a new SVGGraphicsElement.
SVGGraphicsElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGGraphicsElement
Creates a new SVGGraphicsElement object.
SVGLengthItem(short, float, short) - Constructor for class org.apache.batik.anim.dom.AbstractSVGLengthList.SVGLengthItem
Creates a new SVGLengthItem.
SVGLocatableSupport - Class in org.apache.batik.anim.dom
This class provides support for the SVGLocatable interface.
SVGLocatableSupport() - Constructor for class org.apache.batik.anim.dom.SVGLocatableSupport
Creates a new SVGLocatable element.
SVGOMAElement - Class in org.apache.batik.anim.dom
This class implements SVGAElement.
SVGOMAElement() - Constructor for class org.apache.batik.anim.dom.SVGOMAElement
Creates a new SVGOMAElement object.
SVGOMAElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMAElement
Creates a new SVGOMAElement object.
SVGOMAltGlyphDefElement - Class in org.apache.batik.anim.dom
This class implements SVGAltGlyphDefElement.
SVGOMAltGlyphDefElement() - Constructor for class org.apache.batik.anim.dom.SVGOMAltGlyphDefElement
Creates a new SVGOMAltGlyphDefElement object.
SVGOMAltGlyphDefElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMAltGlyphDefElement
Creates a new SVGOMAltGlyphDefElement object.
SVGOMAltGlyphElement - Class in org.apache.batik.anim.dom
This class implements SVGAltGlyphElement.
SVGOMAltGlyphElement() - Constructor for class org.apache.batik.anim.dom.SVGOMAltGlyphElement
Creates a new SVGOMAltGlyphElement object.
SVGOMAltGlyphElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMAltGlyphElement
Creates a new SVGOMAltGlyphElement object.
SVGOMAltGlyphItemElement - Class in org.apache.batik.anim.dom
This class implements SVGAltGlyphItemElement.
SVGOMAltGlyphItemElement() - Constructor for class org.apache.batik.anim.dom.SVGOMAltGlyphItemElement
Creates a new SVGOMAltGlyphItemElement object.
SVGOMAltGlyphItemElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMAltGlyphItemElement
Creates a new SVGOMAltGlyphItemElement object.
SVGOMAnimateColorElement - Class in org.apache.batik.anim.dom
This class implements SVGAnimateColorElement.
SVGOMAnimateColorElement() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimateColorElement
Creates a new SVGOMAnimateColorElement object.
SVGOMAnimateColorElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimateColorElement
Creates a new SVGOMAnimateColorElement object.
SVGOMAnimatedBoolean - Class in org.apache.batik.anim.dom
This class implements the SVGAnimatedBoolean interface.
SVGOMAnimatedBoolean(AbstractElement, String, String, boolean) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
Creates a new SVGOMAnimatedBoolean.
SVGOMAnimatedEnumeration - Class in org.apache.batik.anim.dom
This class provides an implementation of the SVGAnimatedEnumeration interface.
SVGOMAnimatedEnumeration(AbstractElement, String, String, String[], short) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Creates a new SVGOMAnimatedEnumeration.
SVGOMAnimatedInteger - Class in org.apache.batik.anim.dom
This class implements the SVGAnimatedInteger interface.
SVGOMAnimatedInteger(AbstractElement, String, String, int) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedInteger
Creates a new SVGOMAnimatedInteger.
SVGOMAnimatedLength - Class in org.apache.batik.anim.dom
This class provides an implementation of the SVGAnimatedLength interface.
SVGOMAnimatedLength(AbstractElement, String, String, String, short, boolean) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedLength
Creates a new SVGOMAnimatedLength.
SVGOMAnimatedLengthList - Class in org.apache.batik.anim.dom
This class is the implementation of the SVGAnimatedLengthList interface.
SVGOMAnimatedLengthList(AbstractElement, String, String, String, boolean, short) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
Creates a new SVGOMAnimatedLengthList.
SVGOMAnimatedLengthList.AnimSVGLengthList - Class in org.apache.batik.anim.dom
SVGLengthList implementation for the animated length list value.
SVGOMAnimatedLengthList.BaseSVGLengthList - Class in org.apache.batik.anim.dom
SVGLengthList implementation for the base length list value.
SVGOMAnimatedMarkerOrientValue - Class in org.apache.batik.anim.dom
A class that handles an SVGAnimatedAngle and an SVGAnimatedEnumeration for the 'marker' element's 'orient' attribute.
SVGOMAnimatedMarkerOrientValue(AbstractElement, String, String) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Creates a new SVGOMAnimatedMarkerOrientValue.
SVGOMAnimatedMarkerOrientValue.AnimatedAngle - Class in org.apache.batik.anim.dom
The SVGAnimatedAngle component of the marker orient value.
SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration - Class in org.apache.batik.anim.dom
The SVGAnimatedEnumeration component of the marker orient value.
SVGOMAnimatedMarkerOrientValue.AnimSVGAngle - Class in org.apache.batik.anim.dom
This class represents the SVGAngle returned by SVGOMAnimatedMarkerOrientValue.AnimatedAngle.getAnimVal().
SVGOMAnimatedMarkerOrientValue.BaseSVGAngle - Class in org.apache.batik.anim.dom
This class represents the SVGAngle returned by SVGOMAnimatedMarkerOrientValue.AnimatedAngle.getBaseVal().
SVGOMAnimatedNumber - Class in org.apache.batik.anim.dom
This class implements the SVGAnimatedNumber interface.
SVGOMAnimatedNumber(AbstractElement, String, String, float) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedNumber
Creates a new SVGOMAnimatedNumber.
SVGOMAnimatedNumber(AbstractElement, String, String, float, boolean) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedNumber
Creates a new SVGOMAnimatedNumber possibly parsing it as a percentage.
SVGOMAnimatedNumberList - Class in org.apache.batik.anim.dom
This class is the implementation of the SVGAnimatedNumberList interface.
SVGOMAnimatedNumberList(AbstractElement, String, String, String, boolean) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
Creates a new SVGOMAnimatedNumberList.
SVGOMAnimatedNumberList.AnimSVGNumberList - Class in org.apache.batik.anim.dom
SVGNumberList implementation for the animated number list value.
SVGOMAnimatedNumberList.BaseSVGNumberList - Class in org.apache.batik.anim.dom
SVGNumberList implementation for the base number list value.
SVGOMAnimatedPathData - Class in org.apache.batik.anim.dom
This class is the implementation of the SVGAnimatedPathData interface.
SVGOMAnimatedPathData(AbstractElement, String, String, String) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedPathData
Creates a new SVGOMAnimatedPathData.
SVGOMAnimatedPathData.AnimSVGPathSegList - Class in org.apache.batik.anim.dom
SVGPathSegList implementation for the animated path data value.
SVGOMAnimatedPathData.BaseSVGPathSegList - Class in org.apache.batik.anim.dom
SVGPathSegList implementation for the base path data value.
SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList - Class in org.apache.batik.anim.dom
SVGPathSegList implementation for the normalized version of the base path data value.
SVGOMAnimatedPoints - Class in org.apache.batik.anim.dom
This class is the implementation of the SVGAnimatedPoints interface.
SVGOMAnimatedPoints(AbstractElement, String, String, String) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedPoints
Creates a new SVGOMAnimatedPoints.
SVGOMAnimatedPoints.AnimSVGPointList - Class in org.apache.batik.anim.dom
SVGPointList implementation for the animated point list value.
SVGOMAnimatedPoints.BaseSVGPointList - Class in org.apache.batik.anim.dom
SVGPointList implementation for the base point list value.
SVGOMAnimatedPreserveAspectRatio - Class in org.apache.batik.anim.dom
This class implements the SVGAnimatedPreserveAspectRatio interface.
SVGOMAnimatedPreserveAspectRatio(AbstractElement) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
Creates a new SVGOMAnimatedPreserveAspectRatio.
SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue - Class in org.apache.batik.anim.dom
This class represents the SVGPreserveAspectRatio returned by SVGOMAnimatedPreserveAspectRatio.getAnimVal().
SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue - Class in org.apache.batik.anim.dom
This class represents the SVGPreserveAspectRatio returned by SVGOMAnimatedPreserveAspectRatio.getBaseVal().
SVGOMAnimatedRect - Class in org.apache.batik.anim.dom
Implementation of SVGAnimatedRect.
SVGOMAnimatedRect(AbstractElement, String, String, String) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedRect
Creates a new SVGOMAnimatedRect.
SVGOMAnimatedRect.AnimSVGRect - Class in org.apache.batik.anim.dom
This class represents the SVGRect returned by getAnimVal().
SVGOMAnimatedRect.BaseSVGRect - Class in org.apache.batik.anim.dom
This class represents the SVGRect returned by getBaseVal().
SVGOMAnimatedString - Class in org.apache.batik.anim.dom
This class implements the SVGAnimatedString interface.
SVGOMAnimatedString(AbstractElement, String, String) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedString
Creates a new SVGOMAnimatedString.
SVGOMAnimatedTransformList - Class in org.apache.batik.anim.dom
This class is the implementation of the SVGAnimatedTransformList interface.
SVGOMAnimatedTransformList(AbstractElement, String, String, String) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
Creates a new SVGOMAnimatedTransformList.
SVGOMAnimatedTransformList.AnimSVGTransformList - Class in org.apache.batik.anim.dom
SVGTransformList implementation for the animated transform list value.
SVGOMAnimatedTransformList.BaseSVGTransformList - Class in org.apache.batik.anim.dom
SVGTransformList implementation for the base transform list value.
SVGOMAnimateElement - Class in org.apache.batik.anim.dom
This class implements SVGAnimateElement.
SVGOMAnimateElement() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimateElement
Creates a new SVGOMAnimateElement object.
SVGOMAnimateElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimateElement
Creates a new SVGOMAnimateElement object.
SVGOMAnimateMotionElement - Class in org.apache.batik.anim.dom
This class implements SVGAnimateMotionElement.
SVGOMAnimateMotionElement() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimateMotionElement
Creates a new SVGOMAnimateMotionElement object.
SVGOMAnimateMotionElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimateMotionElement
Creates a new SVGOMAnimateMotionElement object.
SVGOMAnimateTransformElement - Class in org.apache.batik.anim.dom
This class implements SVGAnimateTransformElement.
SVGOMAnimateTransformElement() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimateTransformElement
Creates a new SVGOMAnimateTransformElement object.
SVGOMAnimateTransformElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimateTransformElement
Creates a new SVGOMAnimateTransformElement object.
SVGOMAnimationElement - Class in org.apache.batik.anim.dom
This class provides an implementation of the SVGAnimationElement interface.
SVGOMAnimationElement() - Constructor for class org.apache.batik.anim.dom.SVGOMAnimationElement
Creates a new SVGOMAnimationElement.
SVGOMAnimationElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMAnimationElement
Creates a new SVGOMAnimationElement object.
SVGOMCircleElement - Class in org.apache.batik.anim.dom
This class implements SVGCircleElement.
SVGOMCircleElement() - Constructor for class org.apache.batik.anim.dom.SVGOMCircleElement
Creates a new SVGOMCircleElement object.
SVGOMCircleElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMCircleElement
Creates a new SVGOMCircleElement object.
SVGOMClipPathElement - Class in org.apache.batik.anim.dom
This class implements SVGClipPathElement.
SVGOMClipPathElement() - Constructor for class org.apache.batik.anim.dom.SVGOMClipPathElement
Creates a new SVGOMClipPathElement object.
SVGOMClipPathElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMClipPathElement
Creates a new SVGOMClipPathElement object.
SVGOMColorProfileElement - Class in org.apache.batik.anim.dom
This class implements SVGColorProfileElement.
SVGOMColorProfileElement() - Constructor for class org.apache.batik.anim.dom.SVGOMColorProfileElement
Creates a new SVGOMColorProfileElement object.
SVGOMColorProfileElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMColorProfileElement
Creates a new SVGOMColorProfileElement object.
SVGOMComponentTransferFunctionElement - Class in org.apache.batik.anim.dom
This class represents the component transfer function elements.
SVGOMComponentTransferFunctionElement() - Constructor for class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
Creates a new Element object.
SVGOMComponentTransferFunctionElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
Creates a new Element object.
SVGOMCursorElement - Class in org.apache.batik.anim.dom
This class implements SVGCursorElement.
SVGOMCursorElement() - Constructor for class org.apache.batik.anim.dom.SVGOMCursorElement
Creates a new SVGOMCursorElement object.
SVGOMCursorElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMCursorElement
Creates a new SVGOMCursorElement object.
SVGOMDefinitionSrcElement - Class in org.apache.batik.anim.dom
This class implements SVGDefinitionSrcElement.
SVGOMDefinitionSrcElement() - Constructor for class org.apache.batik.anim.dom.SVGOMDefinitionSrcElement
Creates a new SVGOMDefinitionSrcElement object.
SVGOMDefinitionSrcElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMDefinitionSrcElement
Creates a new SVGOMDefinitionSrcElement object.
SVGOMDefsElement - Class in org.apache.batik.anim.dom
This class implements SVGDefsElement.
SVGOMDefsElement() - Constructor for class org.apache.batik.anim.dom.SVGOMDefsElement
Creates a new SVGOMDefsElement object.
SVGOMDefsElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMDefsElement
Creates a new SVGOMDefsElement object.
SVGOMDescElement - Class in org.apache.batik.anim.dom
This class implements SVGDescElement.
SVGOMDescElement() - Constructor for class org.apache.batik.anim.dom.SVGOMDescElement
Creates a new SVGOMDescElement object.
SVGOMDescElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMDescElement
Creates a new SVGOMDescElement object.
SVGOMDocument - Class in org.apache.batik.anim.dom
This class implements SVGDocument.
SVGOMDocument() - Constructor for class org.apache.batik.anim.dom.SVGOMDocument
Creates a new uninitialized document.
SVGOMDocument(DocumentType, DOMImplementation) - Constructor for class org.apache.batik.anim.dom.SVGOMDocument
Creates a new document.
SVGOMDocument.AnimAttrListener - Class in org.apache.batik.anim.dom
Listener class for animated attribute changes.
SVGOMDocument.DOMAttrModifiedListenerWrapper - Class in org.apache.batik.anim.dom
DOM attribute modified listener wrapper.
SVGOMDocument.DOMCharacterDataModifiedListenerWrapper - Class in org.apache.batik.anim.dom
DOM character data modified listener wrapper.
SVGOMDocument.DOMNodeInsertedListenerWrapper - Class in org.apache.batik.anim.dom
DOM node inserted listener wrapper.
SVGOMDocument.DOMNodeRemovedListenerWrapper - Class in org.apache.batik.anim.dom
DOM node removed listener wrapper.
SVGOMDocument.DOMSubtreeModifiedListenerWrapper - Class in org.apache.batik.anim.dom
DOM subtree modified listener wrapper.
SVGOMElement - Class in org.apache.batik.anim.dom
This class implements the SVGElement interface.
SVGOMElement() - Constructor for class org.apache.batik.anim.dom.SVGOMElement
Creates a new Element object.
SVGOMElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMElement
Creates a new Element object.
SVGOMElement.UnitContext - Class in org.apache.batik.anim.dom
To resolve the units.
SVGOMEllipseElement - Class in org.apache.batik.anim.dom
This class implements SVGEllipseElement.
SVGOMEllipseElement() - Constructor for class org.apache.batik.anim.dom.SVGOMEllipseElement
Creates a new SVGOMEllipseElement object.
SVGOMEllipseElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMEllipseElement
Creates a new SVGOMEllipseElement object.
SVGOMFEBlendElement - Class in org.apache.batik.anim.dom
This class implements SVGFEBlendElement.
SVGOMFEBlendElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEBlendElement
Creates a new SVGOMFEBlendElement object.
SVGOMFEBlendElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEBlendElement
Creates a new SVGOMFEBlendElement object.
SVGOMFEColorMatrixElement - Class in org.apache.batik.anim.dom
This class implements SVGFEColorMatrixElement.
SVGOMFEColorMatrixElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
Creates a new SVGOMFEColorMatrixElement object.
SVGOMFEColorMatrixElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
Creates a new SVGOMFEColorMatrixElement object.
SVGOMFEComponentTransferElement - Class in org.apache.batik.anim.dom
This class implements SVGFEComponentTransferElement.
SVGOMFEComponentTransferElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEComponentTransferElement
Creates a new SVGOMFEComponentTransferElement object.
SVGOMFEComponentTransferElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEComponentTransferElement
Creates a new SVGOMFEComponentTransferElement object.
SVGOMFECompositeElement - Class in org.apache.batik.anim.dom
This class implements SVGFECompositeElement.
SVGOMFECompositeElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFECompositeElement
Creates a new SVGOMFECompositeElement object.
SVGOMFECompositeElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFECompositeElement
Creates a new SVGOMFECompositeElement object.
SVGOMFEConvolveMatrixElement - Class in org.apache.batik.anim.dom
This class implements SVGFEConvolveMatrixElement.
SVGOMFEConvolveMatrixElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
Creates a new SVGOMFEConvolveMatrixElement object.
SVGOMFEConvolveMatrixElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
Creates a new SVGOMFEConvolveMatrixElement object.
SVGOMFEDiffuseLightingElement - Class in org.apache.batik.anim.dom
This class implements SVGFEDiffuseLightingElement.
SVGOMFEDiffuseLightingElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
Creates a new SVGOMFEDiffuseLightingElement object.
SVGOMFEDiffuseLightingElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
Creates a new SVGOMFEDiffuseLightingElement object.
SVGOMFEDisplacementMapElement - Class in org.apache.batik.anim.dom
This class implements SVGFEDisplacementMapElement.
SVGOMFEDisplacementMapElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
Creates a new SVGOMFEDisplacementMap object.
SVGOMFEDisplacementMapElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
Creates a new SVGOMFEDisplacementMapElement object.
SVGOMFEDistantLightElement - Class in org.apache.batik.anim.dom
This class implements SVGFEDistantLightElement.
SVGOMFEDistantLightElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
Creates a new SVGOMFEDistantLightElement object.
SVGOMFEDistantLightElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
Creates a new SVGOMFEDistantLightElement object.
SVGOMFEFloodElement - Class in org.apache.batik.anim.dom
This class implements SVGFEFloodElement.
SVGOMFEFloodElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEFloodElement
Creates a new SVGOMFEFloodElement object.
SVGOMFEFloodElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEFloodElement
Creates a new SVGOMFEFloodElement object.
SVGOMFEFuncAElement - Class in org.apache.batik.anim.dom
This class implements SVGFEFuncAElement.
SVGOMFEFuncAElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEFuncAElement
Creates a new Element object.
SVGOMFEFuncAElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEFuncAElement
Creates a new Element object.
SVGOMFEFuncBElement - Class in org.apache.batik.anim.dom
This class implements SVGFEFuncBElement.
SVGOMFEFuncBElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEFuncBElement
Creates a new Element object.
SVGOMFEFuncBElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEFuncBElement
Creates a new Element object.
SVGOMFEFuncGElement - Class in org.apache.batik.anim.dom
This class implements SVGFEFuncGElement.
SVGOMFEFuncGElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEFuncGElement
Creates a new Element object.
SVGOMFEFuncGElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEFuncGElement
Creates a new Element object.
SVGOMFEFuncRElement - Class in org.apache.batik.anim.dom
This class implements SVGFEFuncRElement.
SVGOMFEFuncRElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEFuncRElement
Creates a new Element object.
SVGOMFEFuncRElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEFuncRElement
Creates a new Element object.
SVGOMFEGaussianBlurElement - Class in org.apache.batik.anim.dom
This class implements SVGFEGaussianBlurElement.
SVGOMFEGaussianBlurElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
Creates a new SVGOMFEGaussianBlurElement object.
SVGOMFEGaussianBlurElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
Creates a new SVGOMFEGaussianBlurElement object.
SVGOMFEImageElement - Class in org.apache.batik.anim.dom
This class implements SVGFEImageElement.
SVGOMFEImageElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEImageElement
Creates a new SVGOMFEImageElement object.
SVGOMFEImageElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEImageElement
Creates a new SVGOMFEImageElement object.
SVGOMFEMergeElement - Class in org.apache.batik.anim.dom
This class implements SVGFEMergeElement.
SVGOMFEMergeElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEMergeElement
Creates a new SVGOMFEMergeElement object.
SVGOMFEMergeElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEMergeElement
Creates a new SVGOMFEMergeElement object.
SVGOMFEMergeNodeElement - Class in org.apache.batik.anim.dom
This class implements SVGFEMergeNodeElement.
SVGOMFEMergeNodeElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEMergeNodeElement
Creates a new SVGOMFEMergeNodeElement object.
SVGOMFEMergeNodeElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEMergeNodeElement
Creates a new SVGOMFEMergeNodeElement object.
SVGOMFEMorphologyElement - Class in org.apache.batik.anim.dom
This class implements SVGFEMorphologyElement.
SVGOMFEMorphologyElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
Creates a new SVGOMFEMorphologyElement object.
SVGOMFEMorphologyElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
Creates a new SVGOMFEMorphologyElement object.
SVGOMFEOffsetElement - Class in org.apache.batik.anim.dom
This class implements SVGFEOffsetElement.
SVGOMFEOffsetElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEOffsetElement
Creates a new SVGOMFEOffsetElement object.
SVGOMFEOffsetElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEOffsetElement
Creates a new SVGOMFEOffsetElement object.
SVGOMFEPointLightElement - Class in org.apache.batik.anim.dom
This class implements SVGFEPointLightElement.
SVGOMFEPointLightElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFEPointLightElement
Creates a new SVGOMFEPointLightElement object.
SVGOMFEPointLightElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFEPointLightElement
Creates a new SVGOMFEPointLightElement object.
SVGOMFESpecularLightingElement - Class in org.apache.batik.anim.dom
This class implements SVGFESpecularLightingElement.
SVGOMFESpecularLightingElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
Creates a new SVGOMFESpecularLightingElement object.
SVGOMFESpecularLightingElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
Creates a new SVGOMFESpecularLightingElement object.
SVGOMFESpotLightElement - Class in org.apache.batik.anim.dom
This class implements SVGFESpotLightElement.
SVGOMFESpotLightElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFESpotLightElement
Creates a new SVGOMFESpotLightElement object.
SVGOMFESpotLightElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFESpotLightElement
Creates a new SVGOMFESpotLightElement object.
SVGOMFETileElement - Class in org.apache.batik.anim.dom
This class implements SVGFETileElement.
SVGOMFETileElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFETileElement
Creates a new SVGOMFETileElement object.
SVGOMFETileElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFETileElement
Creates a new SVGOMFETileElement object.
SVGOMFETurbulenceElement - Class in org.apache.batik.anim.dom
This class implements SVGFETurbulenceElement.
SVGOMFETurbulenceElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
Creates a new SVGOMFETurbulence object.
SVGOMFETurbulenceElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
Creates a new SVGOMFETurbulenceElement object.
SVGOMFilterElement - Class in org.apache.batik.anim.dom
This class implements SVGFilterElement.
SVGOMFilterElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFilterElement
Creates a new SVGOMFilterElement object.
SVGOMFilterElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFilterElement
Creates a new SVGOMFilterElement object.
SVGOMFilterPrimitiveStandardAttributes - Class in org.apache.batik.anim.dom
This class represents a SVGElement with support for standard filter attributes.
SVGOMFilterPrimitiveStandardAttributes() - Constructor for class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
Creates a new SVGOMFilterPrimitiveStandardAttributes object.
SVGOMFilterPrimitiveStandardAttributes(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
Creates a new SVGOMFilterPrimitiveStandardAttributes object.
SVGOMFlowDivElement - Class in org.apache.batik.anim.dom
This class implements the flowDiv element from SVG 1.2
SVGOMFlowDivElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFlowDivElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowDivElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFlowDivElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowLineElement - Class in org.apache.batik.anim.dom
This class implements a regular polygon extension to SVG
SVGOMFlowLineElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFlowLineElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowLineElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFlowLineElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowParaElement - Class in org.apache.batik.anim.dom
This class implements a regular polygon extension to SVG
SVGOMFlowParaElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFlowParaElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowParaElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFlowParaElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowRegionBreakElement - Class in org.apache.batik.anim.dom
This class implements a regular polygon extension to SVG
SVGOMFlowRegionBreakElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFlowRegionBreakElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowRegionBreakElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFlowRegionBreakElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowRegionElement - Class in org.apache.batik.anim.dom
This class implements a regular polygon extension to SVG
SVGOMFlowRegionElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFlowRegionElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowRegionElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFlowRegionElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowRegionExcludeElement - Class in org.apache.batik.anim.dom
This class implements a regular polygon extension to SVG
SVGOMFlowRegionExcludeElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFlowRegionExcludeElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowRegionExcludeElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFlowRegionExcludeElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowRootElement - Class in org.apache.batik.anim.dom
This class implements a regular polygon extension to SVG
SVGOMFlowRootElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFlowRootElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowRootElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFlowRootElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowSpanElement - Class in org.apache.batik.anim.dom
This class implements a regular polygon extension to SVG
SVGOMFlowSpanElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFlowSpanElement
Creates a new BatikRegularPolygonElement object.
SVGOMFlowSpanElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFlowSpanElement
Creates a new BatikRegularPolygonElement object.
SVGOMFontElement - Class in org.apache.batik.anim.dom
This class implements SVGFontElement.
SVGOMFontElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFontElement
Creates a new SVGOMFontElement object.
SVGOMFontElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFontElement
Creates a new SVGOMFontElement object.
SVGOMFontFaceElement - Class in org.apache.batik.anim.dom
This class implements SVGFontFaceElement.
SVGOMFontFaceElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFontFaceElement
Creates a new SVGOMFontFaceElement object.
SVGOMFontFaceElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFontFaceElement
Creates a new SVGOMFontFaceElement object.
SVGOMFontFaceFormatElement - Class in org.apache.batik.anim.dom
This class implements SVGFontFaceFormatElement.
SVGOMFontFaceFormatElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFontFaceFormatElement
Creates a new SVGOMFontFaceFormatElement object.
SVGOMFontFaceFormatElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFontFaceFormatElement
Creates a new SVGOMFontFaceFormatElement object.
SVGOMFontFaceNameElement - Class in org.apache.batik.anim.dom
This class implements SVGFontFaceNameElement.
SVGOMFontFaceNameElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFontFaceNameElement
Creates a new SVGOMFontFaceNameElement object.
SVGOMFontFaceNameElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFontFaceNameElement
Creates a new SVGOMFontFaceNameElement object.
SVGOMFontFaceSrcElement - Class in org.apache.batik.anim.dom
This class implements SVGFontFaceSrcElement.
SVGOMFontFaceSrcElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFontFaceSrcElement
Creates a new SVGOMFontFaceSrcElement object.
SVGOMFontFaceSrcElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFontFaceSrcElement
Creates a new SVGOMFontFaceSrcElement object.
SVGOMFontFaceUriElement - Class in org.apache.batik.anim.dom
This class implements SVGFontFaceUriElement.
SVGOMFontFaceUriElement() - Constructor for class org.apache.batik.anim.dom.SVGOMFontFaceUriElement
Creates a new SVGOMFontFaceUriElement object.
SVGOMFontFaceUriElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMFontFaceUriElement
Creates a new SVGOMFontFaceUriElement object.
SVGOMForeignObjectElement - Class in org.apache.batik.anim.dom
This class implements SVGForeignObjectElement.
SVGOMForeignObjectElement() - Constructor for class org.apache.batik.anim.dom.SVGOMForeignObjectElement
Creates a new SVGOMForeignObjectElement object.
SVGOMForeignObjectElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMForeignObjectElement
Creates a new SVGOMForeignObjectElement object.
SVGOMGElement - Class in org.apache.batik.anim.dom
This class implements SVGGElement.
SVGOMGElement() - Constructor for class org.apache.batik.anim.dom.SVGOMGElement
Creates a new SVGOMGElement object.
SVGOMGElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMGElement
Creates a new SVGOMGElement object.
SVGOMGlyphElement - Class in org.apache.batik.anim.dom
This class implements SVGGlyphElement.
SVGOMGlyphElement() - Constructor for class org.apache.batik.anim.dom.SVGOMGlyphElement
Creates a new SVGOMGlyphElement object.
SVGOMGlyphElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMGlyphElement
Creates a new SVGOMGlyphElement object.
SVGOMGlyphRefElement - Class in org.apache.batik.anim.dom
This class implements SVGGlyphRefElement.
SVGOMGlyphRefElement() - Constructor for class org.apache.batik.anim.dom.SVGOMGlyphRefElement
Creates a new SVGOMGlyphRefElement object.
SVGOMGlyphRefElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMGlyphRefElement
Creates a new SVGOMGlyphRefElement object.
SVGOMGradientElement - Class in org.apache.batik.anim.dom
This class implements SVGGradientElement.
SVGOMGradientElement() - Constructor for class org.apache.batik.anim.dom.SVGOMGradientElement
Creates a new SVGOMGradientElement object.
SVGOMGradientElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMGradientElement
Creates a new SVGOMGradientElement object.
SVGOMHandlerElement - Class in org.apache.batik.anim.dom
This class implements SVGHandlerElement.
SVGOMHandlerElement() - Constructor for class org.apache.batik.anim.dom.SVGOMHandlerElement
Creates a new SVGOMHandlerElement object.
SVGOMHandlerElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMHandlerElement
Creates a new SVGOMHandlerElement object.
SVGOMHKernElement - Class in org.apache.batik.anim.dom
This class implements SVGHKernElement.
SVGOMHKernElement() - Constructor for class org.apache.batik.anim.dom.SVGOMHKernElement
Creates a new SVGOMHKernElement object.
SVGOMHKernElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMHKernElement
Creates a new SVGOMHKernElement object.
SVGOMImageElement - Class in org.apache.batik.anim.dom
This class implements SVGImageElement.
SVGOMImageElement() - Constructor for class org.apache.batik.anim.dom.SVGOMImageElement
Creates a new SVGOMImageElement object.
SVGOMImageElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMImageElement
Creates a new SVGOMImageElement object.
SVGOMLength - Class in org.apache.batik.anim.dom
Default implementation of SVGLength.
SVGOMLength(AbstractElement) - Constructor for class org.apache.batik.anim.dom.SVGOMLength
Default constructor.
SVGOMLinearGradientElement - Class in org.apache.batik.anim.dom
This class implements SVGLinearGradientElement.
SVGOMLinearGradientElement() - Constructor for class org.apache.batik.anim.dom.SVGOMLinearGradientElement
Creates a new SVGOMLinearGradientElement object.
SVGOMLinearGradientElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMLinearGradientElement
Creates a new SVGOMLinearGradientElement object.
SVGOMLineElement - Class in org.apache.batik.anim.dom
This class implements SVGLineElement.
SVGOMLineElement() - Constructor for class org.apache.batik.anim.dom.SVGOMLineElement
Creates a new SVGOMLineElement object.
SVGOMLineElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMLineElement
Creates a new SVGOMLineElement object.
SVGOMMarkerElement - Class in org.apache.batik.anim.dom
This class implements SVGMarkerElement.
SVGOMMarkerElement() - Constructor for class org.apache.batik.anim.dom.SVGOMMarkerElement
Creates a new SVGOMMarkerElement object.
SVGOMMarkerElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMMarkerElement
Creates a new SVGOMMarkerElement object.
SVGOMMaskElement - Class in org.apache.batik.anim.dom
This class implements SVGMaskElement.
SVGOMMaskElement() - Constructor for class org.apache.batik.anim.dom.SVGOMMaskElement
Creates a new SVGOMMaskElement object.
SVGOMMaskElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMMaskElement
Creates a new SVGOMMaskElement object.
SVGOMMetadataElement - Class in org.apache.batik.anim.dom
This class implements SVGMetadataElement.
SVGOMMetadataElement() - Constructor for class org.apache.batik.anim.dom.SVGOMMetadataElement
Creates a new SVGOMMetadataElement object.
SVGOMMetadataElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMMetadataElement
Creates a new SVGOMMetadataElement object.
SVGOMMissingGlyphElement - Class in org.apache.batik.anim.dom
This class implements SVGMissingGlyphElement.
SVGOMMissingGlyphElement() - Constructor for class org.apache.batik.anim.dom.SVGOMMissingGlyphElement
Creates a new SVGOMMissingGlyphElement object.
SVGOMMissingGlyphElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMMissingGlyphElement
Creates a new SVGOMMissingGlyphElement object.
SVGOMMPathElement - Class in org.apache.batik.anim.dom
This class implements SVGMPathElement.
SVGOMMPathElement() - Constructor for class org.apache.batik.anim.dom.SVGOMMPathElement
Creates a new SVGOMMPathElement object.
SVGOMMPathElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMMPathElement
Creates a new SVGOMMPathElement object.
SVGOMMultiImageElement - Class in org.apache.batik.anim.dom
This class implements a multiImage extension to SVG.
SVGOMMultiImageElement() - Constructor for class org.apache.batik.anim.dom.SVGOMMultiImageElement
Creates a new SVG MultiImageElement object.
SVGOMMultiImageElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMMultiImageElement
Creates a new SVG MultiImageElement object.
SVGOMPathElement - Class in org.apache.batik.anim.dom
This class implements SVGPathElement.
SVGOMPathElement() - Constructor for class org.apache.batik.anim.dom.SVGOMPathElement
Creates a new SVGOMPathElement object.
SVGOMPathElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMPathElement
Creates a new SVGOMPathElement object.
SVGOMPatternElement - Class in org.apache.batik.anim.dom
This class implements SVGStopElement.
SVGOMPatternElement() - Constructor for class org.apache.batik.anim.dom.SVGOMPatternElement
Creates a new SVGOMPatternElement object.
SVGOMPatternElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMPatternElement
Creates a new SVGOMPatternElement object.
SVGOMPolygonElement - Class in org.apache.batik.anim.dom
This class implements SVGPolygonElement.
SVGOMPolygonElement() - Constructor for class org.apache.batik.anim.dom.SVGOMPolygonElement
Creates a new SVGOMPolygonElement object.
SVGOMPolygonElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMPolygonElement
Creates a new SVGOMPolygonElement object.
SVGOMPolylineElement - Class in org.apache.batik.anim.dom
This class implements SVGPolylineElement.
SVGOMPolylineElement() - Constructor for class org.apache.batik.anim.dom.SVGOMPolylineElement
Creates a new SVGOMPolylineElement object.
SVGOMPolylineElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMPolylineElement
Creates a new SVGOMPolylineElement object.
SVGOMRadialGradientElement - Class in org.apache.batik.anim.dom
This class implements SVGRadialGradientElement.
SVGOMRadialGradientElement() - Constructor for class org.apache.batik.anim.dom.SVGOMRadialGradientElement
Creates a new SVGOMRadialGradientElement object.
SVGOMRadialGradientElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMRadialGradientElement
Creates a new SVGOMRadialGradientElement object.
SVGOMRectElement - Class in org.apache.batik.anim.dom
This class implements SVGRectElement.
SVGOMRectElement() - Constructor for class org.apache.batik.anim.dom.SVGOMRectElement
Creates a new SVGOMRectElement object.
SVGOMRectElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMRectElement
Creates a new SVGOMRectElement object.
SVGOMScriptElement - Class in org.apache.batik.anim.dom
This class implements SVGScriptElement.
SVGOMScriptElement() - Constructor for class org.apache.batik.anim.dom.SVGOMScriptElement
Creates a new SVGOMScriptElement object.
SVGOMScriptElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMScriptElement
Creates a new SVGOMScriptElement object.
SVGOMSetElement - Class in org.apache.batik.anim.dom
This class implements SVGSetElement.
SVGOMSetElement() - Constructor for class org.apache.batik.anim.dom.SVGOMSetElement
Creates a new SVGOMSetElement object.
SVGOMSetElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMSetElement
Creates a new SVGOMSetElement object.
SVGOMSolidColorElement - Class in org.apache.batik.anim.dom
This class implements a regular polygon extension to SVG
SVGOMSolidColorElement() - Constructor for class org.apache.batik.anim.dom.SVGOMSolidColorElement
Creates a new BatikRegularPolygonElement object.
SVGOMSolidColorElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMSolidColorElement
Creates a new BatikRegularPolygonElement object.
SVGOMStopElement - Class in org.apache.batik.anim.dom
This class implements SVGStopElement.
SVGOMStopElement() - Constructor for class org.apache.batik.anim.dom.SVGOMStopElement
Creates a new SVGOMStopElement object.
SVGOMStopElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMStopElement
Creates a new SVGOMStopElement object.
SVGOMStyleElement - Class in org.apache.batik.anim.dom
This class implements SVGStyleElement.
SVGOMStyleElement() - Constructor for class org.apache.batik.anim.dom.SVGOMStyleElement
Creates a new SVGOMStyleElement object.
SVGOMStyleElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMStyleElement
Creates a new SVGOMStyleElement object.
SVGOMStyleElement.DOMCharacterDataModifiedListener - Class in org.apache.batik.anim.dom
The DOMCharacterDataModified listener.
SVGOMSubImageElement - Class in org.apache.batik.anim.dom
This class implements a multiImage extension to SVG.
SVGOMSubImageElement() - Constructor for class org.apache.batik.anim.dom.SVGOMSubImageElement
Creates a new SubImageElement object.
SVGOMSubImageElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMSubImageElement
Creates a new SubImageElement object.
SVGOMSubImageRefElement - Class in org.apache.batik.anim.dom
This class implements a multiImage extension to SVG.
SVGOMSubImageRefElement() - Constructor for class org.apache.batik.anim.dom.SVGOMSubImageRefElement
Creates a new SubImageRefElement object.
SVGOMSubImageRefElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMSubImageRefElement
Creates a new SubImageRefElement object.
SVGOMSVGElement - Class in org.apache.batik.anim.dom
This class implements SVGSVGElement.
SVGOMSVGElement() - Constructor for class org.apache.batik.anim.dom.SVGOMSVGElement
Creates a new SVGOMSVGElement object.
SVGOMSVGElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMSVGElement
Creates a new SVGOMSVGElement object.
SVGOMSwitchElement - Class in org.apache.batik.anim.dom
This class implements SVGSwitchElement.
SVGOMSwitchElement() - Constructor for class org.apache.batik.anim.dom.SVGOMSwitchElement
Creates a new SVGOMSwitchElement object.
SVGOMSwitchElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMSwitchElement
Creates a new SVGOMSwitchElement object.
SVGOMSymbolElement - Class in org.apache.batik.anim.dom
This class implements SVGSymbolElement.
SVGOMSymbolElement() - Constructor for class org.apache.batik.anim.dom.SVGOMSymbolElement
Creates a new SVGOMSymbolElement object.
SVGOMSymbolElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMSymbolElement
Creates a new SVGOMSymbolElement object.
SVGOMTextContentElement - Class in org.apache.batik.anim.dom
This class provides a common superclass for all graphics elements.
SVGOMTextContentElement() - Constructor for class org.apache.batik.anim.dom.SVGOMTextContentElement
Creates a new SVGOMTextContentElement.
SVGOMTextContentElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMTextContentElement
Creates a new SVGOMTextContentElement object.
SVGOMTextElement - Class in org.apache.batik.anim.dom
This class implements SVGTextElement.
SVGOMTextElement() - Constructor for class org.apache.batik.anim.dom.SVGOMTextElement
Creates a new SVGOMTextElement object.
SVGOMTextElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMTextElement
Creates a new SVGOMTextElement object.
SVGOMTextPathElement - Class in org.apache.batik.anim.dom
This class implements SVGTextPathElement.
SVGOMTextPathElement() - Constructor for class org.apache.batik.anim.dom.SVGOMTextPathElement
Creates a new SVGOMTextPathElement object.
SVGOMTextPathElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMTextPathElement
Creates a new SVGOMTextPathElement object.
SVGOMTextPositioningElement - Class in org.apache.batik.anim.dom
This class implements SVGTextPositioningElement.
SVGOMTextPositioningElement() - Constructor for class org.apache.batik.anim.dom.SVGOMTextPositioningElement
Creates a new SVGOMTextPositioningElement object.
SVGOMTextPositioningElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMTextPositioningElement
Creates a new SVGOMTextPositioningElement object.
SVGOMTitleElement - Class in org.apache.batik.anim.dom
This class implements SVGTitleElement.
SVGOMTitleElement() - Constructor for class org.apache.batik.anim.dom.SVGOMTitleElement
Creates a new SVGOMTitleElement object.
SVGOMTitleElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMTitleElement
Creates a new SVGOMTitleElement object.
SVGOMToBeImplementedElement - Class in org.apache.batik.anim.dom
This is a development only class.
SVGOMToBeImplementedElement() - Constructor for class org.apache.batik.anim.dom.SVGOMToBeImplementedElement
Creates a new SVGOMToBeImplementedElement object.
SVGOMToBeImplementedElement(String, AbstractDocument, String) - Constructor for class org.apache.batik.anim.dom.SVGOMToBeImplementedElement
Creates a new SVGOMToBeImplementedElement object.
SVGOMTRefElement - Class in org.apache.batik.anim.dom
This class implements SVGTRefElement.
SVGOMTRefElement() - Constructor for class org.apache.batik.anim.dom.SVGOMTRefElement
Creates a new SVGOMTRefElement object.
SVGOMTRefElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMTRefElement
Creates a new SVGOMTRefElement object.
SVGOMTSpanElement - Class in org.apache.batik.anim.dom
This class implements SVGTSpanElement.
SVGOMTSpanElement() - Constructor for class org.apache.batik.anim.dom.SVGOMTSpanElement
Creates a new SVGOMTSpanElement object.
SVGOMTSpanElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMTSpanElement
Creates a new SVGOMTSpanElement object.
SVGOMURIReferenceElement - Class in org.apache.batik.anim.dom
This class implements SVGURIReference.
SVGOMURIReferenceElement() - Constructor for class org.apache.batik.anim.dom.SVGOMURIReferenceElement
Creates a new SVGOMURIReferenceElement object.
SVGOMURIReferenceElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMURIReferenceElement
Creates a new SVGOMURIReferenceElement object.
SVGOMUseElement - Class in org.apache.batik.anim.dom
This class implements SVGUseElement.
SVGOMUseElement() - Constructor for class org.apache.batik.anim.dom.SVGOMUseElement
Creates a new SVGOMUseElement object.
SVGOMUseElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMUseElement
Creates a new SVGOMUseElement object.
SVGOMViewElement - Class in org.apache.batik.anim.dom
This class implements SVGViewElement.
SVGOMViewElement() - Constructor for class org.apache.batik.anim.dom.SVGOMViewElement
Creates a new SVGOMViewElement object.
SVGOMViewElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMViewElement
Creates a new SVGOMSVGElement object.
SVGOMVKernElement - Class in org.apache.batik.anim.dom
This class implements SVGVKernElement.
SVGOMVKernElement() - Constructor for class org.apache.batik.anim.dom.SVGOMVKernElement
Creates a new SVGOMVKernElement object.
SVGOMVKernElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGOMVKernElement
Creates a new SVGOMVKernElement object.
SVGPathSupport - Class in org.apache.batik.anim.dom
The class provides support for the SVGPath interface.
SVGPathSupport() - Constructor for class org.apache.batik.anim.dom.SVGPathSupport
 
SVGPointShapeElement - Class in org.apache.batik.anim.dom
This class provides a common superclass for shape elements that are defined with a 'points' attribute (i.e., polygon and polyline).
SVGPointShapeElement() - Constructor for class org.apache.batik.anim.dom.SVGPointShapeElement
Creates a new SVGPointShapeElement object.
SVGPointShapeElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGPointShapeElement
Creates a new SVGPointShapeElement object.
SVGStylableElement - Class in org.apache.batik.anim.dom
This class provides a common superclass for elements which implement SVGStylable.
SVGStylableElement() - Constructor for class org.apache.batik.anim.dom.SVGStylableElement
Creates a new SVGStylableElement object.
SVGStylableElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGStylableElement
Creates a new SVGStylableElement object.
SVGStylableElement.OverrideStyleDeclaration - Class in org.apache.batik.anim.dom
This class is a CSSStyleDeclaration for the override style of the element.
SVGStylableElement.PresentationAttributeColorValue - Class in org.apache.batik.anim.dom
To manage a presentation attribute SVGColor value.
SVGStylableElement.PresentationAttributePaintValue - Class in org.apache.batik.anim.dom
To manage a presentation attribute SVGPaint value.
SVGStylableElement.PresentationAttributeValue - Class in org.apache.batik.anim.dom
To manage a presentation attribute value.
SVGStylableElement.StyleDeclaration - Class in org.apache.batik.anim.dom
This class represents the 'style' attribute.
SVGStyleSheetProcessingInstruction - Class in org.apache.batik.anim.dom
This class provides an implementation of the 'xml-stylesheet' processing instructions.
SVGStyleSheetProcessingInstruction() - Constructor for class org.apache.batik.anim.dom.SVGStyleSheetProcessingInstruction
Creates a new ProcessingInstruction object.
SVGStyleSheetProcessingInstruction(String, AbstractDocument, StyleSheetFactory) - Constructor for class org.apache.batik.anim.dom.SVGStyleSheetProcessingInstruction
Creates a new ProcessingInstruction object.
SVGTextContentSupport - Class in org.apache.batik.anim.dom
This class provides support for the SVGTextContentElement interface.
SVGTextContentSupport() - Constructor for class org.apache.batik.anim.dom.SVGTextContentSupport
 
SVGTextContentSupport.SVGTextPoint - Class in org.apache.batik.anim.dom
 
svgToUserSpace(float, short, short) - Method in interface org.apache.batik.anim.dom.AnimationTarget
Converts the given SVG length into user units.
svgToUserSpace(float, short, short) - Method in class org.apache.batik.anim.dom.SVGOMElement
Converts the given SVG length into user units.
SVGURIReferenceGraphicsElement - Class in org.apache.batik.anim.dom
This class provides support for Xlink to a graphics element.
SVGURIReferenceGraphicsElement() - Constructor for class org.apache.batik.anim.dom.SVGURIReferenceGraphicsElement
Creates a new SVGURIReferenceGraphicsElement object.
SVGURIReferenceGraphicsElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGURIReferenceGraphicsElement
Creates a new SVGURIReferenceGraphicsElement object.
SVGURIReferenceTextPositioningElement - Class in org.apache.batik.anim.dom
This class implements both SVGTextPositioningElement and SVGURIReference..
SVGURIReferenceTextPositioningElement() - Constructor for class org.apache.batik.anim.dom.SVGURIReferenceTextPositioningElement
Creates a new SVGURIReferenceTextPositioningElement object.
SVGURIReferenceTextPositioningElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.SVGURIReferenceTextPositioningElement
Creates a new SVGURIReferenceTextPositioningElement object.
SwitchElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.SwitchElementFactory
 
SymbolElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.SymbolElementFactory
 
syncbase(float, String, String) - Method in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Invoked when a syncbase value timing specifier is parsed.
syncbaseElement - Variable in class org.apache.batik.anim.timing.SyncbaseTimingSpecifier
The syncbase element.
syncbaseID - Variable in class org.apache.batik.anim.timing.MediaMarkerTimingSpecifier
The ID of the media element.
syncbaseID - Variable in class org.apache.batik.anim.timing.SyncbaseTimingSpecifier
The ID of the syncbase element.
SyncbaseTimingSpecifier - Class in org.apache.batik.anim.timing
A class to handle syncbase SMIL timing specifiers.
SyncbaseTimingSpecifier(TimedElement, boolean, float, String, boolean) - Constructor for class org.apache.batik.anim.timing.SyncbaseTimingSpecifier
Creates a new SyncbaseTimingSpecifier object.
syncBegin - Variable in class org.apache.batik.anim.timing.SyncbaseTimingSpecifier
Whether this specifier specifies a sync to the begin or the end of the syncbase element.

T

tableValues - Variable in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
The 'tableValues' attribute value.
target - Variable in class org.apache.batik.anim.AnimationEngine.AnimationInfo
The target of the animation.
target - Variable in class org.apache.batik.anim.dom.SVGOMAElement
The 'target' attribute value.
target - Variable in class org.apache.batik.anim.values.AnimatableValue
The target of the animation.
TargetInfo() - Constructor for class org.apache.batik.anim.AnimationEngine.TargetInfo
 
targetListener - Variable in class org.apache.batik.anim.AnimationEngine
The listener object for animation target base value changes.
targetListeners - Variable in class org.apache.batik.anim.dom.SVGOMElement
Table mapping namespaceURI/local name pairs to LinkedLists of AnimationTargetListeners.
targets - Variable in class org.apache.batik.anim.AnimationEngine
Map of AnimationTargets to TargetInfo objects.
textChanged(String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.OverrideStyleDeclaration
Called when the value text has changed.
textChanged(String) - Method in class org.apache.batik.anim.dom.SVGStylableElement.StyleDeclaration
Called when the value text has changed.
TextElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.TextElementFactory
 
textLength - Variable in class org.apache.batik.anim.dom.SVGOMTextContentElement
The 'textLength' attribute value.
TextPathElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.TextPathElementFactory
 
tick(float, boolean) - Method in class org.apache.batik.anim.AnimationEngine
Updates the animations in the document to the given document time.
time - Variable in class org.apache.batik.anim.timing.InstanceTime
The time.
time - Variable in class org.apache.batik.anim.timing.WallclockTimingSpecifier
The wallclock time.
TimeContainer - Class in org.apache.batik.anim.timing
An abstract base class for time container elements.
TimeContainer() - Constructor for class org.apache.batik.anim.timing.TimeContainer
 
timedDocumentRoot - Variable in class org.apache.batik.anim.AnimationEngine
The root time container for the document.
TimedDocumentRoot - Class in org.apache.batik.anim.timing
An abstract base class for the root time container element for a document.
TimedDocumentRoot(boolean, boolean) - Constructor for class org.apache.batik.anim.timing.TimedDocumentRoot
Creates a new TimedDocumentRoot.
timedElement - Variable in class org.apache.batik.anim.AbstractAnimation
The TimedElement that controls the timing of this animation.
TimedElement - Class in org.apache.batik.anim.timing
An abstract base class for elements that can have timing applied to them.
TimedElement() - Constructor for class org.apache.batik.anim.timing.TimedElement
Creates a new TimedElement.
TimegraphAdapter - Class in org.apache.batik.anim.timing
An adapter class for TimegraphListeners.
TimegraphAdapter() - Constructor for class org.apache.batik.anim.timing.TimegraphAdapter
 
TimegraphListener - Interface in org.apache.batik.anim.timing
An interface for listening to timing events in a timed document.
TimingSpecifier - Class in org.apache.batik.anim.timing
An abstract class for SMIL timing specifiers.
TimingSpecifier(TimedElement, boolean) - Constructor for class org.apache.batik.anim.timing.TimingSpecifier
Creates a new TimingSpecifier object.
TimingSpecifierListProducer - Class in org.apache.batik.anim.timing
TimingSpecifierListProducer(TimedElement, boolean) - Constructor for class org.apache.batik.anim.timing.TimingSpecifierListProducer
Creates a new TimingSpecifierListProducer.
timingSpecifiers - Variable in class org.apache.batik.anim.timing.TimingSpecifierListProducer
The list of parsed timing specifiers.
TitleElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.TitleElementFactory
 
to - Variable in class org.apache.batik.anim.SetAnimation
The set animation value.
to - Variable in class org.apache.batik.anim.SimpleAnimation
Ending value of the animation.
toActive(AbstractAnimation, float) - Method in class org.apache.batik.anim.AnimationEngine
Invoked to indicate an animation became active at the specified time.
toActive(float) - Method in class org.apache.batik.anim.timing.TimedElement
Invoked to indicate this timed element became active at the specified time.
toAnimation - Variable in class org.apache.batik.anim.AbstractAnimation
Whether this animation is a 'to-animation'.
toInactive(AbstractAnimation, boolean) - Method in class org.apache.batik.anim.AnimationEngine
Invoked to indicate that this timed element became inactive.
toInactive(boolean, boolean) - Method in class org.apache.batik.anim.timing.TimedElement
Invoked to indicate that this timed element became inactive.
toString() - Method in class org.apache.batik.anim.AbstractAnimation
Returns a string representation of this animation.
toString() - Method in class org.apache.batik.anim.timing.AccesskeyTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class org.apache.batik.anim.timing.EventbaseTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class org.apache.batik.anim.timing.IndefiniteTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class org.apache.batik.anim.timing.InstanceTime
Returns a string representation of this InstanceTime.
toString() - Method in class org.apache.batik.anim.timing.Interval
Returns a string representation of this Interval.
toString() - Method in class org.apache.batik.anim.timing.MediaMarkerTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class org.apache.batik.anim.timing.OffsetTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class org.apache.batik.anim.timing.RepeatTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class org.apache.batik.anim.timing.SyncbaseTimingSpecifier
Returns a string representation of this timing specifier.
toString(float) - Static method in class org.apache.batik.anim.timing.TimedElement
Returns a string representation of the given time value.
toString() - Method in class org.apache.batik.anim.timing.WallclockTimingSpecifier
Returns a string representation of this timing specifier.
toString() - Method in class org.apache.batik.anim.values.AnimatableValue
Returns a string representation of this object prefixed with its class name.
toStringRep() - Method in class org.apache.batik.anim.values.AnimatableMotionPointValue
Returns a string representation of this object.
toStringRep() - Method in class org.apache.batik.anim.values.AnimatablePathDataValue
Returns a string representation of this object.
toStringRep() - Method in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Returns a string representation of this object.
toStringRep() - Method in class org.apache.batik.anim.values.AnimatableRectValue
Returns a string representation of this object.
toStringRep() - Method in class org.apache.batik.anim.values.AnimatableTransformListValue
Returns the CSS text representation of the value.
toStringRep() - Method in class org.apache.batik.anim.values.AnimatableValue
Returns a string representation of this object.
Trace - Class in org.apache.batik.anim.timing
Animation debugging support.
Trace() - Constructor for class org.apache.batik.anim.timing.Trace
 
TraitInformation - Class in org.apache.batik.anim.dom
Stores information about a specific XML attribute or CSS property.
TraitInformation(boolean, int, short) - Constructor for class org.apache.batik.anim.dom.TraitInformation
Creates a new TraitInformation object.
TraitInformation(boolean, int) - Constructor for class org.apache.batik.anim.dom.TraitInformation
Creates a new TraitInformation object.
transform - Variable in class org.apache.batik.anim.dom.SVGGraphicsElement
The 'transform' attribute value.
transform - Variable in class org.apache.batik.anim.dom.SVGOMTextElement
The 'transform' attribute value.
TransformAnimation - Class in org.apache.batik.anim
An animation class for 'animateTransform' animations.
TransformAnimation(TimedElement, AnimatableElement, int, float[], float[], boolean, boolean, AnimatableValue[], AnimatableValue, AnimatableValue, AnimatableValue, short) - Constructor for class org.apache.batik.anim.TransformAnimation
Creates a new TransformAnimation.
transforms - Variable in class org.apache.batik.anim.values.AnimatableTransformListValue
List of transforms.
TrefElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.TrefElementFactory
 
TspanElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.TspanElementFactory
 
type - Variable in class org.apache.batik.anim.AnimationEngine.AnimationInfo
The type of animation.
type - Variable in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
The 'type' attribute value.
type - Variable in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
The 'type' attribute value.
type - Variable in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
The 'type' attribute value.
type - Variable in class org.apache.batik.anim.dom.TraitInformation
The SVG type of this trait.
type - Variable in class org.apache.batik.anim.TransformAnimation
The transform type.
TYPE_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
The 'type' attribute values.
TYPE_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
The 'type' attribute values.
TYPE_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
The 'type' attribute values.

U

unit - Variable in class org.apache.batik.anim.values.AnimatableAngleValue
The angle unit.
unitContext - Variable in class org.apache.batik.anim.dom.SVGOMElement
The context used to resolve the units.
UnitContext() - Constructor for class org.apache.batik.anim.dom.SVGOMElement.UnitContext
 
UNITS - Static variable in class org.apache.batik.anim.dom.AbstractSVGLength
The unit string representations.
UNITS - Static variable in class org.apache.batik.anim.values.AnimatableAngleValue
The unit string representations.
UNITS - Static variable in class org.apache.batik.anim.values.AnimatableLengthValue
Length units.
UNITS_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMFilterElement
The units values.
UNITS_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMGradientElement
The units values.
UNITS_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The units values.
UNITS_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMMaskElement
The units values.
UNITS_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMPatternElement
The units values.
unitType - Variable in class org.apache.batik.anim.dom.AbstractSVGLength
The type of this length.
unpause() - Method in class org.apache.batik.anim.AnimationEngine
Unpauses the animations.
unpauseAnimations() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.unpauseAnimations().
UNRESOLVED - Static variable in class org.apache.batik.anim.timing.TimedElement
 
unsuspendRedraw(int) - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.unsuspendRedraw(int).
unsuspendRedrawAll() - Method in class org.apache.batik.anim.dom.SVGOMSVGElement
DOM: Implements SVGSVGElement.unsuspendRedrawAll().
update() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
Updates the base value from the attribute.
update() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Updates the base value from the attribute.
update() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
Updates the base value from the attribute.
update() - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
Updates the base value from the attribute.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.AbstractSVGAnimatedValue
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPathData
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPoints
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedRect
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedString
Updates the animated value with the given AnimatableValue.
updateAnimatedValue(AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList
Updates the animated value with the given AnimatableValue.
updateAttributeValue(String, String, AnimatableValue) - Method in interface org.apache.batik.anim.dom.AnimationTarget
Updates an attribute value in this target.
updateAttributeValue(String, String, AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMElement
Updates an attribute value in this target.
updateAttributeValue(String, String, AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMRectElement
Updates an attribute value in this target.
updateOtherValue(String, AnimatableValue) - Method in interface org.apache.batik.anim.dom.AnimationTarget
Updates a 'other' animation value in this target.
updateOtherValue(String, AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGGraphicsElement
Updates a 'other' animation value in this target.
updateOtherValue(String, AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMElement
Updates a 'other' animation value in this target.
updateOtherValue(String, AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMTextElement
Updates a 'other' animation value in this target.
updatePropertyValue(String, AnimatableValue) - Method in interface org.apache.batik.anim.dom.AnimationTarget
Updates a property value in this target.
updatePropertyValue(String, AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGOMElement
Updates a property value in this target.
updatePropertyValue(String, AnimatableValue) - Method in class org.apache.batik.anim.dom.SVGStylableElement
Updates a property value in this target.
uri - Variable in class org.apache.batik.anim.values.AnimatablePaintValue
The URI of the referenced paint server.
url - Variable in class org.apache.batik.anim.dom.SVGOMDocument
The URL of the document.
UseElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.UseElementFactory
 
useLinearRGBColorInterpolation() - Method in interface org.apache.batik.anim.dom.AnimationTarget
Returns whether color interpolations should be done in linear RGB color space rather than sRGB.
useLinearRGBColorInterpolation() - Method in class org.apache.batik.anim.dom.SVGOMElement
Returns whether color interpolations should be done in linear RGB color space rather than sRGB.
useLinearRGBColorInterpolation() - Method in class org.apache.batik.anim.dom.SVGStylableElement
Returns whether color interpolations should be done in linear RGB color space rather than sRGB.
usesUnderlyingValue - Variable in class org.apache.batik.anim.AbstractAnimation
Whether this animation depends on the underlying value.
usesUnderlyingValue() - Method in class org.apache.batik.anim.AbstractAnimation
Returns whether this animation depends on the underlying value.
useSVG11AccessKeys - Variable in class org.apache.batik.anim.timing.TimedDocumentRoot
Allows the use of accessKey() timing specifiers with a single character, as specified in SVG 1.1.
useSVG12AccessKeys - Variable in class org.apache.batik.anim.timing.TimedDocumentRoot
Allows the use of accessKey() timing specifiers with a DOM 3 key name, as specified in SVG 1.2.

V

valid - Variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Whether this length is valid.
valid - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedBoolean
Whether the base value is valid.
valid - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
Whether the current base value is valid.
valid - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedInteger
Whether the base value is valid.
valid - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedMarkerOrientValue
Whether the base value is valid.
valid - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumber
Whether the base value is valid.
valid - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
Whether this rect is valid.
value - Variable in class org.apache.batik.anim.AbstractAnimation
The value of this animation.
value - Variable in class org.apache.batik.anim.dom.AbstractSVGLength
The value of this length.
value - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeColorValue
The value.
value - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributePaintValue
The value.
value - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeValue
The value.
value - Variable in class org.apache.batik.anim.values.AnimatableBooleanValue
The boolean value.
value - Variable in class org.apache.batik.anim.values.AnimatableIntegerValue
The value.
value - Variable in class org.apache.batik.anim.values.AnimatableNumberValue
The value.
values - Variable in class org.apache.batik.anim.dom.AttributeInitializer
The attribute values table.
values - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedEnumeration
The values in this enumeration.
values - Variable in class org.apache.batik.anim.SimpleAnimation
Values between which to interpolate.
VERTICAL_LENGTH - Static variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength
This constant represents vertical lengths.
VERTICAL_LENGTH - Static variable in class org.apache.batik.anim.dom.AbstractSVGLength
This constant represents vertical lengths.
viewBox - Variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The 'viewBox' attribute value.
viewBox - Variable in class org.apache.batik.anim.dom.SVGOMSVGElement
The 'viewBox' attribute value.
ViewElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.ViewElementFactory
 
VkernElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.VkernElementFactory
 

W

wallclock(Calendar) - Method in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Invoked when a wallclock value timing specifier is parsed.
WallclockTimingSpecifier - Class in org.apache.batik.anim.timing
A class to handle wallclock SMIL timing specifiers.
WallclockTimingSpecifier(TimedElement, boolean, Calendar) - Constructor for class org.apache.batik.anim.timing.WallclockTimingSpecifier
Creates a new WallclockTimingSpecifier object.
width - Variable in class org.apache.batik.anim.dom.SVGOMFilterElement
The 'width' attribute value.
width - Variable in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
The 'width' attribute value.
width - Variable in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
The 'width' attribute value.
width - Variable in class org.apache.batik.anim.dom.SVGOMImageElement
The 'width' attribute value.
width - Variable in class org.apache.batik.anim.dom.SVGOMMaskElement
The 'width' attribute value.
width - Variable in class org.apache.batik.anim.dom.SVGOMPatternElement
The 'width' attribute value.
width - Variable in class org.apache.batik.anim.dom.SVGOMRectElement
The 'width' attribute value.
width - Variable in class org.apache.batik.anim.dom.SVGOMSVGElement
The 'width' attribute value.
width - Variable in class org.apache.batik.anim.dom.SVGOMUseElement
The 'width' attribute value.
width - Variable in class org.apache.batik.anim.values.AnimatableRectValue
The width.
willReplace() - Method in class org.apache.batik.anim.AbstractAnimation
Returns whether this animation will replace values on animations lower in the sandwich.
willReplace() - Method in class org.apache.batik.anim.InterpolatingAnimation
Returns whether this animation will replace values on animations lower in the sandwich.

X

x - Variable in class org.apache.batik.anim.dom.SVGOMCursorElement
The 'x' attribute value.
x - Variable in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
The 'x' attribute value.
x - Variable in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
The 'x' attribute value.
x - Variable in class org.apache.batik.anim.dom.SVGOMFilterElement
The 'x' attribute value.
x - Variable in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
The 'x' attribute value.
x - Variable in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
The 'x' attribute value.
x - Variable in class org.apache.batik.anim.dom.SVGOMImageElement
The 'x' attribute value.
x - Variable in class org.apache.batik.anim.dom.SVGOMMaskElement
The 'x' attribute value.
x - Variable in class org.apache.batik.anim.dom.SVGOMPatternElement
The 'x' attribute value.
x - Variable in class org.apache.batik.anim.dom.SVGOMRectElement
The 'x' attribute value.
x - Variable in class org.apache.batik.anim.dom.SVGOMSVGElement
The 'x' attribute value.
x - Variable in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
The 'x' attribute value.
x - Variable in class org.apache.batik.anim.dom.SVGOMUseElement
The 'x' attribute value.
x - Variable in class org.apache.batik.anim.values.AnimatableMotionPointValue
The x coordinate.
x - Variable in class org.apache.batik.anim.values.AnimatableRectValue
The x coordinate.
x1 - Variable in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
The 'x1' attribute value.
x1 - Variable in class org.apache.batik.anim.dom.SVGOMLineElement
The 'x1' attribute value.
x2 - Variable in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
The 'x2' attribute value.
x2 - Variable in class org.apache.batik.anim.dom.SVGOMLineElement
The 'x2' attribute value.
X_DEFAULT_VALUE - Static variable in class org.apache.batik.anim.dom.SVGOMTextElement
 
XBLContentElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.XBLContentElementFactory
 
XBLDefinitionElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.XBLDefinitionElementFactory
 
XBLEventSupport - Class in org.apache.batik.anim.dom
An EventSupport class that handles XBL-specific event processing.
XBLEventSupport(AbstractNode) - Constructor for class org.apache.batik.anim.dom.XBLEventSupport
Creates a new XBLEventSupport object.
xblFactories - Static variable in class org.apache.batik.anim.dom.SVG12DOMImplementation
The XBL element factories.
XBLHandlerGroupElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.XBLHandlerGroupElementFactory
 
XBLImportElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.XBLImportElementFactory
 
XBLOMContentElement - Class in org.apache.batik.anim.dom
This class implements the xbl:content element.
XBLOMContentElement() - Constructor for class org.apache.batik.anim.dom.XBLOMContentElement
Creates a new XBLOMContentElement.
XBLOMContentElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.XBLOMContentElement
Creates a new XBLOMContentElement.
XBLOMDefinitionElement - Class in org.apache.batik.anim.dom
This class implements the xbl:definition element.
XBLOMDefinitionElement() - Constructor for class org.apache.batik.anim.dom.XBLOMDefinitionElement
Creates a new XBLOMDefinitionElement.
XBLOMDefinitionElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.XBLOMDefinitionElement
Creates a new XBLOMDefinitionElement.
XBLOMElement - Class in org.apache.batik.anim.dom
Base class for all XBL elements to inherit from.
XBLOMElement() - Constructor for class org.apache.batik.anim.dom.XBLOMElement
Creates a new XBLOMElement.
XBLOMElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.XBLOMElement
Creates a new XBLOMElement.
XBLOMHandlerGroupElement - Class in org.apache.batik.anim.dom
This class implements the xbl:handlerGroup element.
XBLOMHandlerGroupElement() - Constructor for class org.apache.batik.anim.dom.XBLOMHandlerGroupElement
Creates a new XBLOMHandlerGroupElement.
XBLOMHandlerGroupElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.XBLOMHandlerGroupElement
Creates a new XBLOMHandlerGroupElement.
XBLOMImportElement - Class in org.apache.batik.anim.dom
This class implements the xbl:import element.
XBLOMImportElement() - Constructor for class org.apache.batik.anim.dom.XBLOMImportElement
Creates a new XBLOMImportElement.
XBLOMImportElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.XBLOMImportElement
Creates a new XBLOMImportElement.
XBLOMShadowTreeElement - Class in org.apache.batik.anim.dom
This class implements the xbl:shadowTree element.
XBLOMShadowTreeElement() - Constructor for class org.apache.batik.anim.dom.XBLOMShadowTreeElement
Creates a new XBLOMShadowTreeElement.
XBLOMShadowTreeElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.XBLOMShadowTreeElement
Creates a new XBLOMShadowTreeElement.
XBLOMTemplateElement - Class in org.apache.batik.anim.dom
This class implements the xbl:template element.
XBLOMTemplateElement() - Constructor for class org.apache.batik.anim.dom.XBLOMTemplateElement
Creates a new XBLOMTemplateElement.
XBLOMTemplateElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.XBLOMTemplateElement
Creates a new XBLOMTemplateElement.
XBLOMXBLElement - Class in org.apache.batik.anim.dom
This class implements the xbl:xbl element.
XBLOMXBLElement() - Constructor for class org.apache.batik.anim.dom.XBLOMXBLElement
Creates a new XBLOMXBLElement.
XBLOMXBLElement(String, AbstractDocument) - Constructor for class org.apache.batik.anim.dom.XBLOMXBLElement
Creates a new XBLOMXBLElement.
xblShadowTree - Variable in class org.apache.batik.anim.dom.BindableElement
The shadow tree.
XBLShadowTreeElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.XBLShadowTreeElementFactory
 
XBLTemplateElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.XBLTemplateElementFactory
 
XBLXBLElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.XBLXBLElementFactory
 
xChannelSelector - Variable in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
The 'xChannelSelector' attribute value.
xmlAnimations - Variable in class org.apache.batik.anim.AnimationEngine.TargetInfo
Map of XML attribute names to the corresponding AnimationEngine.Sandwich objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGGraphicsElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMAElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMAnimationElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMCircleElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMClipPathElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMCursorElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMEllipseElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFEBlendElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFEColorMatrixElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFEComponentTransferElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFECompositeElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFEDistantLightElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFEFloodElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFEImageElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFEMergeNodeElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFEOffsetElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFESpecularLightingElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFETileElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFilterElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMFontElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMGradientElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMImageElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMLineElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMMaskElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMMPathElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMPathElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMPatternElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMRadialGradientElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMRectElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMScriptElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMStopElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMSVGElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMSymbolElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMTextContentElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMTextElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMTextPathElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMURIReferenceElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMUseElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGOMViewElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGPointShapeElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGStylableElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGURIReferenceGraphicsElement
Table mapping XML attribute names to TraitInformation objects.
xmlTraitInformation - Static variable in class org.apache.batik.anim.dom.SVGURIReferenceTextPositioningElement
Table mapping XML attribute names to TraitInformation objects.

Y

y - Variable in class org.apache.batik.anim.dom.SVGOMCursorElement
The 'y' attribute value.
y - Variable in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
The 'y' attribute value.
y - Variable in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
The 'y' attribute value.
y - Variable in class org.apache.batik.anim.dom.SVGOMFilterElement
The 'y' attribute value.
y - Variable in class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
The 'y' attribute value.
y - Variable in class org.apache.batik.anim.dom.SVGOMForeignObjectElement
The 'y' attribute value.
y - Variable in class org.apache.batik.anim.dom.SVGOMImageElement
The 'y' attribute value.
y - Variable in class org.apache.batik.anim.dom.SVGOMMaskElement
The 'y' attribute value.
y - Variable in class org.apache.batik.anim.dom.SVGOMPatternElement
The 'y' attribute value.
y - Variable in class org.apache.batik.anim.dom.SVGOMRectElement
The 'y' attribute value.
y - Variable in class org.apache.batik.anim.dom.SVGOMSVGElement
The 'y' attribute value.
y - Variable in class org.apache.batik.anim.dom.SVGOMTextPositioningElement
The 'y' attribute value.
y - Variable in class org.apache.batik.anim.dom.SVGOMUseElement
The 'y' attribute value.
y - Variable in class org.apache.batik.anim.values.AnimatableMotionPointValue
The y coordinate.
y - Variable in class org.apache.batik.anim.values.AnimatableRectValue
The y coordinate.
y1 - Variable in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
The 'y1' attribute value.
y1 - Variable in class org.apache.batik.anim.dom.SVGOMLineElement
The 'y1' attribute value.
y2 - Variable in class org.apache.batik.anim.dom.SVGOMLinearGradientElement
The 'y2' attribute value.
y2 - Variable in class org.apache.batik.anim.dom.SVGOMLineElement
The 'y2' attribute value.
Y_DEFAULT_VALUE - Static variable in class org.apache.batik.anim.dom.SVGOMTextElement
 
yChannelSelector - Variable in class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
The 'yChannelSelector' attribute value.

Z

z - Variable in class org.apache.batik.anim.dom.SVGOMFEPointLightElement
The 'z' attribute value.
z - Variable in class org.apache.batik.anim.dom.SVGOMFESpotLightElement
The 'z' attribute value.
A B C D E F G H I K L M N O P R S T U V W X Y Z 
Skip navigation links

Copyright © 2000–2023 Apache Software Foundation. All rights reserved.