public class SvgFeSpecularLighting extends AbstractSvgNode
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
SvgFeSpecularLighting() |
SvgFeSpecularLighting(XMLTag inXMLTag) |
Modifier and Type | Method and Description |
---|---|
SvgFeSpecularLighting |
setColorInterpolationFilters(ColorInterpolationFilters inValue) |
SvgFeSpecularLighting |
setHeight(int inValue) |
SvgFeSpecularLighting |
setHeight(String inValue) |
SvgFeSpecularLighting |
setIn(FeInput inValue) |
SvgFeSpecularLighting |
setLightingColor(String inValue) |
SvgFeSpecularLighting |
setResult(String inValue) |
SvgFeSpecularLighting |
setWidth(int inValue) |
SvgFeSpecularLighting |
setWidth(String inValue) |
SvgFeSpecularLighting |
setX(int inValue) |
SvgFeSpecularLighting |
setX(String inValue) |
SvgFeSpecularLighting |
setY(int inValue) |
SvgFeSpecularLighting |
setY(String inValue) |
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
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 SvgFeSpecularLighting()
public SvgFeSpecularLighting(XMLTag inXMLTag)
public SvgFeSpecularLighting setLightingColor(String inValue)
public SvgFeSpecularLighting setColorInterpolationFilters(ColorInterpolationFilters inValue)
public SvgFeSpecularLighting setIn(FeInput inValue)
public SvgFeSpecularLighting setHeight(int inValue)
public SvgFeSpecularLighting setHeight(String inValue)
public SvgFeSpecularLighting setResult(String inValue)
public SvgFeSpecularLighting setWidth(int inValue)
public SvgFeSpecularLighting setWidth(String inValue)
public SvgFeSpecularLighting setX(int inValue)
public SvgFeSpecularLighting setX(String inValue)
public SvgFeSpecularLighting setY(int inValue)
public SvgFeSpecularLighting setY(String inValue)
jataylor@hairyfatguy.com