org.apache.batik.dom.svg
public class SVGOMFEBlendElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEBlendElement
Field Summary | |
---|---|
protected SVGOMAnimatedString | in
The 'in' attribute value. |
protected SVGOMAnimatedString | in2
The 'in2' attribute value. |
protected SVGOMAnimatedEnumeration | mode
The 'mode' attribute value. |
protected static String[] | MODE_VALUES
The 'mode' attribute values. |
protected static DoublyIndexedTable | xmlTraitInformation
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 | |
---|---|
SVGAnimatedString | getIn1()
DOM: Implements {@link SVGFEBlendElement#getIn1()}. |
SVGAnimatedString | getIn2()
DOM: Implements {@link SVGFEBlendElement#getIn2()}. |
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
SVGAnimatedEnumeration | getMode()
DOM: Implements {@link SVGFEBlendElement#getMode()}. |
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.