SVGRadialGradientElement
This object is available to unprivileged JavaScript. It implements the following interfaces:
Constants
Properties
readonly NamedNodeMap attributes
readonly NodeList childNodes
readonly nsIDOMSVGAnimatedLength cx
readonly nsIDOMSVGAnimatedLength cy
readonly Node firstChild
readonly nsIDOMSVGAnimatedLength fx
readonly nsIDOMSVGAnimatedLength fy
readonly nsIDOMSVGAnimatedTransformList gradientTransform
readonly nsIDOMSVGAnimatedEnumeration gradientUnits
String id
readonly Node lastChild
readonly String localName
readonly String namespaceURI
readonly Node nextSibling
readonly String nodeName
readonly short nodeType
String nodeValue
readonly Document ownerDocument
readonly nsIDOMSVGSVGElement ownerSVGElement
readonly Node parentNode
String prefix
readonly Node previousSibling
readonly nsIDOMSVGAnimatedLength r
readonly nsIDOMSVGAnimatedEnumeration spreadMethod
readonly String tagName
The nsIDOMElement interface represents an element in an HTML or XML document.
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Core/
readonly nsIDOMSVGElement viewportElement
Methods
Node appendChild ( Node newChild )
Node cloneNode ( boolean deep )
String getAttribute ( String name )
Attr getAttributeNode ( String name )
Attr getAttributeNodeNS ( String namespaceURI , String localName )
String getAttributeNS ( String namespaceURI , String localName )
NodeList getElementsByTagName ( String name )
NodeList getElementsByTagNameNS ( String namespaceURI , String localName )
boolean hasAttribute ( String name )
boolean hasAttributeNS ( String namespaceURI , String localName )
boolean hasAttributes ( )
boolean hasChildNodes ( )
Node insertBefore ( Node newChild , Node refChild )
boolean isSupported ( String feature , String version )
void normalize ( )
void removeAttribute ( String name )
Attr removeAttributeNode ( Attr oldAttr )
void removeAttributeNS ( String namespaceURI , String localName )
Node removeChild ( Node oldChild )
Node replaceChild ( Node newChild , Node oldChild )
void setAttribute ( String name , String value )
Attr setAttributeNode ( Attr newAttr )
Attr setAttributeNodeNS ( Attr newAttr )
void setAttributeNS ( String namespaceURI , String qualifiedName , String value )
Node cloneNode ( boolean deep )
- Arguments:
- deep
Attr getAttributeNode ( String name )
- Arguments:
- name
Attr getAttributeNodeNS ( String namespaceURI , String localName )
- Arguments:
- namespaceURI
- localName
NodeList getElementsByTagName ( String name )
- Arguments:
- name
NodeList getElementsByTagNameNS ( String namespaceURI , String localName )
- Arguments:
- namespaceURI
- localName
void setAttributeNS ( String namespaceURI , String qualifiedName , String value )
- Arguments:
- namespaceURI
- qualifiedName
- value
Reference documentation is generated from Mozilla's source.