org.w3c.dom.svg
public interface SVGFEMorphologyElement extends SVGElement, SVGFilterPrimitiveStandardAttributes
| Field Summary | |
|---|---|
| static short | SVG_MORPHOLOGY_OPERATOR_DILATE |
| static short | SVG_MORPHOLOGY_OPERATOR_ERODE |
| static short | SVG_MORPHOLOGY_OPERATOR_UNKNOWN |
| Method Summary | |
|---|---|
| SVGAnimatedString | getIn1() |
| SVGAnimatedEnumeration | getOperator() |
| SVGAnimatedNumber | getRadiusX() |
| SVGAnimatedNumber | getRadiusY() |