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 {@link
SVGFETurbulenceElement#getBaseFrequencyX()}. |
SVGAnimatedNumber | getBaseFrequencyY()
DOM: Implements {@link
SVGFETurbulenceElement#getBaseFrequencyY()}. |
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
SVGAnimatedInteger | getNumOctaves()
DOM: Implements {@link SVGFETurbulenceElement#getNumOctaves()}. |
SVGAnimatedNumber | getSeed()
DOM: Implements {@link SVGFETurbulenceElement#getSeed()}. |
SVGAnimatedEnumeration | getStitchTiles()
DOM: Implements {@link SVGFETurbulenceElement#getStitchTiles()}. |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedEnumeration | getType()
DOM: Implements {@link 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.