org.apache.batik.dom.svg

Class SVGOMFECompositeElement

public class SVGOMFECompositeElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFECompositeElement

This class implements {@link SVGFECompositeElement}.
Field Summary
protected SVGOMAnimatedStringin
The 'in' attribute value.
protected SVGOMAnimatedStringin2
The 'in2' attribute value.
protected SVGOMAnimatedNumberk1
The 'k1' attribute value.
protected SVGOMAnimatedNumberk2
The 'k2' attribute value.
protected SVGOMAnimatedNumberk3
The 'k3' attribute value.
protected SVGOMAnimatedNumberk4
The 'k4' attribute value.
protected SVGOMAnimatedEnumerationoperator
The 'operator' attribute value.
protected static String[]OPERATOR_VALUES
The 'operator' attribute values.
protected static DoublyIndexedTablexmlTraitInformation
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
SVGAnimatedStringgetIn1()
DOM: Implements {@link SVGFECompositeElement#getIn1()}.
SVGAnimatedStringgetIn2()
DOM: Implements {@link SVGFECompositeElement#getIn2()}.
SVGAnimatedNumbergetK1()
DOM: Implements {@link SVGFECompositeElement#getK1()}.
SVGAnimatedNumbergetK2()
DOM: Implements {@link SVGFECompositeElement#getK2()}.
SVGAnimatedNumbergetK3()
DOM: Implements {@link SVGFECompositeElement#getK3()}.
SVGAnimatedNumbergetK4()
DOM: Implements {@link SVGFECompositeElement#getK4()}.
StringgetLocalName()
DOM: Implements {@link Node#getLocalName()}.
SVGAnimatedEnumerationgetOperator()
DOM: Implements {@link SVGFECompositeElement#getOperator()}.
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.

k1

protected SVGOMAnimatedNumber k1
The 'k1' attribute value.

k2

protected SVGOMAnimatedNumber k2
The 'k2' attribute value.

k3

protected SVGOMAnimatedNumber k3
The 'k3' attribute value.

k4

protected SVGOMAnimatedNumber k4
The 'k4' attribute value.

operator

protected SVGOMAnimatedEnumeration operator
The 'operator' attribute value.

OPERATOR_VALUES

protected static final String[] OPERATOR_VALUES
The 'operator' attribute values.

xmlTraitInformation

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

Constructor Detail

SVGOMFECompositeElement

protected SVGOMFECompositeElement()
Creates a new SVGOMFECompositeElement object.

SVGOMFECompositeElement

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

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

Method Detail

getIn1

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

getIn2

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

getK1

public SVGAnimatedNumber getK1()
DOM: Implements {@link SVGFECompositeElement#getK1()}.

getK2

public SVGAnimatedNumber getK2()
DOM: Implements {@link SVGFECompositeElement#getK2()}.

getK3

public SVGAnimatedNumber getK3()
DOM: Implements {@link SVGFECompositeElement#getK3()}.

getK4

public SVGAnimatedNumber getK4()
DOM: Implements {@link SVGFECompositeElement#getK4()}.

getLocalName

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

getOperator

public SVGAnimatedEnumeration getOperator()
DOM: Implements {@link SVGFECompositeElement#getOperator()}.

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.