SVGPoint in SVG 1.1

(no overview available)

Instance Properties

name type description
x Number
y Number

Instance Methods

name returns description
matrixTransform(matrix) SVGPoint

Properties that are an SVGPoint

name object description
currentTranslate SVGSVGElement (read only)
newTranslate SVGZoomEvent (read only)
previousTranslate SVGZoomEvent (read only)

Methods that return an SVGPoint

name of object description
appendItem(newItem) SVGPointList
createSVGPoint() SVGSVGElement Creates and returns a new SVGPoint object.
getEndPositionOfChar(charnum) SVGTextContentElement
getItem(index) SVGPointList
getPointAtLength(distance) SVGPathElement
getStartPositionOfChar(charnum) SVGTextContentElement
initialize(newItem) SVGPointList
insertItemBefore(newItem,index) SVGPointList
matrixTransform(matrix) SVGPoint
removeItem(index) SVGPointList
replaceItem(newItem,index) SVGPointList

Arguments that are an SVGPoint

name in method of object description
newItem initialize(newItem) SVGPointList
newItem insertItemBefore(newItem,index) SVGPointList
newItem replaceItem(newItem,index) SVGPointList
newItem appendItem(newItem) SVGPointList
point getCharNumAtPosition(point) SVGTextContentElement