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

import"SVGFEMorphologyElement.idl";

Inheritance diagram for SVGFEMorphologyElement:
SVGElement

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
 

Member Function Documentation

◆ setRadius()

void SVGFEMorphologyElement::setRadius ( optional unrestricted float  radiusX = NaN,
optional unrestricted float  radiusY = NaN 
)

Member Data Documentation

◆ in1

readonly attribute SVGAnimatedString SVGFEMorphologyElement::in1

◆ operator

readonly attribute SVGAnimatedEnumeration SVGFEMorphologyElement::operator

◆ radiusX

readonly attribute SVGAnimatedNumber SVGFEMorphologyElement::radiusX

◆ radiusY

readonly attribute SVGAnimatedNumber SVGFEMorphologyElement::radiusY

◆ SVG_MORPHOLOGY_OPERATOR_DILATE

const unsigned short SVGFEMorphologyElement::SVG_MORPHOLOGY_OPERATOR_DILATE = 2

◆ SVG_MORPHOLOGY_OPERATOR_ERODE

const unsigned short SVGFEMorphologyElement::SVG_MORPHOLOGY_OPERATOR_ERODE = 1

◆ SVG_MORPHOLOGY_OPERATOR_UNKNOWN

const unsigned short SVGFEMorphologyElement::SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0

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