public class SvgFeOffset extends AbstractSvgNode implements SvgNode
"This filter primitive offsets the input image relative to its current position in the image space by the specified vector.
This is important for effects like drop shadows.
When applying this filter, the destination location may be offset by a fraction of a pixel in device space. In this case a high quality viewer should make use of appropriate interpolation techniques, for example bilinear or bicubic. This is especially recommended for dynamic viewers where this interpolation provides visually smoother movement of images. For static viewers this is less of a concern. Close attention should be made to the 'image-rendering' property setting to determine the authors intent."
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
SvgFeOffset() |
SvgFeOffset(XMLTag inXMLTag) |
Modifier and Type | Method and Description |
---|---|
SvgFeOffset |
setColorInterpolationFilters(ColorInterpolationFilters inValue) |
SvgFeOffset |
setDx(int inValue)
The amount (delta) to offset the input graphic along the x-axis.
|
SvgFeOffset |
setDy(int inValue)
The amount (delta) to offset the input graphic along the y-axis.
|
SvgFeOffset |
setHeight(int inValue) |
SvgFeOffset |
setHeight(String inValue) |
SvgFeOffset |
setIn(FeInput inValue) |
SvgFeOffset |
setResult(String inValue) |
SvgFeOffset |
setWidth(int inValue) |
SvgFeOffset |
setWidth(String inValue) |
SvgFeOffset |
setX(int inValue) |
SvgFeOffset |
setX(String inValue) |
SvgFeOffset |
setY(int inValue) |
SvgFeOffset |
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
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 SvgFeOffset()
public SvgFeOffset(XMLTag inXMLTag)
public SvgFeOffset setColorInterpolationFilters(ColorInterpolationFilters inValue)
public SvgFeOffset setDx(int inValue)
public SvgFeOffset setDy(int inValue)
public SvgFeOffset setIn(FeInput inValue)
public SvgFeOffset setHeight(int inValue)
public SvgFeOffset setHeight(String inValue)
public SvgFeOffset setWidth(int inValue)
public SvgFeOffset setWidth(String inValue)
public SvgFeOffset setX(int inValue)
public SvgFeOffset setX(String inValue)
public SvgFeOffset setY(int inValue)
public SvgFeOffset setY(String inValue)
public SvgFeOffset setResult(String inValue)
jataylor@hairyfatguy.com