org.apache.batik.dom.svg

Class SVGOMFEColorMatrixElement

public class SVGOMFEColorMatrixElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEColorMatrixElement

This class implements {@link SVGFEColorMatrixElement}.
Field Summary
protected SVGOMAnimatedStringin
The 'in' attribute value.
protected SVGOMAnimatedEnumerationtype
The 'type' attribute value.
protected static String[]TYPE_VALUES
The 'type' attribute values.
protected static DoublyIndexedTablexmlTraitInformation
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
SVGAnimatedStringgetIn1()
DOM: Implements {@link SVGFEColorMatrixElement#getIn1()}.
StringgetLocalName()
DOM: Implements {@link Node#getLocalName()}.
protected DoublyIndexedTablegetTraitInformationTable()
Returns the table of TraitInformation objects for this element.
SVGAnimatedEnumerationgetType()
DOM: Implements {@link SVGFEColorMatrixElement#getType()}.
SVGAnimatedNumberListgetValues()
DOM: Implements {@link SVGFEColorMatrixElement#getValues()}.
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.

type

protected SVGOMAnimatedEnumeration type
The 'type' attribute value.

TYPE_VALUES

protected static final String[] TYPE_VALUES
The 'type' attribute values.

xmlTraitInformation

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

Constructor Detail

SVGOMFEColorMatrixElement

protected SVGOMFEColorMatrixElement()
Creates a new SVGOMFEColorMatrixElement object.

SVGOMFEColorMatrixElement

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

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

Method Detail

getIn1

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

getLocalName

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

getTraitInformationTable

protected DoublyIndexedTable getTraitInformationTable()
Returns the table of TraitInformation objects for this element.

getType

public SVGAnimatedEnumeration getType()
DOM: Implements {@link SVGFEColorMatrixElement#getType()}.

getValues

public SVGAnimatedNumberList getValues()
DOM: Implements {@link SVGFEColorMatrixElement#getValues()}.

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.