webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"SVGFEGaussianBlurElement.idl";
Public Member Functions | |
void | setStdDeviation (optional unrestricted float stdDeviationX=NaN, optional unrestricted float stdDeviationY=NaN) |
![]() | |
DeprecatedCSSOMValue | getPresentationAttribute (optional DOMString name="undefined") |
void | focus () |
void | blur () |
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 SVGAnimatedNumber | stdDeviationX |
readonly attribute SVGAnimatedNumber | stdDeviationY |
readonly attribute SVGAnimatedEnumeration | edgeMode |
![]() | |
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 |
void SVGFEGaussianBlurElement::setStdDeviation | ( | optional unrestricted float | stdDeviationX = NaN , |
optional unrestricted float | stdDeviationY = NaN |
||
) |
readonly attribute SVGAnimatedEnumeration SVGFEGaussianBlurElement::edgeMode |
readonly attribute SVGAnimatedString SVGFEGaussianBlurElement::in1 |
readonly attribute SVGAnimatedNumber SVGFEGaussianBlurElement::stdDeviationX |
readonly attribute SVGAnimatedNumber SVGFEGaussianBlurElement::stdDeviationY |
const unsigned short SVGFEGaussianBlurElement::SVG_EDGEMODE_DUPLICATE = 1 |
const unsigned short SVGFEGaussianBlurElement::SVG_EDGEMODE_NONE = 3 |
const unsigned short SVGFEGaussianBlurElement::SVG_EDGEMODE_UNKNOWN = 0 |
const unsigned short SVGFEGaussianBlurElement::SVG_EDGEMODE_WRAP = 2 |