org.apache.batik.dom.svg
public class SVGOMFETurbulenceElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFETurbulenceElement
| Field Summary | |
|---|---|
| protected SVGOMAnimatedInteger | numOctaves
The 'numOctaves' attribute value. |
| protected SVGOMAnimatedNumber | seed
The 'seed' attribute value. |
| protected SVGOMAnimatedEnumeration | stitchTiles
The 'stitchTiles' attribute value. |
| protected static String[] | STITCH_TILES_VALUES
The 'stitchTiles' attribute values. |
| protected SVGOMAnimatedEnumeration | type
The 'type' attribute value. |
| protected static String[] | TYPE_VALUES
The 'type' attribute values. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| Constructor Summary | |
|---|---|
| protected | SVGOMFETurbulenceElement()
Creates a new SVGOMFETurbulence object. |
| SVGOMFETurbulenceElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFETurbulenceElement object. | |
| Method Summary | |
|---|---|
| SVGAnimatedNumber | getBaseFrequencyX()
DOM: Implements SVGFETurbulenceElement#getBaseFrequencyX(). |
| SVGAnimatedNumber | getBaseFrequencyY()
DOM: Implements SVGFETurbulenceElement#getBaseFrequencyY(). |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| SVGAnimatedInteger | getNumOctaves()
DOM: Implements SVGFETurbulenceElement#getNumOctaves(). |
| SVGAnimatedNumber | getSeed()
DOM: Implements SVGFETurbulenceElement#getSeed(). |
| SVGAnimatedEnumeration | getStitchTiles()
DOM: Implements SVGFETurbulenceElement#getStitchTiles(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| SVGAnimatedEnumeration | getType()
DOM: Implements SVGFETurbulenceElement#getType(). |
| protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
| protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
Parameters: prefix The namespace prefix. owner The owner document.