org.apache.batik.dom.svg

Class SVGOMFEBlendElement

public class SVGOMFEBlendElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEBlendElement

This class implements {@link SVGFEBlendElement}.
Field Summary
protected SVGOMAnimatedStringin
The 'in' attribute value.
protected SVGOMAnimatedStringin2
The 'in2' attribute value.
protected SVGOMAnimatedEnumerationmode
The 'mode' attribute value.
protected static String[]MODE_VALUES
The 'mode' attribute values.
protected static DoublyIndexedTablexmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.
Constructor Summary
protected SVGOMFEBlendElement()
Creates a new SVGOMFEBlendElement object.
SVGOMFEBlendElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFEBlendElement object.
Method Summary
SVGAnimatedStringgetIn1()
DOM: Implements {@link SVGFEBlendElement#getIn1()}.
SVGAnimatedStringgetIn2()
DOM: Implements {@link SVGFEBlendElement#getIn2()}.
StringgetLocalName()
DOM: Implements {@link Node#getLocalName()}.
SVGAnimatedEnumerationgetMode()
DOM: Implements {@link SVGFEBlendElement#getMode()}.
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.

in2

protected SVGOMAnimatedString in2
The 'in2' attribute value.

mode

protected SVGOMAnimatedEnumeration mode
The 'mode' attribute value.

MODE_VALUES

protected static final String[] MODE_VALUES
The 'mode' attribute values.

xmlTraitInformation

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

Constructor Detail

SVGOMFEBlendElement

protected SVGOMFEBlendElement()
Creates a new SVGOMFEBlendElement object.

SVGOMFEBlendElement

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

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

Method Detail

getIn1

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

getIn2

public SVGAnimatedString getIn2()
DOM: Implements {@link SVGFEBlendElement#getIn2()}.

getLocalName

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

getMode

public SVGAnimatedEnumeration getMode()
DOM: Implements {@link SVGFEBlendElement#getMode()}.

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.