org.apache.batik.dom.svg
public class SVGOMFEDistantLightElement extends SVGOMElement implements SVGFEDistantLightElement
| Field Summary | |
|---|---|
| protected SVGOMAnimatedNumber | azimuth
The 'azimuth' attribute value. |
| protected SVGOMAnimatedNumber | elevation
The 'elevation' attribute value. |
| protected static DoublyIndexedTable | xmlTraitInformation
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 | |
|---|---|
| SVGAnimatedNumber | getAzimuth()
DOM: Implements SVGFEDistantLightElement#getAzimuth(). |
| SVGAnimatedNumber | getElevation()
DOM: Implements SVGFEDistantLightElement#getElevation(). |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| 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.