public class SvgFeSpotLight extends SvgLightSource implements SvgNode
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
SvgFeSpotLight() |
SvgFeSpotLight(XMLTag inXMLTag) |
Modifier and Type | Method and Description |
---|---|
SvgFeSpotLight |
setLimitingConeAngle(int inValue)
A limiting cone which restricts the region where the light is projected.
|
SvgFeSpotLight |
setPointsAtX(int inValue)
X location in the coordinate system established by attribute primitiveUnits
on the 'filter' element of the point at which the light source is pointing.
|
SvgFeSpotLight |
setPointsAtY(int inValue)
Y location in the coordinate system established by attribute primitiveUnits
on the 'filter' element of the point at which the light source is pointing.
|
SvgFeSpotLight |
setPointsAtZ(int inValue)
Z location of the point at which the light source is pointing, assuming that,
in the initial coordinate system, the positive Z-axis comes out towards the
person viewing the content and assuming that one unit along the Z-axis equals
one unit in X or Y.
|
SvgFeSpotLight |
setSpecularExponent(int inValue)
Exponent value controlling the focus for the light source.
|
SvgFeSpotLight |
setX(int inValue)
X location for the light source in the coordinate system established by attribute
primitiveUnits on the 'filter' element.
|
SvgFeSpotLight |
setY(int inValue)
Y location for the light source in the coordinate system established by attribute
primitiveUnits on the 'filter' element.
|
SvgFeSpotLight |
setZ(int inValue)
Z location for the light source in the coordinate system established by attribute
primitiveUnits on the 'filter' element.
|
addClass, addStyle, adjustBoundsForTransform, applyTransform, applyTransforms, draw, drawSubnodes, getAdjustedFont, getBoundsBox, getCenterPoint, getClassAttribute, getCssTransform, getG2Composite, getG2Paint, getG2Stroke, getG2StrokeColor, getTransform, initFromXMLTag, rangeCheckOpacityValue, setClass, setFilter, setId, setOnClick, setOnMouseDown, setOnMouseOut, setOnMouseOver, setOnMouseUp, setPosition, setStyle, setTitle, setTransform
addSubtag, addSubtag, addXMLNamespaceDeclaration, clone, compareTo, equals, findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getEndTag, getNamespace, getQualifiedTagName, getStartTag, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toIndentedXML, toString, toXML, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagById, getRequiredSubtagById, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByClass, removeSubtagsByClass, removeSubtagsByName, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addStyle, getBoundsBox, getCenterPoint, getTransform, setPosition, setTransform
findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getNamespace, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttribute, setAttributes, setNamespace, setTagName, setTagName, toIndentedXML, verifyTagName, verifyTagName, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtags, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, indexOf, removeSubtag, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
clone, toIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXML
public SvgFeSpotLight()
public SvgFeSpotLight(XMLTag inXMLTag)
public SvgFeSpotLight setX(int inValue)
public SvgFeSpotLight setY(int inValue)
public SvgFeSpotLight setZ(int inValue)
public SvgFeSpotLight setPointsAtX(int inValue)
public SvgFeSpotLight setPointsAtY(int inValue)
public SvgFeSpotLight setPointsAtZ(int inValue)
public SvgFeSpotLight setSpecularExponent(int inValue)
public SvgFeSpotLight setLimitingConeAngle(int inValue)