org.apache.batik.dom.svg

Class SVGOMFEMorphologyElement

public class SVGOMFEMorphologyElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEMorphologyElement

This class implements SVGFEMorphologyElement.
Field Summary
protected SVGOMAnimatedStringin
The 'in' attribute value.
protected SVGOMAnimatedEnumerationoperator
The 'operator' attribute value.
protected static String[]OPERATOR_VALUES
The 'operator' attribute values.
protected static DoublyIndexedTablexmlTraitInformation
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
SVGAnimatedStringgetIn1()
DOM: Implements SVGFEMorphologyElement#getIn1().
StringgetLocalName()
DOM: Implements Node#getLocalName().
SVGAnimatedEnumerationgetOperator()
DOM: Implements SVGFEMorphologyElement#getOperator().
SVGAnimatedNumbergetRadiusX()
DOM: Implements SVGFEMorphologyElement#getRadiusX().
SVGAnimatedNumbergetRadiusY()
DOM: Implements SVGFEMorphologyElement#getRadiusY().
protected DoublyIndexedTablegetTraitInformationTable()
Returns the table of TraitInformation objects for this element.
protected voidinitializeAllLiveAttributes()
Initializes all live attributes for this element.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Field Detail

in

protected SVGOMAnimatedString in
The 'in' attribute value.

operator

protected SVGOMAnimatedEnumeration operator
The 'operator' attribute value.

OPERATOR_VALUES

protected static final String[] OPERATOR_VALUES
The 'operator' attribute values.

xmlTraitInformation

protected static DoublyIndexedTable xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.

Constructor Detail

SVGOMFEMorphologyElement

protected SVGOMFEMorphologyElement()
Creates a new SVGOMFEMorphologyElement object.

SVGOMFEMorphologyElement

public SVGOMFEMorphologyElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFEMorphologyElement object.

Parameters: prefix The namespace prefix. owner The owner document.

Method Detail

getIn1

public SVGAnimatedString getIn1()
DOM: Implements SVGFEMorphologyElement#getIn1().

getLocalName

public String getLocalName()
DOM: Implements Node#getLocalName().

getOperator

public SVGAnimatedEnumeration getOperator()
DOM: Implements SVGFEMorphologyElement#getOperator().

getRadiusX

public SVGAnimatedNumber getRadiusX()
DOM: Implements SVGFEMorphologyElement#getRadiusX().

getRadiusY

public SVGAnimatedNumber getRadiusY()
DOM: Implements SVGFEMorphologyElement#getRadiusY().

getTraitInformationTable

protected DoublyIndexedTable getTraitInformationTable()
Returns the table of TraitInformation objects for this element.

initializeAllLiveAttributes

protected void initializeAllLiveAttributes()
Initializes all live attributes for this element.

newNode

protected Node newNode()
Returns a new uninitialized instance of this object's class.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.