org.apache.batik.dom.svg

Class SVGOMFEComponentTransferElement

public class SVGOMFEComponentTransferElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEComponentTransferElement

This class implements {@link SVGFEComponentTransferElement}.
Field Summary
protected SVGOMAnimatedStringin
The 'in' attribute value.
protected static DoublyIndexedTablexmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.
Constructor Summary
protected SVGOMFEComponentTransferElement()
Creates a new SVGOMFEComponentTransferElement object.
SVGOMFEComponentTransferElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFEComponentTransferElement object.
Method Summary
SVGAnimatedStringgetIn1()
DOM: Implements {@link SVGFEComponentTransferElement#getIn1()}.
StringgetLocalName()
DOM: Implements {@link org.w3c.dom.Node#getLocalName()}.
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.

xmlTraitInformation

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

Constructor Detail

SVGOMFEComponentTransferElement

protected SVGOMFEComponentTransferElement()
Creates a new SVGOMFEComponentTransferElement object.

SVGOMFEComponentTransferElement

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

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

Method Detail

getIn1

public SVGAnimatedString getIn1()
DOM: Implements {@link SVGFEComponentTransferElement#getIn1()}.

getLocalName

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

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.