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 {@link SVGFEMorphologyElement#getIn1()}. |
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
SVGAnimatedEnumeration | getOperator()
DOM: Implements {@link SVGFEMorphologyElement#getOperator()}. |
SVGAnimatedNumber | getRadiusX()
DOM: Implements {@link SVGFEMorphologyElement#getRadiusX()}. |
SVGAnimatedNumber | getRadiusY()
DOM: Implements {@link 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.