org.apache.batik.dom.svg
public class SVGOMFESpotLightElement extends SVGOMElement implements SVGFESpotLightElement
Field Summary | |
---|---|
protected SVGOMAnimatedNumber | limitingConeAngle
The 'limitingConeAngle' attribute value. |
protected SVGOMAnimatedNumber | pointsAtX
The 'pointsAtX' attribute value. |
protected SVGOMAnimatedNumber | pointsAtY
The 'pointsAtY' attribute value. |
protected SVGOMAnimatedNumber | pointsAtZ
The 'pointsAtZ' attribute value. |
protected SVGOMAnimatedNumber | specularExponent
The 'specularExponent' attribute value. |
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 | SVGOMFESpotLightElement()
Creates a new SVGOMFESpotLightElement object. |
SVGOMFESpotLightElement(String prefix, AbstractDocument owner)
Creates a new SVGOMFESpotLightElement object. |
Method Summary | |
---|---|
SVGAnimatedNumber | getLimitingConeAngle()
DOM: Implements SVGFESpotLightElement#getLimitingConeAngle(). |
String | getLocalName()
DOM: Implements Node#getLocalName(). |
SVGAnimatedNumber | getPointsAtX()
DOM: Implements SVGFESpotLightElement#getPointsAtX(). |
SVGAnimatedNumber | getPointsAtY()
DOM: Implements SVGFESpotLightElement#getPointsAtY(). |
SVGAnimatedNumber | getPointsAtZ()
DOM: Implements SVGFESpotLightElement#getPointsAtZ(). |
SVGAnimatedNumber | getSpecularExponent()
DOM: Implements SVGFESpotLightElement#getSpecularExponent(). |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedNumber | getX()
DOM: Implements SVGFESpotLightElement#getX(). |
SVGAnimatedNumber | getY()
DOM: Implements SVGFESpotLightElement#getY(). |
SVGAnimatedNumber | getZ()
DOM: Implements SVGFESpotLightElement#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.