| Interface | Description |
|---|---|
| SVGBoundingBoxOptions | |
| SVGBoundingBoxOptions.Builder |
| Class | Description |
|---|---|
| ShadowAnimation | |
| SVGAElement |
The SVGAElement interface provides access to the properties of an <a> element, as well as methods to manipulate them.
|
| SVGAngle |
The SVGAngle interface is used to represent a value that can be an <angle> or <number> value.
|
| SVGAnimatedAngle |
The SVGAnimatedAngle interface is used for attributes of basic type <angle> which can be animated.
|
| SVGAnimatedBoolean |
The SVGAnimatedBoolean interface is used for attributes of type boolean which can be animated.
|
| SVGAnimatedEnumeration |
The SVGAnimatedEnumeration interface is used for attributes whose value must be a constant from a particular enumeration and which can be animated.
|
| SVGAnimatedInteger |
The SVGAnimatedInteger interface is used for attributes of basic type <integer> which can be animated.
|
| SVGAnimatedLength |
The SVGAnimatedLength interface represents attributes of type <length> which can be animated.
|
| SVGAnimatedLengthList |
The SVGAnimatedLengthList interface is used for attributes of type SVGLengthList which can be animated.
|
| SVGAnimatedNumber |
The SVGAnimatedNumber interface is used for attributes of basic type <Number> which can be animated.
|
| SVGAnimatedNumberList |
The SVGAnimatedNumber interface is used for attributes which take a list of numbers and which can be animated.
|
| SVGAnimatedPreserveAspectRatio |
The SVGAnimatedPreserveAspectRatio interface is used for attributes of type SVGPreserveAspectRatio which can be animated.
|
| SVGAnimatedRect |
The SVGAnimatedRect interface is used for attributes of basic SVGRect which can be animated.
|
| SVGAnimatedString |
The SVGAnimatedString interface represents string attributes which can be animated from each SVG declaration.
|
| SVGAnimatedTransformList |
The SVGAnimatedTransformList interface is used for attributes which take a list of numbers and which can be animated.
|
| SVGCircleElement |
The SVGCircleElement interface is an interface for the <circle> element.
|
| SVGClipPathElement |
The SVGClipPathElement interface provides access to the properties of <clipPath> elements, as well as methods to manipulate them.
|
| SVGComponentTransferFunctionElement |
The SVGComponentTransferFunctionElement interface defines a base interface used by the component transfer function interfaces.
|
| SVGDefsElement |
The SVGDefsElement interface corresponds to the <defs> element.
|
| SVGDescElement |
The SVGDescElement interface corresponds to the <desc> element.
|
| SVGElement |
All of the SVG DOM interfaces that correspond directly to elements in the SVG language derive from the SVGElement interface.
|
| SVGEllipseElement |
The SVGEllipseElement interface provides access to the properties of <ellipse> elements.
|
| SVGFEBlendElement |
The SVGFEBlendElement interface corresponds to the <feBlend> element.
|
| SVGFEColorMatrixElement |
The SVGFEColorMatrixElement interface corresponds to the <feColorMatrix> element.
|
| SVGFEComponentTransferElement |
The SVGFEComponentTransferElement interface corresponds to the <feComponentTransfer> element.
|
| SVGFECompositeElement |
The SVGFECompositeElement interface corresponds to the <feComposite> element.
|
| SVGFEConvolveMatrixElement |
The SVGFEConvolveMatrixElement interface corresponds to the <feConvolveMatrix> element.
|
| SVGFEDiffuseLightingElement |
The SVGFEDiffuseLightingElement interface corresponds to the <feDiffuseLighting> element.
|
| SVGFEDisplacementMapElement |
The SVGFEDisplacementMapElement interface corresponds to the <feDisplacementMap> element.
|
| SVGFEDistantLightElement |
The SVGFEDistantLightElement interface corresponds to the <feDistantLight> element.
|
| SVGFEDropShadowElement |
The SVGFEDropShadowElement interface corresponds to the <feDropShadow> element.
|
| SVGFEFloodElement |
The SVGFEFloodElement interface corresponds to the <feFlood> element.
|
| SVGFEFuncAElement |
The SVGFEFuncAElement interface corresponds to the <feFuncA> element.
|
| SVGFEFuncBElement |
The SVGFEFuncBElement interface corresponds to the <feFuncB> element.
|
| SVGFEFuncGElement |
The SVGFEFuncGElement interface corresponds to the <feFuncG> element.
|
| SVGFEFuncRElement |
The SVGFEFuncRElement interface corresponds to the <feFuncR> element.
|
| SVGFEGaussianBlurElement |
The SVGFEGaussianBlurElement interface corresponds to the <feGaussianBlur> element.
|
| SVGFEImageElement |
The SVGFEImageElement interface corresponds to the <feImage> element.
|
| SVGFEMergeElement |
The SVGFEMergeElement interface corresponds to the <feMerge> element.
|
| SVGFEMergeNodeElement |
The SVGFEMergeNodeElement interface corresponds to the <feMergeNode> element.
|
| SVGFEMorphologyElement |
The SVGFEMorphologyElement interface corresponds to the <feMorphology> element.
|
| SVGFEOffsetElement |
The SVGFEOffsetElement interface corresponds to the <feOffset> element.
|
| SVGFEPointLightElement |
The SVGFEPointLightElement interface corresponds to the <fePointLight> element.
|
| SVGFESpecularLightingElement |
The SVGFESpecularLightingElement interface corresponds to the <feSpecularLighting> element.
|
| SVGFESpotLightElement |
The SVGFESpotLightElement interface corresponds to the <feSpotLight> element.
|
| SVGFETileElement |
The SVGFETileElement interface corresponds to the <feTile> element.
|
| SVGFETurbulenceElement |
The SVGFETurbulenceElement interface corresponds to the <feTurbulence> element.
|
| SVGFilterElement |
The SVGFilterElement interface provides access to the properties of <filter> elements, as well as methods to manipulate them.
|
| SVGForeignObjectElement |
The SVGForeignObjectElement interface provides access to the properties of <foreignObject> elements, as well as methods to manipulate them.
|
| SVGGElement |
The SVGGElement interface corresponds to the <g> element.
|
| SVGGeometryElement |
The SVGGeometryElement interface represents SVG elements whose rendering is defined by geometry with an equivalent path, and which can be filled and stroked.
|
| SVGGradientElement |
The SVGGradient interface is a base interface used by SVGLinearGradientElement and SVGRadialGradientElement.
|
| SVGGraphicsElement |
The SVGGraphicsElement interface represents SVG elements whose primary purpose is to directly render graphics into a group.
|
| SVGImageElement |
The SVGImageElement interface corresponds to the <image> element.
|
| SVGLength |
The SVGLength interface correspond to the <length> basic data type.
|
| SVGLengthList |
The SVGLengthList defines a list of SVGLength objects.
|
| SVGLinearGradientElement |
The SVGLinearGradientElement interface corresponds to the <linearGradient> element.
|
| SVGLineElement |
The SVGLineElement interface provides access to the properties of <line> elements, as well as methods to manipulate them.
|
| SVGMarkerElement | |
| SVGMaskElement |
The SVGMaskElement interface provides access to the properties of <mask> elements, as well as methods to manipulate them.
|
| SVGMetadataElement |
The SVGMetadataElement interface corresponds to the <metadata> element.
|
| SVGNumber |
The SVGNumber interface corresponds to the <number> basic data type.
|
| SVGNumberList |
The SVGNumberList defines a list of SVGNumber objects.
|
| SVGPathElement |
The SVGPathElement interface corresponds to the <path> element.
|
| SVGPatternElement |
The SVGPatternElement interface corresponds to the <pattern> element.
|
| SVGPointList | |
| SVGPolygonElement |
The SVGPolygonElement interface provides access to the properties of <polygon> elements, as well as methods to manipulate them.
|
| SVGPolylineElement |
The SVGPolylineElement interface provides access to the properties of <polyline> elements, as well as methods to manipulate them.
|
| SVGPreserveAspectRatio |
The SVGPreserveAspectRatio interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.
|
| SVGRadialGradientElement |
The SVGRadialGradientElement interface corresponds to the <RadialGradient> element.
|
| SVGRectElement |
The SVGRectElement interface provides access to the properties of <rect> elements, as well as methods to manipulate them.
|
| SVGScriptElement |
The SVGScriptElement interface corresponds to the SVG <script> element.
|
| SVGStopElement |
The SVGStopElement interface corresponds to the <stop> element.
|
| SVGStringList |
The SVGStringList defines a list of DOMString objects.
|
| SVGStyleElement |
The SVGStyleElement interface corresponds to the SVG <style> element.
|
| SVGSVGElement |
The SVGSVGElement interface provides access to the properties of <svg> elements, as well as methods to manipulate them.
|
| SVGSwitchElement |
The SVGSwitchElement interface corresponds to the <switch> element.
|
| SVGSymbolElement |
The SVGSymbolElement interface corresponds to the <symbol> element.
|
| SVGTextContentElement |
The SVGTextContentElement interface is implemented by elements that support rendering child text content.
|
| SVGTextElement |
The SVGTextElement interface corresponds to the <text> elements.
|
| SVGTextPathElement |
The SVGTextPathElement interface corresponds to the <textPath> element.
|
| SVGTextPositioningElement |
The SVGTextPositioningElement interface is implemented by elements that support attributes that position individual text glyphs.
|
| SVGTitleElement |
The SVGTitleElement interface corresponds to the <title> element.
|
| SVGTransform |
SVGTransform is the interface for one of the component transformations within an SVGTransformList; thus, an SVGTransform object corresponds to a single component (e.g., scale(…) or matrix(…)) within a transform attribute.
|
| SVGTransformList |
The SVGTransformList defines a list of SVGTransform objects.
|
| SVGTSpanElement |
The SVGTSpanElement interface represents a <tspan> element.
|
| SVGUnitTypes |
The SVGUnitTypes interface defines a commonly used set of constants used for reflecting gradientUnits, patternContentUnits and other similar attributes.
|
| SVGUnknownElement | |
| SVGUseElement |
The SVGUseElement interface corresponds to the <use> element.
|
| SVGUseElementShadowRoot | |
| SVGViewElement |
The SVGViewElement interface provides access to the properties of <view> elements, as well as methods to manipulate them.
|