org.apache.batik.dom.svg
public class SVGOMFEMorphologyElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEMorphologyElement
| Field Summary | |
|---|---|
| protected SVGOMAnimatedString | in
The 'in' attribute value. |
| protected SVGOMAnimatedEnumeration | operator
The 'operator' attribute value. |
| protected static String[] | OPERATOR_VALUES
The 'operator' attribute values. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| Constructor Summary | |
|---|---|
| protected | SVGOMFEMorphologyElement()
Creates a new SVGOMFEMorphologyElement object. |
| SVGOMFEMorphologyElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFEMorphologyElement object. | |
| Method Summary | |
|---|---|
| SVGAnimatedString | getIn1()
DOM: Implements SVGFEMorphologyElement#getIn1(). |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| SVGAnimatedEnumeration | getOperator()
DOM: Implements SVGFEMorphologyElement#getOperator(). |
| SVGAnimatedNumber | getRadiusX()
DOM: Implements SVGFEMorphologyElement#getRadiusX(). |
| SVGAnimatedNumber | getRadiusY()
DOM: Implements SVGFEMorphologyElement#getRadiusY(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
| protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
Parameters: prefix The namespace prefix. owner The owner document.