@DOMObjectAttribute @DOMNameAttribute(name="SVGFESpotLightElement") public class SVGFESpotLightElement extends SVGElement
The SVGFESpotLightElement interface corresponds to the 'feSpotLight’ element.
SVGElementNode.FlagsATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, flags, nodeDocument, NOTATION_NODE, parent, PROCESSING_INSTRUCTION_NODE, TEXT_NODEEventMapPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
SVGFESpotLightElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
SVGElement class. |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedNumber |
getLimitingConeAngle()
Corresponds to attribute 'limitingConeAngle’ on the given 'feSpotLight’ element.
|
SVGAnimatedNumber |
getPointsAtX()
Corresponds to attribute 'pointsAtX’ on the given 'feSpotLight’ element.
|
SVGAnimatedNumber |
getPointsAtY()
Corresponds to attribute 'pointsAtY’ on the given 'feSpotLight’ element.
|
SVGAnimatedNumber |
getPointsAtZ()
Corresponds to attribute 'pointsAtZ’ on the given 'feSpotLight’ element.
|
SVGAnimatedNumber |
getSpecularExponent()
Corresponds to attribute 'specularExponent’ on the given 'feSpotLight’ element.
|
SVGAnimatedNumber |
getX()
Corresponds to attribute ’x’ on the given 'feSpotLight’ element.
|
SVGAnimatedNumber |
getY()
Corresponds to attribute 'y’ on the given 'feSpotLight’ element.
|
SVGAnimatedNumber |
getZ()
Corresponds to attribute 'z’ on the given 'feSpotLight’ element.
|
addSVGAttributeBinding, blur, focus, getClassName_SVGElement_New, getId_SVGElement_New, getOwnerSVGElement, getStyle, getSVGAttributeBindings, getSVGContext, getTabIndex, getViewportElement, isReadOnly, isRendered, setId_SVGElement_New, setTabIndexattachShadow, dispose, equals, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getChildElementCount, getChildren, getClassName, getComputedStyle, getComputedStyle, getData, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getId, getInnerHTML, getLastElementChild, getLocalName, getNamespaceURI, getNextElementSibling, getNodeName, getNodeType, getOuterHTML, getPrefix, getPreviousElementSibling, getSchemaTypeInfo, getShadowRoot, getStyleContainer, getTag, getTagName, getTextContent, hasAttribute, hasAttributeNS, hasAttributes, querySelector, querySelectorAll, remove, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setData, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setInnerHTML, setOuterHTML, setTextContentadoptNode, appendChild, cloneNode, deepClone, finalize, getBaseURI, getChildNodes, getChildNodesInternal, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRegisteredObservers, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setLocalName, setNamespaceURI, setNodeValue, setParentNode, setPrefix, toStringaddEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListenerfireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBindingpublic SVGFESpotLightElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the SVGElement class.
name - The element name.doc - The document.@DOMNameAttribute(name="x") public SVGAnimatedNumber getX()
Corresponds to attribute ’x’ on the given 'feSpotLight’ element.
Value: The attribute ’x’ of the given 'feSpotLight’ element.@DOMNameAttribute(name="y") public SVGAnimatedNumber getY()
Corresponds to attribute 'y’ on the given 'feSpotLight’ element.
Value: The attribute 'y’ of the given 'feSpotLight’ element.@DOMNameAttribute(name="z") public SVGAnimatedNumber getZ()
Corresponds to attribute 'z’ on the given 'feSpotLight’ element.
Value: The attribute 'z’ of the given 'feSpotLight’ element.@DOMNameAttribute(name="pointsAtX") public SVGAnimatedNumber getPointsAtX()
Corresponds to attribute 'pointsAtX’ on the given 'feSpotLight’ element.
Value: The attribute 'pointsAtX’ of the given 'feSpotLight’ element.@DOMNameAttribute(name="pointsAtY") public SVGAnimatedNumber getPointsAtY()
Corresponds to attribute 'pointsAtY’ on the given 'feSpotLight’ element.
Value: The attribute 'pointsAtY’ of the given 'feSpotLight’ element.@DOMNameAttribute(name="pointsAtZ") public SVGAnimatedNumber getPointsAtZ()
Corresponds to attribute 'pointsAtZ’ on the given 'feSpotLight’ element.
Value: The attribute 'pointsAtZ’ of the given 'feSpotLight’ element.@DOMNameAttribute(name="specularExponent") public SVGAnimatedNumber getSpecularExponent()
Corresponds to attribute 'specularExponent’ on the given 'feSpotLight’ element.
Value: The attribute 'specularExponent’ of the given 'feSpotLight’ element.@DOMNameAttribute(name="limitingConeAngle") public SVGAnimatedNumber getLimitingConeAngle()
Corresponds to attribute 'limitingConeAngle’ on the given 'feSpotLight’ element.
Value: The attribute 'limitingConeAngle’ of the given 'feSpotLight’ element.