SVGSVGElement in SVG 1.1
Show inherited properties/methods?
Instance Methods
name
returns
description
addEventListener(type,listener,useCapture )
(none)
[from EventTarget ]
animationsPaused( )
Boolean
appendChild(newChild )
Node
[from Node ]
checkEnclosure(element,rect )
Boolean
Is the element within a rectangular area?
checkIntersection(element,rect )
Boolean
Does the element intersect the rect?
cloneNode(deep )
Node
Return a new copy of the node.
[from Node ]
createEvent(eventType )
Event
Creates and returns a new Event object.
[from DocumentEvent ]
createSVGAngle( )
SVGAngle
createSVGLength( )
SVGLength
createSVGMatrix( )
SVGMatrix
createSVGNumber( )
SVGNumber
createSVGPoint( )
SVGPoint
Creates and returns a new SVGPoint object.
createSVGRect( )
SVGRect
Creates and returns a new SVGRect element
createSVGTransform( )
SVGTransform
createSVGTransformFromMatrix(matrix )
SVGTransform
deselectAll( )
(none)
dispatchEvent(evt )
Boolean
Dispatches an event to the invoking object.
[from EventTarget ]
forceRedraw( )
(none)
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 ]
getComputedStyle(elt,pseudoElt )
CSSStyleDeclaration
[from ViewCSS ]
getCTM( )
SVGMatrix
Return the C urrent T ransformation M atrix for the element.
[from SVGLocatable ]
getCurrentTime( )
Number
getElementById(elementId )
Element
getElementsByTagName(name )
NodeList
[from Element ]
getElementsByTagNameNS(namespaceURI,localName )
NodeList
[from Element ]
getEnclosureList(rect,referenceElement )
NodeList
Which elements are within the rect?
getIntersectionList(rect,referenceElement )
NodeList
Returns the list of graphics elements whose rendered content intersects the supplied rectangle, honoring the 'pointer-events' property value on each candidate graphics element.
getOverrideStyle(elt,pseudoElt )
CSSStyleDeclaration
[from DocumentCSS ]
getPresentationAttribute(name )
CSSValue
[from SVGStylable ]
getScreenCTM( )
SVGMatrix
[from SVGLocatable ]
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 ]
pauseAnimations( )
(none)
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 ]
setCurrentTime(seconds )
(none)
suspendRedraw(max_wait_milliseconds )
Number
unpauseAnimations( )
(none)
unsuspendRedraw(suspend_handle_id )
(none)
unsuspendRedrawAll( )
(none)
Properties that are an SVGSVGElement