org.apache.batik.dom.svg

Class SVGOMFEGaussianBlurElement

public class SVGOMFEGaussianBlurElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEGaussianBlurElement

This class implements SVGFEGaussianBlurElement.
Field Summary
protected SVGOMAnimatedStringin
The 'in' attribute value.
protected static DoublyIndexedTablexmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.
Constructor Summary
protected SVGOMFEGaussianBlurElement()
Creates a new SVGOMFEGaussianBlurElement object.
SVGOMFEGaussianBlurElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFEGaussianBlurElement object.
Method Summary
SVGAnimatedStringgetIn1()
DOM: Implements SVGFEGaussianBlurElement#getIn1().
StringgetLocalName()
DOM: Implements Node#getLocalName().
SVGAnimatedNumbergetStdDeviationX()
DOM: Implements SVGFEGaussianBlurElement#getStdDeviationX().
SVGAnimatedNumbergetStdDeviationY()
DOM: Implements SVGFEGaussianBlurElement#getStdDeviationY().
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.
voidsetStdDeviation(float devX, float devY)
DOM: Implements SVGFEGaussianBlurElement#setStdDeviation(float,float).

Field Detail

in

protected SVGOMAnimatedString in
The 'in' attribute value.

xmlTraitInformation

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

Constructor Detail

SVGOMFEGaussianBlurElement

protected SVGOMFEGaussianBlurElement()
Creates a new SVGOMFEGaussianBlurElement object.

SVGOMFEGaussianBlurElement

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

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

Method Detail

getIn1

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

getLocalName

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

getStdDeviationX

public SVGAnimatedNumber getStdDeviationX()
DOM: Implements SVGFEGaussianBlurElement#getStdDeviationX().

getStdDeviationY

public SVGAnimatedNumber getStdDeviationY()
DOM: Implements SVGFEGaussianBlurElement#getStdDeviationY().

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.

setStdDeviation

public void setStdDeviation(float devX, float devY)
DOM: Implements SVGFEGaussianBlurElement#setStdDeviation(float,float).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.