org.apache.batik.dom.svg
public class SVGOMFEColorMatrixElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEColorMatrixElement
Field Summary | |
---|---|
protected SVGOMAnimatedString | in
The 'in' attribute value. |
protected SVGOMAnimatedEnumeration | type
The 'type' attribute value. |
protected static String[] | TYPE_VALUES
The 'type' attribute values. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
Constructor Summary | |
---|---|
protected | SVGOMFEColorMatrixElement()
Creates a new SVGOMFEColorMatrixElement object. |
SVGOMFEColorMatrixElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFEColorMatrixElement object. |
Method Summary | |
---|---|
SVGAnimatedString | getIn1()
DOM: Implements SVGFEColorMatrixElement#getIn1(). |
String | getLocalName()
DOM: Implements Node#getLocalName(). |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedEnumeration | getType()
DOM: Implements SVGFEColorMatrixElement#getType(). |
SVGAnimatedNumberList | getValues()
DOM: Implements SVGFEColorMatrixElement#getValues(). |
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.