webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
SVGFECompositeElement Interface Reference

import"SVGFECompositeElement.idl";

Inheritance diagram for SVGFECompositeElement:
SVGElement

Public Attributes

const unsigned short SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0
 
const unsigned short SVG_FECOMPOSITE_OPERATOR_OVER = 1
 
const unsigned short SVG_FECOMPOSITE_OPERATOR_IN = 2
 
const unsigned short SVG_FECOMPOSITE_OPERATOR_OUT = 3
 
const unsigned short SVG_FECOMPOSITE_OPERATOR_ATOP = 4
 
const unsigned short SVG_FECOMPOSITE_OPERATOR_XOR = 5
 
const unsigned short SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6
 
readonly attribute SVGAnimatedString in1
 
readonly attribute SVGAnimatedString in2
 
readonly attribute SVGAnimatedEnumeration operator
 
readonly attribute SVGAnimatedNumber k1
 
readonly attribute SVGAnimatedNumber k2
 
readonly attribute SVGAnimatedNumber k3
 
readonly attribute SVGAnimatedNumber k4
 
- Public Attributes inherited from SVGElement
readonly attribute SVGSVGElement ownerSVGElement
 
readonly attribute SVGElement viewportElement
 
attribute DOMString xmllang
 
attribute DOMString xmlspace
 
readonly attribute SVGAnimatedString className
 
readonly attribute CSSStyleDeclaration style
 
attribute long tabIndex
 
readonly attribute DOMStringMap dataset
 

Additional Inherited Members

- Public Member Functions inherited from SVGElement
DeprecatedCSSOMValue getPresentationAttribute (optional DOMString name="undefined")
 
void focus ()
 
void blur ()
 

Member Data Documentation

◆ in1

readonly attribute SVGAnimatedString SVGFECompositeElement::in1

◆ in2

readonly attribute SVGAnimatedString SVGFECompositeElement::in2

◆ k1

readonly attribute SVGAnimatedNumber SVGFECompositeElement::k1

◆ k2

readonly attribute SVGAnimatedNumber SVGFECompositeElement::k2

◆ k3

readonly attribute SVGAnimatedNumber SVGFECompositeElement::k3

◆ k4

readonly attribute SVGAnimatedNumber SVGFECompositeElement::k4

◆ operator

readonly attribute SVGAnimatedEnumeration SVGFECompositeElement::operator

◆ SVG_FECOMPOSITE_OPERATOR_ARITHMETIC

const unsigned short SVGFECompositeElement::SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6

◆ SVG_FECOMPOSITE_OPERATOR_ATOP

const unsigned short SVGFECompositeElement::SVG_FECOMPOSITE_OPERATOR_ATOP = 4

◆ SVG_FECOMPOSITE_OPERATOR_IN

const unsigned short SVGFECompositeElement::SVG_FECOMPOSITE_OPERATOR_IN = 2

◆ SVG_FECOMPOSITE_OPERATOR_OUT

const unsigned short SVGFECompositeElement::SVG_FECOMPOSITE_OPERATOR_OUT = 3

◆ SVG_FECOMPOSITE_OPERATOR_OVER

const unsigned short SVGFECompositeElement::SVG_FECOMPOSITE_OPERATOR_OVER = 1

◆ SVG_FECOMPOSITE_OPERATOR_UNKNOWN

const unsigned short SVGFECompositeElement::SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0

◆ SVG_FECOMPOSITE_OPERATOR_XOR

const unsigned short SVGFECompositeElement::SVG_FECOMPOSITE_OPERATOR_XOR = 5

The documentation for this interface was generated from the following file: