org.apache.batik.dom.svg
public class SVGOMFECompositeElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFECompositeElement
| Field Summary | |
|---|---|
| protected SVGOMAnimatedString | in
The 'in' attribute value. |
| protected SVGOMAnimatedString | in2
The 'in2' attribute value. |
| protected SVGOMAnimatedNumber | k1
The 'k1' attribute value. |
| protected SVGOMAnimatedNumber | k2
The 'k2' attribute value. |
| protected SVGOMAnimatedNumber | k3
The 'k3' attribute value. |
| protected SVGOMAnimatedNumber | k4
The 'k4' attribute value. |
| protected SVGOMAnimatedEnumeration | operator
The 'operator' attribute value. |
| protected static String[] | OPERATOR_VALUES
The 'operator' attribute values. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| Constructor Summary | |
|---|---|
| protected | SVGOMFECompositeElement()
Creates a new SVGOMFECompositeElement object. |
| SVGOMFECompositeElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFECompositeElement object. | |
| Method Summary | |
|---|---|
| SVGAnimatedString | getIn1()
DOM: Implements SVGFECompositeElement#getIn1(). |
| SVGAnimatedString | getIn2()
DOM: Implements SVGFECompositeElement#getIn2(). |
| SVGAnimatedNumber | getK1()
DOM: Implements SVGFECompositeElement#getK1(). |
| SVGAnimatedNumber | getK2()
DOM: Implements SVGFECompositeElement#getK2(). |
| SVGAnimatedNumber | getK3()
DOM: Implements SVGFECompositeElement#getK3(). |
| SVGAnimatedNumber | getK4()
DOM: Implements SVGFECompositeElement#getK4(). |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| SVGAnimatedEnumeration | getOperator()
DOM: Implements SVGFECompositeElement#getOperator(). |
| 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.