public class SvgFeBlend extends AbstractSvgNode
"This filter composites two objects together using commonly used imaging software blending modes. It performs a pixel-wise combination of two input images."
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
SvgFeBlend() |
SvgFeBlend(XMLTag inXMLTag) |
Modifier and Type | Method and Description |
---|---|
SvgFeBlend |
setColorInterpolationFilters(ColorInterpolationFilters inValue) |
SvgFeBlend |
setHeight(int inValue) |
SvgFeBlend |
setHeight(String inValue) |
SvgFeBlend |
setIn(FeInput inValue) |
SvgFeBlend |
setIn2(FeInput inValue) |
SvgFeBlend |
setMode(ImageBlendingMode inValue) |
SvgFeBlend |
setResult(String inValue) |
SvgFeBlend |
setWidth(int inValue) |
SvgFeBlend |
setWidth(String inValue) |
SvgFeBlend |
setX(int inValue) |
SvgFeBlend |
setX(String inValue) |
SvgFeBlend |
setY(int inValue) |
SvgFeBlend |
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 SvgFeBlend()
public SvgFeBlend(XMLTag inXMLTag)
public SvgFeBlend setColorInterpolationFilters(ColorInterpolationFilters inValue)
public SvgFeBlend setIn(FeInput inValue)
public SvgFeBlend setIn2(FeInput inValue)
public SvgFeBlend setHeight(int inValue)
public SvgFeBlend setHeight(String inValue)
public SvgFeBlend setMode(ImageBlendingMode inValue)
public SvgFeBlend setResult(String inValue)
public SvgFeBlend setWidth(int inValue)
public SvgFeBlend setWidth(String inValue)
public SvgFeBlend setX(int inValue)
public SvgFeBlend setX(String inValue)
public SvgFeBlend setY(int inValue)
public SvgFeBlend setY(String inValue)