| Interface Summary | |
|---|---|
| AnimatedAttributeListener | An interface to listen for changes on any animatable XML attribute in an {@link SVGOMDocument}. |
| AnimatedLiveAttributeValue | An interface for {@link LiveAttributeValue}s that have an animated value component. |
| ExtendedTraitAccess | Interface for SVG DOM classes to expose information about the traits (XML attributes and CSS properties) their elements support. |
| IdContainer | An interface for DOM nodes that can look up elements with IDs. |
| ListHandler | Interface that defines the functionnality of a list handler for the parser of attributes that are list. |
| LiveAttributeValue | This interface should be implemented by all the attribute values objects that must be updated when the attribute node is modified. |
| SVGAnimationContext | Context class for SVG animation elements to support extra methods. |
| SVGAnimationTargetContext | Context interface for elements that can be the target of animations. |
| SVGContext | This interface is the placeholder for SVG application informations. |
| SVGDocumentFactory | This interface represents an object which can build a SVGDocument. |
| SVGItem | This interface represents an item in an SVGXXXList. |
| SVGMotionAnimatableElement | An interface for SVG elements that can be animated with 'animateMotion'. |
| SVGPathContext | Context class for the SVG path element to support extra methods. |
| SVGPathSegConstants | Constants for the SVGPathSeg interface. |
| SVGSVGContext | Context class for svg:svg elements. |
| SVGTextContent | This class provides the interface for the SVGTextContentElement for the bridge to implement. |
| TraitAccess | Interface for accessing traits on an element. |
| Class Summary | |
|---|---|
| AbstractElement | This class provides a superclass to implement an SVG element, or an element interoperable with the SVG elements. |
| AbstractElement.ExtendedNamedNodeHashMap | An implementation of the {@link NamedNodeMap}. |
| AbstractSVGAnimatedLength | This class provides an implementation of the {@link SVGAnimatedLength} interface. |
| AbstractSVGAnimatedLength.AnimSVGLength | This class represents the SVGLength returned by {@link AbstractSVGAnimatedLength#getAnimVal()}. |
| AbstractSVGAnimatedLength.BaseSVGLength | This class represents the SVGLength returned by {@link AbstractSVGAnimatedLength#getBaseVal() }. |
| AbstractSVGAnimatedValue |
An abstract base class for the SVGAnimated* classes, that
implements an {@link AnimatedAttributeListener} list.
|
| AbstractSVGItem | Adapter for the SVGItem interface. |
| AbstractSVGLength | Default implementation for SVGLength. |
| AbstractSVGLengthList |
This class is the implementation of
SVGLengthList.
|
| AbstractSVGLengthList.LengthListBuilder | Helper class to interface the {@link LengthListParser} and the {@link ListHandler}. |
| AbstractSVGLengthList.SVGLengthItem | An {@link SVGLength} in the list. |
| AbstractSVGLength.DefaultContext | To resolve the units. |
| AbstractSVGList | This class is a base implementation for a live list representation of SVG attributes. |
| AbstractSVGList.ListBuilder | A class for receiving notification of parsed list items. |
| AbstractSVGMatrix | This class provides an abstract implementation of the {@link SVGMatrix} interface. |
| AbstractSVGNormPathSegList |
This class is the implementation of the normalized
SVGPathSegList.
|
| AbstractSVGNormPathSegList.NormalizedPathSegListBuilder | |
| AbstractSVGNormPathSegList.SVGPathSegGenericItem | |
| AbstractSVGNumber | Implementation of {@link SVGNumber}. |
| AbstractSVGNumberList | This class is the implementation of {@link SVGNumberList}. |
| AbstractSVGNumberList.NumberListBuilder | Helper class to interface the {@link NumberListParser} and the {@link NumberListHandler}. |
| AbstractSVGNumberList.SVGNumberItem | Representation of the item SVGNumber. |
| AbstractSVGPathSegList |
This class is the implementation of
SVGPathSegList.
|
| AbstractSVGPathSegList.PathSegListBuilder | |
| AbstractSVGPathSegList.SVGPathSegArcItem | |
| AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem | |
| AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem | |
| AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem | |
| AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem | |
| AbstractSVGPathSegList.SVGPathSegItem | Internal representation of the item SVGPathSeg. |
| AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem | |
| AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem | |
| AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem | |
| AbstractSVGPointList | Abstract implementation of {@link SVGPointList}. |
| AbstractSVGPointList.PointsListBuilder | Helper class to interface the {@link PointsParser} and the {@link PointsHandler}. |
| AbstractSVGPointList.SVGPointItem | An {@link SVGPoint} in the list. |
| AbstractSVGPreserveAspectRatio | Abstract implementation for SVGPreservAspectRatio This is the base implementation for SVGPreservAspectRatio |
| AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler | |
| AbstractSVGTransform | Abstract implementation of {@link SVGTransform}. |
| AbstractSVGTransformList |
This class is the implementation of
SVGTransformList.
|
| AbstractSVGTransformList.SVGTransformItem | An {@link SVGTransform} in the list. |
| AbstractSVGTransformList.TransformListBuilder | Helper class to interface the {@link TransformListParser} and the {@link ListHandler}. |
| AttributeInitializer | This class is used by elements to initialize and reset their attributes. |
| LiveAttributeException | Thrown when a live attribute cannot parse an attribute's value. |
| SAXSVGDocumentFactory | This class contains methods for creating SVGDocument instances from an URI using SAX2. |
| SVGAnimatedPathDataSupport | This class provide support for the SVGAnimatedPathData interface. |
| SVGDescriptiveElement | This class provides a common superclass for elements which contain descriptive text. |
| SVGDOMImplementation | This class implements the {@link DOMImplementation} interface. |
| SVGDOMImplementation.AElementFactory | To create a 'a' element. |
| SVGDOMImplementation.AltGlyphDefElementFactory | To create a 'altGlyphDef' element. |
| SVGDOMImplementation.AltGlyphElementFactory | To create a 'altGlyph' element. |
| SVGDOMImplementation.AltGlyphItemElementFactory | To create a 'altGlyphItem' element. |
| SVGDOMImplementation.AnimateColorElementFactory | To create a 'animateColor' element. |
| SVGDOMImplementation.AnimateElementFactory | To create a 'animate' element. |
| SVGDOMImplementation.AnimateMotionElementFactory | To create a 'animateMotion' element. |
| SVGDOMImplementation.AnimateTransformElementFactory | To create a 'animateTransform' element. |
| SVGDOMImplementation.CircleElementFactory | To create a 'circle' element. |
| SVGDOMImplementation.ClipPathElementFactory | To create a 'clip-path' element. |
| SVGDOMImplementation.ColorProfileElementFactory | To create a 'color-profile' element. |
| SVGDOMImplementation.CursorElementFactory | To create a 'cursor' element. |
| SVGDOMImplementation.DefinitionSrcElementFactory | To create a 'definition-src' element. |
| SVGDOMImplementation.DefsElementFactory | To create a 'defs' element. |
| SVGDOMImplementation.DescElementFactory | To create a 'desc' element. |
| SVGDOMImplementation.EllipseElementFactory | To create an 'ellipse' element. |
| SVGDOMImplementation.FeBlendElementFactory | To create a 'feBlend' element. |
| SVGDOMImplementation.FeColorMatrixElementFactory | To create a 'feColorMatrix' element. |
| SVGDOMImplementation.FeComponentTransferElementFactory | To create a 'feComponentTransfer' element. |
| SVGDOMImplementation.FeCompositeElementFactory | To create a 'feComposite' element. |
| SVGDOMImplementation.FeConvolveMatrixElementFactory | To create a 'feConvolveMatrix' element. |
| SVGDOMImplementation.FeDiffuseLightingElementFactory | To create a 'feDiffuseLighting' element. |
| SVGDOMImplementation.FeDisplacementMapElementFactory | To create a 'feDisplacementMap' element. |
| SVGDOMImplementation.FeDistantLightElementFactory | To create a 'feDistantLight' element. |
| SVGDOMImplementation.FeFloodElementFactory | To create a 'feFlood' element. |
| SVGDOMImplementation.FeFuncAElementFactory | To create a 'feFuncA' element. |
| SVGDOMImplementation.FeFuncBElementFactory | To create a 'feFuncB' element. |
| SVGDOMImplementation.FeFuncGElementFactory | To create a 'feFuncG' element. |
| SVGDOMImplementation.FeFuncRElementFactory | To create a 'feFuncR' element. |
| SVGDOMImplementation.FeGaussianBlurElementFactory | To create a 'feGaussianBlur' element. |
| SVGDOMImplementation.FeImageElementFactory | To create a 'feImage' element. |
| SVGDOMImplementation.FeMergeElementFactory | To create a 'feMerge' element. |
| SVGDOMImplementation.FeMergeNodeElementFactory | To create a 'feMergeNode' element. |
| SVGDOMImplementation.FeMorphologyElementFactory | To create a 'feMorphology' element. |
| SVGDOMImplementation.FeOffsetElementFactory | To create a 'feOffset' element. |
| SVGDOMImplementation.FePointLightElementFactory | To create a 'fePointLight' element. |
| SVGDOMImplementation.FeSpecularLightingElementFactory | To create a 'feSpecularLighting' element. |
| SVGDOMImplementation.FeSpotLightElementFactory | To create a 'feSpotLight' element. |
| SVGDOMImplementation.FeTileElementFactory | To create a 'feTile' element. |
| SVGDOMImplementation.FeTurbulenceElementFactory | To create a 'feTurbulence' element |
| SVGDOMImplementation.FilterElementFactory | To create a 'filter' element. |
| SVGDOMImplementation.FontElementFactory | To create a 'font' element. |
| SVGDOMImplementation.FontFaceElementFactory | To create a 'font-face' element. |
| SVGDOMImplementation.FontFaceFormatElementFactory | To create a 'font-face-format' element. |
| SVGDOMImplementation.FontFaceNameElementFactory | To create a 'font-face-name' element. |
| SVGDOMImplementation.FontFaceSrcElementFactory | To create a 'font-face-src' element. |
| SVGDOMImplementation.FontFaceUriElementFactory | To create a 'font-face-uri' element. |
| SVGDOMImplementation.ForeignObjectElementFactory | To create a 'foreignObject' element. |
| SVGDOMImplementation.GElementFactory | To create a 'g' element. |
| SVGDOMImplementation.GlyphElementFactory | To create a 'glyph' element. |
| SVGDOMImplementation.GlyphRefElementFactory | To create a 'glyphRef' element. |
| SVGDOMImplementation.HkernElementFactory | To create a 'hkern' element. |
| SVGDOMImplementation.ImageElementFactory | To create a 'image' element. |
| SVGDOMImplementation.LinearGradientElementFactory | To create a 'linearGradient' element. |
| SVGDOMImplementation.LineElementFactory | To create a 'line' element. |
| SVGDOMImplementation.MarkerElementFactory | To create a 'marker' element. |
| SVGDOMImplementation.MaskElementFactory | To create a 'mask' element. |
| SVGDOMImplementation.MetadataElementFactory | To create a 'metadata' element. |
| SVGDOMImplementation.MissingGlyphElementFactory | To create a 'missing-glyph' element. |
| SVGDOMImplementation.MpathElementFactory | To create a 'mpath' element. |
| SVGDOMImplementation.PathElementFactory | To create a 'path' element. |
| SVGDOMImplementation.PatternElementFactory | To create a 'pattern' element. |
| SVGDOMImplementation.PolygonElementFactory | To create a 'polygon' element. |
| SVGDOMImplementation.PolylineElementFactory | To create a 'polyline' element. |
| SVGDOMImplementation.RadialGradientElementFactory | To create a 'radialGradient' element. |
| SVGDOMImplementation.RectElementFactory | To create a 'rect' element. |
| SVGDOMImplementation.ScriptElementFactory | To create a 'script' element. |
| SVGDOMImplementation.SetElementFactory | To create a 'set' element. |
| SVGDOMImplementation.StopElementFactory | To create a 'stop' element. |
| SVGDOMImplementation.StyleElementFactory | To create a 'style' element. |
| SVGDOMImplementation.SvgElementFactory | To create an 'svg' element. |
| SVGDOMImplementation.SwitchElementFactory | To create a 'switch' element. |
| SVGDOMImplementation.SymbolElementFactory | To create a 'symbol' element. |
| SVGDOMImplementation.TextElementFactory | To create a 'text' element. |
| SVGDOMImplementation.TextPathElementFactory | To create a 'textPath' element. |
| SVGDOMImplementation.TitleElementFactory | To create a 'title' element. |
| SVGDOMImplementation.TrefElementFactory | To create a 'tref' element. |
| SVGDOMImplementation.TspanElementFactory | To create a 'tspan' element. |
| SVGDOMImplementation.UseElementFactory | To create a 'use' element. |
| SVGDOMImplementation.ViewElementFactory | To create a 'view' element. |
| SVGDOMImplementation.VkernElementFactory | To create a 'vkern' element. |
| SVGGraphicsElement | This class provides a common superclass for all graphics elements. |
| SVGLocatableSupport | This class provides support for the SVGLocatable interface. |
| SVGOMAElement | This class implements {@link SVGAElement}. |
| SVGOMAltGlyphDefElement | This class implements {@link SVGAltGlyphDefElement}. |
| SVGOMAltGlyphElement | This class implements {@link SVGAltGlyphElement}. |
| SVGOMAltGlyphItemElement | This class implements {@link SVGAltGlyphItemElement}. |
| SVGOMAngle | Implementation of an {@link SVGAngle} not associated with any attribute. |
| SVGOMAnimateColorElement | This class implements {@link SVGAnimateColorElement}. |
| SVGOMAnimatedBoolean | This class implements the {@link SVGAnimatedBoolean} interface. |
| SVGOMAnimatedEnumeration | This class provides an implementation of the {@link SVGAnimatedEnumeration} interface. |
| SVGOMAnimatedInteger | This class implements the {@link SVGAnimatedInteger} interface. |
| SVGOMAnimatedLength | This class provides an implementation of the {@link org.w3c.dom.svg.SVGAnimatedLength} interface. |
| SVGOMAnimatedLengthList | This class is the implementation of the {@link SVGAnimatedLengthList} interface. |
| SVGOMAnimatedLengthList.AnimSVGLengthList | {@link SVGLengthList} implementation for the animated length list value. |
| SVGOMAnimatedLengthList.BaseSVGLengthList | {@link SVGLengthList} implementation for the base length list value. |
| SVGOMAnimatedMarkerOrientValue | A class that handles an {@link SVGAnimatedAngle} and an {@link SVGAnimatedEnumeration} for the 'marker' element's 'orient' attribute. |
| SVGOMAnimatedMarkerOrientValue.AnimatedAngle | The {@link SVGAnimatedAngle} component of the marker orient value. |
| SVGOMAnimatedMarkerOrientValue.AnimatedEnumeration | The {@link SVGAnimatedEnumeration} component of the marker orient value. |
| SVGOMAnimatedMarkerOrientValue.AnimSVGAngle | This class represents the SVGAngle returned by {@link AnimatedAngle#getAnimVal()}. |
| SVGOMAnimatedMarkerOrientValue.BaseSVGAngle | This class represents the SVGAngle returned by {@link AnimatedAngle#getBaseVal()}. |
| SVGOMAnimatedNumber | This class implements the {@link SVGAnimatedNumber} interface. |
| SVGOMAnimatedNumberList | This class is the implementation of the {@link SVGAnimatedNumberList} interface. |
| SVGOMAnimatedNumberList.AnimSVGNumberList | {@link SVGNumberList} implementation for the animated number list value. |
| SVGOMAnimatedNumberList.BaseSVGNumberList | {@link SVGNumberList} implementation for the base number list value. |
| SVGOMAnimatedPathData | This class is the implementation of the {@link SVGAnimatedPathData} interface. |
| SVGOMAnimatedPathData.AnimSVGPathSegList | {@link SVGPathSegList} implementation for the animated path data value. |
| SVGOMAnimatedPathData.BaseSVGPathSegList | {@link SVGPathSegList} implementation for the base path data value. |
| SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList | {@link SVGPathSegList} implementation for the normalized version of the base path data value. |
| SVGOMAnimatedPoints | This class is the implementation of the SVGAnimatedPoints interface. |
| SVGOMAnimatedPoints.AnimSVGPointList | {@link SVGPointList} implementation for the animated point list value. |
| SVGOMAnimatedPoints.BaseSVGPointList | {@link SVGPointList} implementation for the base point list value. |
| SVGOMAnimatedPreserveAspectRatio | This class implements the {@link SVGAnimatedPreserveAspectRatio} interface. |
| SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue | This class represents the SVGPreserveAspectRatio returned by {@link #getAnimVal()}. |
| SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue | This class represents the SVGPreserveAspectRatio returned by {@link #getBaseVal()}. |
| SVGOMAnimatedRect | Implementation of {@link SVGAnimatedRect}. |
| SVGOMAnimatedRect.AnimSVGRect | This class represents the SVGRect returned by getAnimVal(). |
| SVGOMAnimatedRect.BaseSVGRect | This class represents the SVGRect returned by getBaseVal(). |
| SVGOMAnimatedString | This class implements the {@link SVGAnimatedString} interface. |
| SVGOMAnimatedTransformList | This class is the implementation of the SVGAnimatedTransformList interface. |
| SVGOMAnimatedTransformList.AnimSVGTransformList | {@link SVGTransformList} implementation for the animated transform list value. |
| SVGOMAnimatedTransformList.BaseSVGTransformList | {@link SVGTransformList} implementation for the base transform list value. |
| SVGOMAnimateElement | This class implements {@link SVGAnimateElement}. |
| SVGOMAnimateMotionElement | This class implements {@link SVGAnimateMotionElement}. |
| SVGOMAnimateTransformElement | This class implements {@link SVGAnimateTransformElement}. |
| SVGOMAnimationElement | This class provides an implementation of the {@link SVGAnimationElement} interface. |
| SVGOMCircleElement | This class implements {@link SVGCircleElement}. |
| SVGOMClipPathElement | This class implements {@link SVGClipPathElement}. |
| SVGOMColorProfileElement | This class implements {@link org.w3c.dom.svg.SVGColorProfileElement}. |
| SVGOMComponentTransferFunctionElement | This class represents the component transfer function elements. |
| SVGOMCursorElement | This class implements {@link org.w3c.dom.svg.SVGCursorElement}. |
| SVGOMDefinitionSrcElement | This class implements {@link SVGDefinitionSrcElement}. |
| SVGOMDefsElement | This class implements {@link SVGDefsElement}. |
| SVGOMDescElement | This class implements {@link SVGDescElement}. |
| SVGOMDocument | This class implements {@link SVGDocument}. |
| SVGOMDocument.AnimAttrListener | Listener class for animated attribute changes. |
| SVGOMDocument.DOMAttrModifiedListenerWrapper | DOM attribute modified listener wrapper. |
| SVGOMDocument.DOMCharacterDataModifiedListenerWrapper | DOM character data modified listener wrapper. |
| SVGOMDocument.DOMNodeInsertedListenerWrapper | DOM node inserted listener wrapper. |
| SVGOMDocument.DOMNodeRemovedListenerWrapper | DOM node removed listener wrapper. |
| SVGOMDocument.DOMSubtreeModifiedListenerWrapper | DOM subtree modified listener wrapper. |
| SVGOMElement | This class implements the {@link SVGElement} interface. |
| SVGOMElement.UnitContext | To resolve the units. |
| SVGOMEllipseElement | This class implements {@link SVGEllipseElement}. |
| SVGOMEvent | This class provides an implementation of the SVGEvent interface. |
| SVGOMException | An implementation of the SVGException class. |
| SVGOMFEBlendElement | This class implements {@link SVGFEBlendElement}. |
| SVGOMFEColorMatrixElement | This class implements {@link SVGFEColorMatrixElement}. |
| SVGOMFEComponentTransferElement | This class implements {@link SVGFEComponentTransferElement}. |
| SVGOMFECompositeElement | This class implements {@link SVGFECompositeElement}. |
| SVGOMFEConvolveMatrixElement | This class implements {@link SVGFEConvolveMatrixElement}. |
| SVGOMFEDiffuseLightingElement | This class implements {@link SVGFEDiffuseLightingElement}. |
| SVGOMFEDisplacementMapElement | This class implements {@link org.w3c.dom.svg.SVGFEDisplacementMapElement}. |
| SVGOMFEDistantLightElement | This class implements {@link SVGFEDistantLightElement}. |
| SVGOMFEFloodElement | This class implements {@link SVGFEFloodElement}. |
| SVGOMFEFuncAElement | This class implements {@link SVGFEFuncAElement}. |
| SVGOMFEFuncBElement | This class implements {@link SVGFEFuncBElement}. |
| SVGOMFEFuncGElement | This class implements {@link SVGFEFuncGElement}. |
| SVGOMFEFuncRElement | This class implements {@link SVGFEFuncRElement}. |
| SVGOMFEGaussianBlurElement | This class implements {@link SVGFEGaussianBlurElement}. |
| SVGOMFEImageElement | This class implements {@link SVGFEImageElement}. |
| SVGOMFEMergeElement | This class implements {@link SVGFEMergeElement}. |
| SVGOMFEMergeNodeElement | This class implements {@link SVGFEMergeNodeElement}. |
| SVGOMFEMorphologyElement | This class implements {@link SVGFEMorphologyElement}. |
| SVGOMFEOffsetElement | This class implements {@link SVGFEOffsetElement}. |
| SVGOMFEPointLightElement | This class implements {@link SVGFEPointLightElement}. |
| SVGOMFESpecularLightingElement | This class implements {@link SVGFESpecularLightingElement}. |
| SVGOMFESpotLightElement | This class implements {@link SVGFESpotLightElement}. |
| SVGOMFETileElement | This class implements {@link SVGFETileElement}. |
| SVGOMFETurbulenceElement | This class implements {@link SVGFETurbulenceElement}. |
| SVGOMFilterElement | This class implements {@link SVGFilterElement}. |
| SVGOMFilterPrimitiveStandardAttributes | This class represents a SVGElement with support for standard filter attributes. |
| SVGOMFontElement | This class implements {@link SVGFontElement}. |
| SVGOMFontFaceElement | This class implements {@link SVGFontFaceElement}. |
| SVGOMFontFaceFormatElement | This class implements {@link SVGFontFaceFormatElement}. |
| SVGOMFontFaceNameElement | This class implements {@link SVGFontFaceNameElement}. |
| SVGOMFontFaceSrcElement | This class implements {@link SVGFontFaceSrcElement}. |
| SVGOMFontFaceUriElement | This class implements {@link SVGFontFaceUriElement}. |
| SVGOMForeignObjectElement | This class implements {@link SVGForeignObjectElement}. |
| SVGOMGElement | This class implements {@link SVGGElement}. |
| SVGOMGlyphElement | This class implements {@link SVGGlyphElement}. |
| SVGOMGlyphRefElement | This class implements {@link SVGGlyphRefElement}. |
| SVGOMGradientElement | This class implements {@link org.w3c.dom.svg.SVGGradientElement}. |
| SVGOMHKernElement | This class implements {@link SVGHKernElement}. |
| SVGOMImageElement | This class implements {@link SVGImageElement}. |
| SVGOMLength | Default implementation of SVGLength. |
| SVGOMLinearGradientElement | This class implements {@link org.w3c.dom.svg.SVGLinearGradientElement}. |
| SVGOMLineElement | This class implements {@link SVGLineElement}. |
| SVGOMMarkerElement | This class implements {@link org.w3c.dom.svg.SVGMarkerElement}. |
| SVGOMMaskElement | This class implements {@link org.w3c.dom.svg.SVGMaskElement}. |
| SVGOMMatrix | This class provides an implementation of the {@link org.w3c.dom.svg.SVGMatrix} interface. |
| SVGOMMetadataElement | This class implements {@link org.w3c.dom.svg.SVGMetadataElement}. |
| SVGOMMissingGlyphElement | This class implements {@link SVGMissingGlyphElement}. |
| SVGOMMPathElement | This class implements {@link SVGMPathElement}. |
| SVGOMPathElement | This class implements {@link SVGPathElement}. |
| SVGOMPatternElement | This class implements {@link org.w3c.dom.svg.SVGStopElement}. |
| SVGOMPoint | An implementation of {@link SVGPoint} that is not associated with any attribute. |
| SVGOMPolygonElement | This class implements {@link SVGPolygonElement}. |
| SVGOMPolylineElement | This class implements {@link SVGPolylineElement}. |
| SVGOMRadialGradientElement | This class implements {@link SVGRadialGradientElement}. |
| SVGOMRect | An implementation of {@link SVGRect} that is not associated with an attribute. |
| SVGOMRectElement | This class implements {@link SVGRectElement}. |
| SVGOMScriptElement | This class implements {@link org.w3c.dom.svg.SVGScriptElement}. |
| SVGOMSetElement | This class implements {@link SVGSetElement}. |
| SVGOMStopElement | This class implements {@link org.w3c.dom.svg.SVGStopElement}. |
| SVGOMStyleElement | This class implements {@link SVGStyleElement}. |
| SVGOMStyleElement.DOMCharacterDataModifiedListener | The DOMCharacterDataModified listener. |
| SVGOMSVGElement | This class implements {@link org.w3c.dom.svg.SVGSVGElement}. |
| SVGOMSwitchElement | This class implements {@link SVGSwitchElement}. |
| SVGOMSymbolElement | This class implements {@link SVGSymbolElement}. |
| SVGOMTextContentElement | This class provides a common superclass for all graphics elements. |
| SVGOMTextElement | This class implements {@link SVGTextElement}. |
| SVGOMTextPathElement | This class implements {@link org.w3c.dom.svg.SVGTextPathElement}. |
| SVGOMTextPositioningElement | This class implements {@link org.w3c.dom.svg.SVGTextPositioningElement}. |
| SVGOMTitleElement | This class implements {@link org.w3c.dom.svg.SVGTitleElement}. |
| SVGOMToBeImplementedElement | This is a development only class. |
| SVGOMTransform | This class is the implementation of the SVGTransform interface. |
| SVGOMTRefElement | This class implements {@link SVGTRefElement}. |
| SVGOMTSpanElement | This class implements {@link SVGTSpanElement}. |
| SVGOMURIReferenceElement | This class implements {@link SVGURIReference}. |
| SVGOMUseElement | This class implements {@link org.w3c.dom.svg.SVGUseElement}. |
| SVGOMUseShadowRoot | This class implements {@link org.w3c.dom.DocumentFragment} interface. |
| SVGOMViewElement | This class implements {@link org.w3c.dom.svg.SVGViewElement}. |
| SVGOMVKernElement | This class implements {@link SVGVKernElement}. |
| SVGPathSupport | The class provides support for the SVGPath interface. |
| SVGPointShapeElement | This class provides a common superclass for shape elements that are defined with a 'points' attribute (i.e., polygon and polyline). |
| SVGStylableElement | This class provides a common superclass for elements which implement SVGStylable. |
| SVGStylableElement.OverrideStyleDeclaration | This class is a CSSStyleDeclaration for the override style of the element. |
| SVGStylableElement.PresentationAttributeColorValue | To manage a presentation attribute SVGColor value. |
| SVGStylableElement.PresentationAttributePaintValue | To manage a presentation attribute SVGPaint value. |
| SVGStylableElement.PresentationAttributeValue | To manage a presentation attribute value. |
| SVGStylableElement.StyleDeclaration | This class represents the 'style' attribute. |
| SVGStyleSheetProcessingInstruction | This class provides an implementation of the 'xml-stylesheet' processing instructions. |
| SVGTestsSupport | This class provides support for SVGTests features. |
| SVGTextContentSupport | This class provides support for the SVGTextContentElement interface. |
| SVGTextContentSupport.SVGTextPoint | |
| SVGURIReferenceGraphicsElement | This class provides support for Xlink to a graphics element. |
| SVGURIReferenceTextPositioningElement | This class implements both {@link org.w3c.dom.svg.SVGTextPositioningElement} and {@link SVGURIReference}.. |
| SVGZoomAndPanSupport | This class provides support for SVGZoomAndPan features. |
| TraitInformation | Stores information about a specific XML attribute or CSS property. |