SVGPathElement in SVG 1.1
Instance Methods
name |
returns |
description |
addEventListener(type,listener,useCapture) |
(none) |
[from EventTarget]
|
appendChild(newChild) |
Node |
[from Node]
|
cloneNode(deep) |
Node |
Return a new copy of the node.
[from Node]
|
createSVGPathSegArcAbs(x,y,r1,…) |
SVGPathSegArcAbs |
|
createSVGPathSegArcRel(x,y,r1,…) |
SVGPathSegArcRel |
|
createSVGPathSegClosePath() |
SVGPathSegClosePath |
|
createSVGPathSegCurvetoCubicAbs(x,y,x1,…) |
SVGPathSegCurvetoCubicAbs |
|
createSVGPathSegCurvetoCubicRel(x,y,x1,…) |
SVGPathSegCurvetoCubicRel |
|
createSVGPathSegCurvetoCubicSmoothAbs(x,y,x2,…) |
SVGPathSegCurvetoCubicSmoothAbs |
|
createSVGPathSegCurvetoCubicSmoothRel(x,y,x2,…) |
SVGPathSegCurvetoCubicSmoothRel |
|
createSVGPathSegCurvetoQuadraticAbs(x,y,x1,…) |
SVGPathSegCurvetoQuadraticAbs |
|
createSVGPathSegCurvetoQuadraticRel(x,y,x1,…) |
SVGPathSegCurvetoQuadraticRel |
|
createSVGPathSegCurvetoQuadraticSmoothAbs(x,y) |
SVGPathSegCurvetoQuadraticSmoothAbs |
|
createSVGPathSegCurvetoQuadraticSmoothRel(x,y) |
SVGPathSegCurvetoQuadraticSmoothRel |
|
createSVGPathSegLinetoAbs(x,y) |
SVGPathSegLinetoAbs |
|
createSVGPathSegLinetoHorizontalAbs(x) |
SVGPathSegLinetoHorizontalAbs |
|
createSVGPathSegLinetoHorizontalRel(x) |
SVGPathSegLinetoHorizontalRel |
|
createSVGPathSegLinetoRel(x,y) |
SVGPathSegLinetoRel |
|
createSVGPathSegLinetoVerticalAbs(y) |
SVGPathSegLinetoVerticalAbs |
|
createSVGPathSegLinetoVerticalRel(y) |
SVGPathSegLinetoVerticalRel |
|
createSVGPathSegMovetoAbs(x,y) |
SVGPathSegMovetoAbs |
|
createSVGPathSegMovetoRel(x,y) |
SVGPathSegMovetoRel |
|
dispatchEvent(evt) |
Boolean |
Dispatches an event to the invoking object.
[from EventTarget]
|
getAttribute(name) |
String |
[from Element]
|
getAttributeNode(name) |
Attr |
[from Element]
|
getAttributeNodeNS(namespaceURI,localName) |
Attr |
[from Element]
|
getAttributeNS(namespaceURI,localName) |
String |
[from Element]
|
getBBox() |
SVGRect |
Get the bounding box of the element.
[from SVGLocatable]
|
getCTM() |
SVGMatrix |
Return the Current Transformation Matrix for the element.
[from SVGLocatable]
|
getElementsByTagName(name) |
NodeList |
[from Element]
|
getElementsByTagNameNS(namespaceURI,localName) |
NodeList |
[from Element]
|
getPathSegAtLength(distance) |
Number |
|
getPointAtLength(distance) |
SVGPoint |
|
getPresentationAttribute(name) |
CSSValue |
[from SVGStylable]
|
getScreenCTM() |
SVGMatrix |
[from SVGLocatable]
|
getTotalLength() |
Number |
|
getTransformToElement(element) |
SVGMatrix |
[from SVGLocatable]
|
hasAttribute(name) |
Boolean |
[from Element]
|
hasAttributeNS(namespaceURI,localName) |
Boolean |
[from Element]
|
hasAttributes() |
Boolean |
[from Node]
|
hasChildNodes() |
Boolean |
[from Node]
|
hasExtension(extension) |
Boolean |
[from SVGTests]
|
insertBefore(newChild,refChild) |
Node |
[from Node]
|
isSupported(feature,version) |
Boolean |
[from Node]
|
normalize() |
(none) |
[from Node]
|
removeAttribute(name) |
(none) |
[from Element]
|
removeAttributeNode(oldAttr) |
Attr |
[from Element]
|
removeAttributeNS(namespaceURI,localName) |
(none) |
[from Element]
|
removeChild(oldChild) |
Node |
[from Node]
|
removeEventListener(type,listener,useCapture) |
(none) |
[from EventTarget]
|
replaceChild(newChild,oldChild) |
Node |
[from Node]
|
setAttribute(name,value) |
(none) |
[from Element]
|
setAttributeNode(newAttr) |
Attr |
[from Element]
|
setAttributeNodeNS(newAttr) |
Attr |
[from Element]
|
setAttributeNS(namespaceURI,qualifiedName,value) |
(none) |
[from Element]
|