public class SvgFeFlood extends AbstractSvgNode
"This filter primitive creates a rectangle filled with the color and opacity values from properties 'flood-color' and 'flood-opacity'. The rectangle is as large as the filter primitive subregion established by the x, y, width and height attributes on the 'feFlood' element."
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
SvgFeFlood() |
SvgFeFlood(XMLTag inXMLTag) |
Modifier and Type | Method and Description |
---|---|
SvgFeFlood |
setColorInterpolationFilters(ColorInterpolationFilters inValue) |
SvgFeFlood |
setFloodColor(Color inValue) |
SvgFeFlood |
setFloodOpacity(String inValue) |
SvgFeFlood |
setHeight(int inValue) |
SvgFeFlood |
setHeight(String inValue) |
SvgFeFlood |
setIn(FeInput inValue) |
SvgFeFlood |
setResult(String inValue) |
SvgFeFlood |
setWidth(int inValue) |
SvgFeFlood |
setWidth(String inValue) |
SvgFeFlood |
setX(int inValue) |
SvgFeFlood |
setX(String inValue) |
SvgFeFlood |
setY(int inValue) |
SvgFeFlood |
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 SvgFeFlood()
public SvgFeFlood(XMLTag inXMLTag)
public SvgFeFlood setColorInterpolationFilters(ColorInterpolationFilters inValue)
public SvgFeFlood setFloodColor(Color inValue)
public SvgFeFlood setFloodOpacity(String inValue)
public SvgFeFlood setIn(FeInput inValue)
public SvgFeFlood setHeight(int inValue)
public SvgFeFlood setHeight(String inValue)
public SvgFeFlood setResult(String inValue)
public SvgFeFlood setWidth(int inValue)
public SvgFeFlood setWidth(String inValue)
public SvgFeFlood setX(int inValue)
public SvgFeFlood setX(String inValue)
public SvgFeFlood setY(int inValue)
public SvgFeFlood setY(String inValue)
jataylor@hairyfatguy.com