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

import"SVGFEConvolveMatrixElement.idl";

Inheritance diagram for SVGFEConvolveMatrixElement:
SVGElement

Public Attributes

const unsigned short SVG_EDGEMODE_UNKNOWN = 0
 
const unsigned short SVG_EDGEMODE_DUPLICATE = 1
 
const unsigned short SVG_EDGEMODE_WRAP = 2
 
const unsigned short SVG_EDGEMODE_NONE = 3
 
readonly attribute SVGAnimatedString in1
 
readonly attribute SVGAnimatedInteger orderX
 
readonly attribute SVGAnimatedInteger orderY
 
readonly attribute SVGAnimatedNumberList kernelMatrix
 
readonly attribute SVGAnimatedNumber divisor
 
readonly attribute SVGAnimatedNumber bias
 
readonly attribute SVGAnimatedInteger targetX
 
readonly attribute SVGAnimatedInteger targetY
 
readonly attribute SVGAnimatedEnumeration edgeMode
 
readonly attribute SVGAnimatedNumber kernelUnitLengthX
 
readonly attribute SVGAnimatedNumber kernelUnitLengthY
 
readonly attribute SVGAnimatedBoolean preserveAlpha
 
- 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

◆ bias

readonly attribute SVGAnimatedNumber SVGFEConvolveMatrixElement::bias

◆ divisor

readonly attribute SVGAnimatedNumber SVGFEConvolveMatrixElement::divisor

◆ edgeMode

readonly attribute SVGAnimatedEnumeration SVGFEConvolveMatrixElement::edgeMode

◆ in1

readonly attribute SVGAnimatedString SVGFEConvolveMatrixElement::in1

◆ kernelMatrix

readonly attribute SVGAnimatedNumberList SVGFEConvolveMatrixElement::kernelMatrix

◆ kernelUnitLengthX

readonly attribute SVGAnimatedNumber SVGFEConvolveMatrixElement::kernelUnitLengthX

◆ kernelUnitLengthY

readonly attribute SVGAnimatedNumber SVGFEConvolveMatrixElement::kernelUnitLengthY

◆ orderX

readonly attribute SVGAnimatedInteger SVGFEConvolveMatrixElement::orderX

◆ orderY

readonly attribute SVGAnimatedInteger SVGFEConvolveMatrixElement::orderY

◆ preserveAlpha

readonly attribute SVGAnimatedBoolean SVGFEConvolveMatrixElement::preserveAlpha

◆ SVG_EDGEMODE_DUPLICATE

const unsigned short SVGFEConvolveMatrixElement::SVG_EDGEMODE_DUPLICATE = 1

◆ SVG_EDGEMODE_NONE

const unsigned short SVGFEConvolveMatrixElement::SVG_EDGEMODE_NONE = 3

◆ SVG_EDGEMODE_UNKNOWN

const unsigned short SVGFEConvolveMatrixElement::SVG_EDGEMODE_UNKNOWN = 0

◆ SVG_EDGEMODE_WRAP

const unsigned short SVGFEConvolveMatrixElement::SVG_EDGEMODE_WRAP = 2

◆ targetX

readonly attribute SVGAnimatedInteger SVGFEConvolveMatrixElement::targetX

◆ targetY

readonly attribute SVGAnimatedInteger SVGFEConvolveMatrixElement::targetY

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