org.apache.batik.dom.svg
public class SVGOMFEPointLightElement extends SVGOMElement implements SVGFEPointLightElement
Field Summary | |
---|---|
protected SVGOMAnimatedNumber | x
The 'x' attribute value. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
protected SVGOMAnimatedNumber | y
The 'y' attribute value. |
protected SVGOMAnimatedNumber | z
The 'z' attribute value. |
Constructor Summary | |
---|---|
protected | SVGOMFEPointLightElement()
Creates a new SVGOMFEPointLightElement object. |
SVGOMFEPointLightElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFEPointLightElement object. |
Method Summary | |
---|---|
String | getLocalName()
DOM: Implements Node#getLocalName(). |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedNumber | getX()
DOM: Implements SVGFEPointLightElement#getX(). |
SVGAnimatedNumber | getY()
DOM: Implements SVGFEPointLightElement#getY(). |
SVGAnimatedNumber | getZ()
DOM: Implements SVGFEPointLightElement#getZ(). |
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.