.. | |
---|
AElement | The SVGAElement interface provides access to the properties of a element, as well as methods to manipulate them. |
AltGlyphElement | |
Angle | The SVGAngle interface is used to represent a value that can be an angle or number value. An SVGAngle reflected through the animVal attribute is always read only. |
AnimateElement | The SVGAnimateElement interface corresponds to the animate element. |
AnimateMotionElement | The SVGAnimateMotionElement interface corresponds to the animateMotion element. |
AnimateTransformElement | The SVGAnimateTransformElement interface corresponds to the animateTransform element. |
AnimatedAngle | The SVGAnimatedAngle interface is used for attributes of basic type angle which can be animated. |
AnimatedBoolean | The SVGAnimatedBoolean interface is used for attributes of type boolean which can be animated. |
AnimatedEnumeration | The SVGAnimatedEnumeration interface is used for attributes whose value must be a constant from a particular enumeration and which can be animated. |
AnimatedInteger | The SVGAnimatedInteger interface is used for attributes of basic type integer which can be animated. |
AnimatedLength | The SVGAnimatedLength interface is used for attributes of basic type length which can be animated. |
AnimatedLengthList | The SVGAnimatedLengthList interface is used for attributes of type SVGLengthList which can be animated. |
AnimatedNumber | The SVGAnimatedNumber interface is used for attributes of basic type Number which can be animated. |
AnimatedNumberList | The SVGAnimatedNumber interface is used for attributes which take a list of numbers and which can be animated. |
AnimatedPreserveAspectRatio | The SVGAnimatedPreserveAspectRatio interface is used for attributes of type SVGPreserveAspectRatio which can be animated. |
AnimatedRect | The SVGAnimatedRect interface is used for attributes of basic SVGRect which can be animated. |
AnimatedString | The SVGAnimatedString interface represent string attributes which can be animated from each SVG declaration. You need to create SVG attribute before doing anything else, everything should be declared inside this. |
AnimatedTransformList | The SVGAnimatedTransformList interface is used for attributes which take a list of numbers and which can be animated. |
AnimationElement | The SVGAnimationElement interface is the base interface for all of the animation element interfaces: SVGAnimateElement , SVGSetElement , SVGAnimateColorElement , SVGAnimateMotionElement and SVGAnimateTransformElement . |
BoundingBoxOptions | |
CircleElement | The SVGCircleElement interface is an interface for the circle element. The circle element is defined by the cx and cy attributes, that denote the coordinates of the centre of the circle. It also has a radius attribute r that denotes the radius of the circle. The radius value must be positive to allow the successful rendering of the element. |
ClipPathElement | The SVGClipPathElement interface provides access to the properties of clipPath elements, as well as methods to manipulate them. |
ComponentTransferFunctionElement | |
DefsElement | The SVGDefsElement interface corresponds to the defs element. |
DescElement | The SVGDescElement interface corresponds to the desc element. |
Document | |
Element | All of the SVG DOM interfaces that correspond directly to elements in the SVG language derive from the SVGElement interface. |
EllipseElement | The SVGEllipseElement interface provides access to the properties of ellipse elements. |
FEBlendElement | |
FEColorMatrixElement | |
FEComponentTransferElement | |
FECompositeElement | |
FEConvolveMatrixElement | |
FEDiffuseLightingElement | |
FEDisplacementMapElement | |
FEDistantLightElement | |
FEDropShadowElement | |
FEFloodElement | |
FEFuncAElement | |
FEFuncBElement | |
FEFuncGElement | |
FEFuncRElement | |
FEGaussianBlurElement | |
FEImageElement | |
FEMergeElement | |
FEMergeNodeElement | |
FEMorphologyElement | |
FEOffsetElement | |
FEPointLightElement | |
FESpecularLightingElement | |
FESpotLightElement | |
FETileElement | |
FETurbulenceElement | |
FilterElement | The SVGFilterElement interface provides access to the properties of filter elements, as well as methods to manipulate them. |
ForeignObjectElement | The SVGForeignObjectElement interface provides access to the properties of foreignObject elements, as well as methods to manipulate them. |
GElement | The SVGGElement interface corresponds to the g element. |
GradientElement | The SVGGradient interface is a base interface used by SVGLinearGradientElement and SVGRadialGradientElement . |
GraphicsElement | |
ImageElement | The SVGImageElement interface corresponds to the image element. |
Length | The SVGLength interface correspond to the length basic data type. |
LengthList | The SVGLengthList defines a list of SVGLength objects. |
LineElement | The SVGLineElement interface provides access to the properties of line elements, as well as methods to manipulate them. |
LinearGradientElement | The SVGLinearGradientElement interface corresponds to the linearGradient element. |
MPathElement | The SVGMPathElement interface corresponds to the mpath element. |
MarkerElement | |
MaskElement | The SVGMaskElement interface provides access to the properties of mask elements, as well as methods to manipulate them. |
Matrix | Many of SVG's graphics operations utilize 2x3 matrices of the form: |
MetadataElement | |
Number | The SVGNumber interface correspond to the number basic data type. |
NumberList | The SVGNumberList defines a list of SVGNumber objects. |
PathElement | The SVGPathElement interface corresponds to the path element. |
PathSeg | |
PathSegArcAbs | |
PathSegArcRel | |
PathSegClosePath | |
PathSegCurvetoCubicAbs | |
PathSegCurvetoCubicRel | |
PathSegCurvetoCubicSmoothAbs | |
PathSegCurvetoCubicSmoothRel | |
PathSegCurvetoQuadraticAbs | |
PathSegCurvetoQuadraticRel | |
PathSegCurvetoQuadraticSmoothAbs | |
PathSegCurvetoQuadraticSmoothRel | |
PathSegLinetoAbs | |
PathSegLinetoHorizontalAbs | |
PathSegLinetoHorizontalRel | |
PathSegLinetoRel | |
PathSegLinetoVerticalAbs | |
PathSegLinetoVerticalRel | |
PathSegList | |
PathSegMovetoAbs | |
PathSegMovetoRel | |
PatternElement | The SVGPatternElement interface corresponds to the pattern element. |
Point | An SVGPoint represents a 2D or 3D point in the SVG coordinate system. |
PointList | |
PolygonElement | The SVGPolygonElement interface provides access to the properties of polygon elements, as well as methods to manipulate them. |
PolylineElement | The SVGPolylineElement interface provides access to the properties of polyline elements, as well as methods to manipulate them. |
PreserveAspectRatio | The SVGPreserveAspectRatio interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements. |
RadialGradientElement | The SVGRadialGradientElement interface corresponds to the radialGradient element. |
Rect | The SVGRect represents a rectangle. Rectangles consist of codex/code and codey/code coordinate pair identifying a minimum X value, a minimum Y value, and a width and height, which are constrained to be non-negative. |
RectElement | The SVGRectElement interface provides access to the properties of rect elements, as well as methods to manipulate them. |
SVGElement | The SVGSVGElement interface provides access to the properties of svg elements, as well as methods to manipulate them. This interface contains also various miscellaneous commonly-used utility methods, such as matrix operations and the ability to control the time of redraw on visual rendering devices. |
ScriptElement | The SVGScriptElement interface corresponds to the SVG script element. |
SetElement | The SVGSetElement interface corresponds to the set element. |
StopElement | The SVGStopElement interface corresponds to the stop element. |
StringList | The SVGStringList defines a list of DOMString objects. |
StyleElement | The SVGStyleElement interface corresponds to the SVG style element. |
SwitchElement | The SVGSwitchElement interface corresponds to the switch element. |
SymbolElement | The SVGSymbolElement interface corresponds to the symbol element. |
TSpanElement | The SVGTSpanElement interface provides access to the properties of tspan elements, as well as methods to manipulate them. |
TextContentElement | |
TextElement | The SVGTextElement interface corresponds to the text elements. |
TextPathElement | |
TextPositioningElement | The SVGTextPositioningElement interface is inherited by text-related interfaces: SVGTextElement , SVGTSpanElement , SVGTRefElement and SVGAltGlyphElement . |
TitleElement | The SVGTitleElement interface corresponds to the title element. |
Transform | 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.
|
TransformList | The SVGTransformList defines a list of SVGTransform objects. |
UnitTypes | |
UseElement | The SVGUseElement interface provides access to the properties of use elements, as well as methods to manipulate them. |
ViewElement | The SVGViewElement interface provides access to the properties of view elements, as well as methods to manipulate them. |
ZoomAndPan | |
ZoomEvent | |