org.apache.batik.dom.svg

Class SVGOMFEGaussianBlurElement

public class SVGOMFEGaussianBlurElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEGaussianBlurElement

This class implements {@link 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 {@link SVGFEGaussianBlurElement#getIn1()}.
StringgetLocalName()
DOM: Implements {@link Node#getLocalName()}.
SVGAnimatedNumbergetStdDeviationX()
DOM: Implements {@link SVGFEGaussianBlurElement#getStdDeviationX()}.
SVGAnimatedNumbergetStdDeviationY()
DOM: Implements {@link 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 {@link 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 {@link SVGFEGaussianBlurElement#getIn1()}.

getLocalName

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

getStdDeviationX

public SVGAnimatedNumber getStdDeviationX()
DOM: Implements {@link SVGFEGaussianBlurElement#getStdDeviationX()}.

getStdDeviationY

public SVGAnimatedNumber getStdDeviationY()
DOM: Implements {@link 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 {@link SVGFEGaussianBlurElement#setStdDeviation(float,float)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.