org.apache.batik.dom.svg

Class SVGOMFEMorphologyElement

public class SVGOMFEMorphologyElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEMorphologyElement

This class implements {@link 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 {@link SVGFEMorphologyElement#getIn1()}.
StringgetLocalName()
DOM: Implements {@link Node#getLocalName()}.
SVGAnimatedEnumerationgetOperator()
DOM: Implements {@link SVGFEMorphologyElement#getOperator()}.
SVGAnimatedNumbergetRadiusX()
DOM: Implements {@link SVGFEMorphologyElement#getRadiusX()}.
SVGAnimatedNumbergetRadiusY()
DOM: Implements {@link 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 {@link SVGFEMorphologyElement#getIn1()}.

getLocalName

public String getLocalName()
DOM: Implements {@link Node#getLocalName()}.

getOperator

public SVGAnimatedEnumeration getOperator()
DOM: Implements {@link SVGFEMorphologyElement#getOperator()}.

getRadiusX

public SVGAnimatedNumber getRadiusX()
DOM: Implements {@link SVGFEMorphologyElement#getRadiusX()}.

getRadiusY

public SVGAnimatedNumber getRadiusY()
DOM: Implements {@link 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) 2007 Apache Software Foundation. All Rights Reserved.