org.apache.batik.dom.svg

Class SVGOMFETurbulenceElement

public class SVGOMFETurbulenceElement extends SVGOMFilterPrimitiveStandardAttributes implements SVGFETurbulenceElement

This class implements {@link 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 {@link SVGFETurbulenceElement#getBaseFrequencyX()}.
SVGAnimatedNumbergetBaseFrequencyY()
DOM: Implements {@link SVGFETurbulenceElement#getBaseFrequencyY()}.
StringgetLocalName()
DOM: Implements {@link Node#getLocalName()}.
SVGAnimatedIntegergetNumOctaves()
DOM: Implements {@link SVGFETurbulenceElement#getNumOctaves()}.
SVGAnimatedNumbergetSeed()
DOM: Implements {@link SVGFETurbulenceElement#getSeed()}.
SVGAnimatedEnumerationgetStitchTiles()
DOM: Implements {@link SVGFETurbulenceElement#getStitchTiles()}.
protected DoublyIndexedTablegetTraitInformationTable()
Returns the table of TraitInformation objects for this element.
SVGAnimatedEnumerationgetType()
DOM: Implements {@link 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 {@link SVGFETurbulenceElement#getBaseFrequencyX()}.

getBaseFrequencyY

public SVGAnimatedNumber getBaseFrequencyY()
DOM: Implements {@link SVGFETurbulenceElement#getBaseFrequencyY()}.

getLocalName

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

getNumOctaves

public SVGAnimatedInteger getNumOctaves()
DOM: Implements {@link SVGFETurbulenceElement#getNumOctaves()}.

getSeed

public SVGAnimatedNumber getSeed()
DOM: Implements {@link SVGFETurbulenceElement#getSeed()}.

getStitchTiles

public SVGAnimatedEnumeration getStitchTiles()
DOM: Implements {@link SVGFETurbulenceElement#getStitchTiles()}.

getTraitInformationTable

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

getType

public SVGAnimatedEnumeration getType()
DOM: Implements {@link 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) 2007 Apache Software Foundation. All Rights Reserved.