org.apache.batik.dom.svg

Class SVGOMFEPointLightElement

public class SVGOMFEPointLightElement extends SVGOMElement implements SVGFEPointLightElement

This class implements SVGFEPointLightElement.
Field Summary
protected SVGOMAnimatedNumberx
The 'x' attribute value.
protected static DoublyIndexedTablexmlTraitInformation
Table mapping XML attribute names to TraitInformation objects.
protected SVGOMAnimatedNumbery
The 'y' attribute value.
protected SVGOMAnimatedNumberz
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
StringgetLocalName()
DOM: Implements Node#getLocalName().
protected DoublyIndexedTablegetTraitInformationTable()
Returns the table of TraitInformation objects for this element.
SVGAnimatedNumbergetX()
DOM: Implements SVGFEPointLightElement#getX().
SVGAnimatedNumbergetY()
DOM: Implements SVGFEPointLightElement#getY().
SVGAnimatedNumbergetZ()
DOM: Implements SVGFEPointLightElement#getZ().
protected voidinitializeAllLiveAttributes()
Initializes all live attributes for this element.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Field Detail

x

protected SVGOMAnimatedNumber x
The 'x' attribute value.

xmlTraitInformation

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

y

protected SVGOMAnimatedNumber y
The 'y' attribute value.

z

protected SVGOMAnimatedNumber z
The 'z' attribute value.

Constructor Detail

SVGOMFEPointLightElement

protected SVGOMFEPointLightElement()
Creates a new SVGOMFEPointLightElement object.

SVGOMFEPointLightElement

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

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

Method Detail

getLocalName

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

getTraitInformationTable

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

getX

public SVGAnimatedNumber getX()
DOM: Implements SVGFEPointLightElement#getX().

getY

public SVGAnimatedNumber getY()
DOM: Implements SVGFEPointLightElement#getY().

getZ

public SVGAnimatedNumber getZ()
DOM: Implements SVGFEPointLightElement#getZ().

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.