org.apache.batik.dom.svg

Class SVGOMFETurbulenceElement

public class SVGOMFETurbulenceElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFETurbulenceElement

This class implements SVGFETurbulenceElement.
Field Summary
protected SVGOMAnimatedIntegernumOctaves
The 'numOctaves' attribute value.
protected SVGOMAnimatedNumberseed
The 'seed' attribute value.
protected SVGOMAnimatedEnumerationstitchTiles
The 'stitchTiles' attribute value.
protected static String[]STITCH_TILES_VALUES
The 'stitchTiles' attribute values.
protected SVGOMAnimatedEnumerationtype
The 'type' attribute value.
protected static String[]TYPE_VALUES
The 'type' attribute values.
protected static DoublyIndexedTablexmlTraitInformation
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
SVGAnimatedNumbergetBaseFrequencyX()
DOM: Implements SVGFETurbulenceElement#getBaseFrequencyX().
SVGAnimatedNumbergetBaseFrequencyY()
DOM: Implements SVGFETurbulenceElement#getBaseFrequencyY().
StringgetLocalName()
DOM: Implements Node#getLocalName().
SVGAnimatedIntegergetNumOctaves()
DOM: Implements SVGFETurbulenceElement#getNumOctaves().
SVGAnimatedNumbergetSeed()
DOM: Implements SVGFETurbulenceElement#getSeed().
SVGAnimatedEnumerationgetStitchTiles()
DOM: Implements SVGFETurbulenceElement#getStitchTiles().
protected DoublyIndexedTablegetTraitInformationTable()
Returns the table of TraitInformation objects for this element.
SVGAnimatedEnumerationgetType()
DOM: Implements SVGFETurbulenceElement#getType().
protected voidinitializeAllLiveAttributes()
Initializes all live attributes for this element.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Field Detail

numOctaves

protected SVGOMAnimatedInteger numOctaves
The 'numOctaves' attribute value.

seed

protected SVGOMAnimatedNumber seed
The 'seed' attribute value.

stitchTiles

protected SVGOMAnimatedEnumeration stitchTiles
The 'stitchTiles' attribute value.

STITCH_TILES_VALUES

protected static final String[] STITCH_TILES_VALUES
The 'stitchTiles' attribute values.

type

protected SVGOMAnimatedEnumeration type
The 'type' attribute value.

TYPE_VALUES

protected static final String[] TYPE_VALUES
The 'type' attribute values.

xmlTraitInformation

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

Constructor Detail

SVGOMFETurbulenceElement

protected SVGOMFETurbulenceElement()
Creates a new SVGOMFETurbulence object.

SVGOMFETurbulenceElement

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

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

Method Detail

getBaseFrequencyX

public SVGAnimatedNumber getBaseFrequencyX()
DOM: Implements SVGFETurbulenceElement#getBaseFrequencyX().

getBaseFrequencyY

public SVGAnimatedNumber getBaseFrequencyY()
DOM: Implements SVGFETurbulenceElement#getBaseFrequencyY().

getLocalName

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

getNumOctaves

public SVGAnimatedInteger getNumOctaves()
DOM: Implements SVGFETurbulenceElement#getNumOctaves().

getSeed

public SVGAnimatedNumber getSeed()
DOM: Implements SVGFETurbulenceElement#getSeed().

getStitchTiles

public SVGAnimatedEnumeration getStitchTiles()
DOM: Implements SVGFETurbulenceElement#getStitchTiles().

getTraitInformationTable

protected DoublyIndexedTable getTraitInformationTable()
Returns the table of TraitInformation objects for this element.

getType

public SVGAnimatedEnumeration getType()
DOM: Implements SVGFETurbulenceElement#getType().

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.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.