org.apache.batik.dom.svg
public class SVGOMFEGaussianBlurElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFEGaussianBlurElement
Field Summary | |
---|---|
protected SVGOMAnimatedString | in
The 'in' attribute value. |
protected static DoublyIndexedTable | xmlTraitInformation
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 | |
---|---|
SVGAnimatedString | getIn1()
DOM: Implements SVGFEGaussianBlurElement#getIn1(). |
String | getLocalName()
DOM: Implements Node#getLocalName(). |
SVGAnimatedNumber | getStdDeviationX()
DOM: Implements SVGFEGaussianBlurElement#getStdDeviationX(). |
SVGAnimatedNumber | getStdDeviationY()
DOM: Implements SVGFEGaussianBlurElement#getStdDeviationY(). |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
void | setStdDeviation(float devX, float devY)
DOM: Implements SVGFEGaussianBlurElement#setStdDeviation(float,float). |
Parameters: prefix The namespace prefix. owner The owner document.