|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"SVGFEMorphologyElement.idl";
Public Member Functions | |
| void | setRadius (optional unrestricted float radiusX=NaN, optional unrestricted float radiusY=NaN) |
Public Member Functions inherited from SVGElement | |
| DeprecatedCSSOMValue | getPresentationAttribute (optional DOMString name="undefined") |
| void | focus () |
| void | blur () |
Public Attributes | |
| const unsigned short | SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0 |
| const unsigned short | SVG_MORPHOLOGY_OPERATOR_ERODE = 1 |
| const unsigned short | SVG_MORPHOLOGY_OPERATOR_DILATE = 2 |
| readonly attribute SVGAnimatedString | in1 |
| readonly attribute SVGAnimatedEnumeration | operator |
| readonly attribute SVGAnimatedNumber | radiusX |
| readonly attribute SVGAnimatedNumber | radiusY |
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 |
| void SVGFEMorphologyElement::setRadius | ( | optional unrestricted float | radiusX = NaN, |
| optional unrestricted float | radiusY = NaN |
||
| ) |
| readonly attribute SVGAnimatedString SVGFEMorphologyElement::in1 |
| readonly attribute SVGAnimatedEnumeration SVGFEMorphologyElement::operator |
| readonly attribute SVGAnimatedNumber SVGFEMorphologyElement::radiusX |
| readonly attribute SVGAnimatedNumber SVGFEMorphologyElement::radiusY |
| const unsigned short SVGFEMorphologyElement::SVG_MORPHOLOGY_OPERATOR_DILATE = 2 |
| const unsigned short SVGFEMorphologyElement::SVG_MORPHOLOGY_OPERATOR_ERODE = 1 |
| const unsigned short SVGFEMorphologyElement::SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0 |
1.8.13