org.apache.batik.dom.svg

Class SVGOMFEConvolveMatrixElement

public class SVGOMFEConvolveMatrixElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEConvolveMatrixElement

This class implements SVGFEConvolveMatrixElement.
Field Summary
protected SVGOMAnimatedNumberbias
The 'bias' attribute value.
protected SVGOMAnimatedEnumerationedgeMode
The 'edgeMode' attribute value.
protected static String[]EDGE_MODE_VALUES
The 'edgeMode' attribute values.
protected SVGOMAnimatedStringin
The 'in' attribute value.
protected SVGOMAnimatedBooleanpreserveAlpha
The 'preserveAlpha' attribute value.
protected static DoublyIndexedTablexmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.
Constructor Summary
protected SVGOMFEConvolveMatrixElement()
Creates a new SVGOMFEConvolveMatrixElement object.
SVGOMFEConvolveMatrixElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFEConvolveMatrixElement object.
Method Summary
SVGAnimatedNumbergetBias()
DOM: Implements org.w3c.dom.svg.SVGFEConvolveMatrixElement#getBias().
SVGAnimatedNumbergetDivisor()
DOM: Implements SVGFEConvolveMatrixElement#getDivisor().
SVGAnimatedEnumerationgetEdgeMode()
DOM: Implements SVGFEConvolveMatrixElement#getEdgeMode().
SVGAnimatedStringgetIn1()
DOM: Implements SVGFEConvolveMatrixElement#getIn1().
SVGAnimatedNumberListgetKernelMatrix()
DOM: Implements SVGFEConvolveMatrixElement#getKernelMatrix().
SVGAnimatedNumbergetKernelUnitLengthX()
DOM: Implements org.w3c.dom.svg.SVGFEConvolveMatrixElement#getKernelUnitLengthX().
SVGAnimatedNumbergetKernelUnitLengthY()
DOM: Implements org.w3c.dom.svg.SVGFEConvolveMatrixElement#getKernelUnitLengthY().
StringgetLocalName()
DOM: Implements Node#getLocalName().
SVGAnimatedIntegergetOrderX()
DOM: Implements SVGFEConvolveMatrixElement#getOrderX().
SVGAnimatedIntegergetOrderY()
DOM: Implements SVGFEConvolveMatrixElement#getOrderY().
SVGAnimatedBooleangetPreserveAlpha()
DOM: Implements org.w3c.dom.svg.SVGFEConvolveMatrixElement#getPreserveAlpha().
SVGAnimatedIntegergetTargetX()
DOM: Implements SVGFEConvolveMatrixElement#getTargetX().
SVGAnimatedIntegergetTargetY()
DOM: Implements SVGFEConvolveMatrixElement#getTargetY().
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

bias

protected SVGOMAnimatedNumber bias
The 'bias' attribute value.

edgeMode

protected SVGOMAnimatedEnumeration edgeMode
The 'edgeMode' attribute value.

EDGE_MODE_VALUES

protected static final String[] EDGE_MODE_VALUES
The 'edgeMode' attribute values.

in

protected SVGOMAnimatedString in
The 'in' attribute value.

preserveAlpha

protected SVGOMAnimatedBoolean preserveAlpha
The 'preserveAlpha' attribute value.

xmlTraitInformation

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

Constructor Detail

SVGOMFEConvolveMatrixElement

protected SVGOMFEConvolveMatrixElement()
Creates a new SVGOMFEConvolveMatrixElement object.

SVGOMFEConvolveMatrixElement

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

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

Method Detail

getBias

public SVGAnimatedNumber getBias()
DOM: Implements org.w3c.dom.svg.SVGFEConvolveMatrixElement#getBias().

getDivisor

public SVGAnimatedNumber getDivisor()
DOM: Implements SVGFEConvolveMatrixElement#getDivisor().

getEdgeMode

public SVGAnimatedEnumeration getEdgeMode()
DOM: Implements SVGFEConvolveMatrixElement#getEdgeMode().

getIn1

public SVGAnimatedString getIn1()
DOM: Implements SVGFEConvolveMatrixElement#getIn1().

getKernelMatrix

public SVGAnimatedNumberList getKernelMatrix()
DOM: Implements SVGFEConvolveMatrixElement#getKernelMatrix().

getKernelUnitLengthX

public SVGAnimatedNumber getKernelUnitLengthX()
DOM: Implements org.w3c.dom.svg.SVGFEConvolveMatrixElement#getKernelUnitLengthX().

getKernelUnitLengthY

public SVGAnimatedNumber getKernelUnitLengthY()
DOM: Implements org.w3c.dom.svg.SVGFEConvolveMatrixElement#getKernelUnitLengthY().

getLocalName

public String getLocalName()
DOM: Implements Node#getLocalName().

getOrderX

public SVGAnimatedInteger getOrderX()
DOM: Implements SVGFEConvolveMatrixElement#getOrderX().

getOrderY

public SVGAnimatedInteger getOrderY()
DOM: Implements SVGFEConvolveMatrixElement#getOrderY().

getPreserveAlpha

public SVGAnimatedBoolean getPreserveAlpha()
DOM: Implements org.w3c.dom.svg.SVGFEConvolveMatrixElement#getPreserveAlpha().

getTargetX

public SVGAnimatedInteger getTargetX()
DOM: Implements SVGFEConvolveMatrixElement#getTargetX().

getTargetY

public SVGAnimatedInteger getTargetY()
DOM: Implements SVGFEConvolveMatrixElement#getTargetY().

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) 2008 Apache Software Foundation. All Rights Reserved.