|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.dom.AbstractNode
org.apache.batik.dom.AbstractParentNode
org.apache.batik.dom.AbstractParentChildNode
org.apache.batik.dom.AbstractElement
org.apache.batik.anim.dom.AbstractElement
org.apache.batik.anim.dom.SVGOMElement
org.apache.batik.anim.dom.SVGOMFESpotLightElement
public class SVGOMFESpotLightElement
This class implements SVGFESpotLightElement.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.batik.anim.dom.SVGOMElement |
|---|
SVGOMElement.UnitContext |
| Nested classes/interfaces inherited from class org.apache.batik.anim.dom.AbstractElement |
|---|
AbstractElement.ExtendedNamedNodeHashMap |
| Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractElement |
|---|
AbstractElement.ElementTypeInfo, AbstractElement.Entry, AbstractElement.NamedNodeHashMap |
| Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractParentNode |
|---|
AbstractParentNode.ChildNodes, AbstractParentNode.ElementsByTagName, AbstractParentNode.ElementsByTagNameNS |
| 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. |
| Fields inherited from class org.apache.batik.anim.dom.SVGOMElement |
|---|
prefix, readonly, svgContext, targetListeners, unitContext |
| Fields inherited from class org.apache.batik.anim.dom.AbstractElement |
|---|
liveAttributeValues |
| Fields inherited from class org.apache.batik.dom.AbstractElement |
|---|
attributes, typeInfo |
| Fields inherited from class org.apache.batik.dom.AbstractParentChildNode |
|---|
nextSibling, parentNode, previousSibling |
| Fields inherited from class org.apache.batik.dom.AbstractParentNode |
|---|
childNodes |
| Fields inherited from class org.apache.batik.dom.AbstractNode |
|---|
DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, EMPTY_NODE_LIST, eventSupport, managerData, ownerDocument, userData, userDataHandlers |
| Fields inherited from interface org.apache.batik.anim.dom.AnimationTarget |
|---|
PERCENTAGE_FONT_SIZE, PERCENTAGE_VIEWPORT_HEIGHT, PERCENTAGE_VIEWPORT_SIZE, PERCENTAGE_VIEWPORT_WIDTH |
| Constructor Summary | |
|---|---|
protected |
SVGOMFESpotLightElement()
Creates a new SVGOMFESpotLightElement object. |
|
SVGOMFESpotLightElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMFESpotLightElement object. |
| Method Summary | |
|---|---|
org.w3c.dom.svg.SVGAnimatedNumber |
getLimitingConeAngle()
DOM: Implements SVGFESpotLightElement.getLimitingConeAngle(). |
String |
getLocalName()
DOM: Implements Node.getLocalName(). |
org.w3c.dom.svg.SVGAnimatedNumber |
getPointsAtX()
DOM: Implements SVGFESpotLightElement.getPointsAtX(). |
org.w3c.dom.svg.SVGAnimatedNumber |
getPointsAtY()
DOM: Implements SVGFESpotLightElement.getPointsAtY(). |
org.w3c.dom.svg.SVGAnimatedNumber |
getPointsAtZ()
DOM: Implements SVGFESpotLightElement.getPointsAtZ(). |
org.w3c.dom.svg.SVGAnimatedNumber |
getSpecularExponent()
DOM: Implements SVGFESpotLightElement.getSpecularExponent(). |
protected DoublyIndexedTable |
getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
org.w3c.dom.svg.SVGAnimatedNumber |
getX()
DOM: Implements SVGFESpotLightElement.getX(). |
org.w3c.dom.svg.SVGAnimatedNumber |
getY()
DOM: Implements SVGFESpotLightElement.getY(). |
org.w3c.dom.svg.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. |
| Methods inherited from class org.apache.batik.anim.dom.AbstractElement |
|---|
attrAdded, attrModified, attrRemoved, createAttributes, fireDOMAttrModifiedEvent, getAttributeInitializer, getCSSFirstChild, getCSSLastChild, getCSSNextSibling, getCSSParentNode, getCSSPreviousSibling, getLiveAttributeValue, initializeAttributes, isHiddenFromSelectors, putLiveAttributeValue, resetAttribute, setUnspecifiedAttribute |
| Methods inherited from class org.apache.batik.dom.AbstractParentChildNode |
|---|
getNextSibling, getParentNode, getPreviousSibling, setNextSibling, setParentNode, setPreviousSibling |
| Methods inherited from class org.apache.batik.dom.AbstractParentNode |
|---|
appendChild, checkAndRemove, fireDOMNodeInsertedEvent, fireDOMNodeInsertedIntoDocumentEvent, fireDOMNodeRemovedEvent, fireDOMNodeRemovedFromDocumentEvent, fireDOMSubtreeModifiedEvent, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFirstChild, getLastChild, getTextContent, hasChildNodes, insertBefore, removeChild, replaceChild |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.svg.SVGElement |
|---|
getId, getOwnerSVGElement, getViewportElement, getXMLbase, setId, setXMLbase |
| Methods inherited from interface org.w3c.dom.Element |
|---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Methods inherited from interface org.apache.batik.dom.events.NodeEventTarget |
|---|
addEventListenerNS, dispatchEvent, getEventSupport, getParentNodeEventTarget, removeEventListenerNS |
| Methods inherited from interface org.w3c.dom.events.EventTarget |
|---|
addEventListener, removeEventListener |
| Field Detail |
|---|
protected static DoublyIndexedTable xmlTraitInformation
protected SVGOMAnimatedNumber x
protected SVGOMAnimatedNumber y
protected SVGOMAnimatedNumber z
protected SVGOMAnimatedNumber pointsAtX
protected SVGOMAnimatedNumber pointsAtY
protected SVGOMAnimatedNumber pointsAtZ
protected SVGOMAnimatedNumber specularExponent
protected SVGOMAnimatedNumber limitingConeAngle
| Constructor Detail |
|---|
protected SVGOMFESpotLightElement()
public SVGOMFESpotLightElement(String prefix,
AbstractDocument owner)
prefix - The namespace prefix.owner - The owner document.| Method Detail |
|---|
protected void initializeAllLiveAttributes()
initializeAllLiveAttributes in class SVGOMElementpublic String getLocalName()
Node.getLocalName().
getLocalName in interface NodegetLocalName in class AbstractNodepublic org.w3c.dom.svg.SVGAnimatedNumber getX()
SVGFESpotLightElement.getX().
getX in interface org.w3c.dom.svg.SVGFESpotLightElementpublic org.w3c.dom.svg.SVGAnimatedNumber getY()
SVGFESpotLightElement.getY().
getY in interface org.w3c.dom.svg.SVGFESpotLightElementpublic org.w3c.dom.svg.SVGAnimatedNumber getZ()
SVGFESpotLightElement.getZ().
getZ in interface org.w3c.dom.svg.SVGFESpotLightElementpublic org.w3c.dom.svg.SVGAnimatedNumber getPointsAtX()
SVGFESpotLightElement.getPointsAtX().
getPointsAtX in interface org.w3c.dom.svg.SVGFESpotLightElementpublic org.w3c.dom.svg.SVGAnimatedNumber getPointsAtY()
SVGFESpotLightElement.getPointsAtY().
getPointsAtY in interface org.w3c.dom.svg.SVGFESpotLightElementpublic org.w3c.dom.svg.SVGAnimatedNumber getPointsAtZ()
SVGFESpotLightElement.getPointsAtZ().
getPointsAtZ in interface org.w3c.dom.svg.SVGFESpotLightElementpublic org.w3c.dom.svg.SVGAnimatedNumber getSpecularExponent()
SVGFESpotLightElement.getSpecularExponent().
getSpecularExponent in interface org.w3c.dom.svg.SVGFESpotLightElementpublic org.w3c.dom.svg.SVGAnimatedNumber getLimitingConeAngle()
SVGFESpotLightElement.getLimitingConeAngle().
getLimitingConeAngle in interface org.w3c.dom.svg.SVGFESpotLightElementprotected Node newNode()
newNode in class AbstractNodeprotected DoublyIndexedTable getTraitInformationTable()
getTraitInformationTable in class SVGOMElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||