org.w3c.dom.svg

Interface SVGFEMorphologyElement

public interface SVGFEMorphologyElement extends SVGElement, SVGFilterPrimitiveStandardAttributes

Field Summary
static shortSVG_MORPHOLOGY_OPERATOR_DILATE
static shortSVG_MORPHOLOGY_OPERATOR_ERODE
static shortSVG_MORPHOLOGY_OPERATOR_UNKNOWN
Method Summary
SVGAnimatedStringgetIn1()
SVGAnimatedEnumerationgetOperator()
SVGAnimatedNumbergetRadiusX()
SVGAnimatedNumbergetRadiusY()

Field Detail

SVG_MORPHOLOGY_OPERATOR_DILATE

public static final short SVG_MORPHOLOGY_OPERATOR_DILATE

SVG_MORPHOLOGY_OPERATOR_ERODE

public static final short SVG_MORPHOLOGY_OPERATOR_ERODE

SVG_MORPHOLOGY_OPERATOR_UNKNOWN

public static final short SVG_MORPHOLOGY_OPERATOR_UNKNOWN

Method Detail

getIn1

public SVGAnimatedString getIn1()

getOperator

public SVGAnimatedEnumeration getOperator()

getRadiusX

public SVGAnimatedNumber getRadiusX()

getRadiusY

public SVGAnimatedNumber getRadiusY()