org.apache.batik.dom.svg

Class SVGOMFEDistantLightElement

public class SVGOMFEDistantLightElement extends SVGOMElement implements SVGFEDistantLightElement

This class implements {@link SVGFEDistantLightElement}.
Field Summary
protected SVGOMAnimatedNumberazimuth
The 'azimuth' attribute value.
protected SVGOMAnimatedNumberelevation
The 'elevation' attribute value.
protected static DoublyIndexedTablexmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.
Constructor Summary
protected SVGOMFEDistantLightElement()
Creates a new SVGOMFEDistantLightElement object.
SVGOMFEDistantLightElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFEDistantLightElement object.
Method Summary
SVGAnimatedNumbergetAzimuth()
DOM: Implements {@link SVGFEDistantLightElement#getAzimuth()}.
SVGAnimatedNumbergetElevation()
DOM: Implements {@link SVGFEDistantLightElement#getElevation()}.
StringgetLocalName()
DOM: Implements {@link Node#getLocalName()}.
protected DoublyIndexedTablegetTraitInformationTable()
Returns the table of TraitInformation objects for this element.
protected voidinitializeAllLiveAttributes()
Initializes all live attributes for this element.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Field Detail

azimuth

protected SVGOMAnimatedNumber azimuth
The 'azimuth' attribute value.

elevation

protected SVGOMAnimatedNumber elevation
The 'elevation' attribute value.

xmlTraitInformation

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

Constructor Detail

SVGOMFEDistantLightElement

protected SVGOMFEDistantLightElement()
Creates a new SVGOMFEDistantLightElement object.

SVGOMFEDistantLightElement

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

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

Method Detail

getAzimuth

public SVGAnimatedNumber getAzimuth()
DOM: Implements {@link SVGFEDistantLightElement#getAzimuth()}.

getElevation

public SVGAnimatedNumber getElevation()
DOM: Implements {@link SVGFEDistantLightElement#getElevation()}.

getLocalName

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

getTraitInformationTable

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

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.