SVGFEBlendElement in SVG 1.1

(no overview available)

Instance Properties

name type description
attributes NamedNodeMap (read only) [from Node]
childNodes NodeList (read only) [from Node]
className SVGAnimatedString (read only) [from SVGStylable]
firstChild Node (read only) [from Node]
height SVGAnimatedLength (read only) [from SVGFilterPrimitiveStandardAttributes]
id String [from SVGElement]
in1 SVGAnimatedString (read only)
in2 SVGAnimatedString (read only)
lastChild Node (read only) [from Node]
localName String (read only) [from Node]
mode SVGAnimatedEnumeration (read only)
namespaceURI String (read only) [from Node]
nextSibling Node (read only) [from Node]
nodeName String (read only) [from Node]
nodeType Number (read only) [from Node]
nodeValue String [from Node]
ownerDocument Document (read only) [from Node]
ownerSVGElement SVGSVGElement (read only) [from SVGElement]
parentNode Node (read only) [from Node]
prefix String [from Node]
previousSibling Node (read only) [from Node]
result SVGAnimatedString (read only) [from SVGFilterPrimitiveStandardAttributes]
tagName String (read only) [from Element]
viewportElement SVGElement (read only) [from SVGElement]
width SVGAnimatedLength (read only) [from SVGFilterPrimitiveStandardAttributes]
x SVGAnimatedLength (read only) [from SVGFilterPrimitiveStandardAttributes]
xmlbase String [from SVGElement]
y SVGAnimatedLength (read only) [from SVGFilterPrimitiveStandardAttributes]

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]
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]
getElementsByTagName(name) NodeList [from Element]
getElementsByTagNameNS(namespaceURI,localName) NodeList [from Element]
getPresentationAttribute(name) CSSValue [from SVGStylable]
hasAttribute(name) Boolean [from Element]
hasAttributeNS(namespaceURI,localName) Boolean [from Element]
hasAttributes() Boolean [from Node]
hasChildNodes() Boolean [from Node]
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]

Constants

name object value description
SVG_FEBLEND_MODE_UNKNOWN SVGFEBlendElement 0
SVG_FEBLEND_MODE_NORMAL SVGFEBlendElement 1
SVG_FEBLEND_MODE_MULTIPLY SVGFEBlendElement 2
SVG_FEBLEND_MODE_SCREEN SVGFEBlendElement 3
SVG_FEBLEND_MODE_DARKEN SVGFEBlendElement 4
SVG_FEBLEND_MODE_LIGHTEN SVGFEBlendElement 5