@DOMObjectAttribute @DOMNameAttribute(name="SVGFEDisplacementMapElement") public class SVGFEDisplacementMapElement extends SVGElement implements ISVGFilterPrimitiveStandardAttributes
The SVGFEDisplacementMapElement interface corresponds to the ‘feDisplacementMap’ element.
SVGElement
,
ISVGFilterPrimitiveStandardAttributes
Node.Flags
Modifier and Type | Field and Description |
---|---|
static int |
SVG_CHANNEL_A
Corresponds to value 'A'.
|
static int |
SVG_CHANNEL_B
Corresponds to value 'B'.
|
static int |
SVG_CHANNEL_G
Corresponds to value 'G'.
|
static int |
SVG_CHANNEL_R
Corresponds to value 'R'.
|
static int |
SVG_CHANNEL_UNKNOWN
The type is not one of predefined types.
|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, flags, nodeDocument, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
EventMap
PropertyChanged
Constructor and Description |
---|
SVGFEDisplacementMapElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
SVGElement class. |
Modifier and Type | Method and Description |
---|---|
SVGAnimatedLength |
getHeight()
Corresponds to attribute ‘height’ on the given ‘filter’ element.
|
SVGAnimatedString |
getIn1()
Corresponds to attribute ‘in’ on the given ‘feDisplacementMap’ element.
|
SVGAnimatedString |
getIn2()
Corresponds to attribute ‘in2’ on the given ‘feDisplacementMap’ element.
|
SVGAnimatedString |
getResult()
Corresponds to attribute ‘result’ on the given ‘filter’ element.
|
SVGAnimatedNumber |
getScale()
Corresponds to attribute ‘scale’ on the given ‘feDisplacementMap’ element.
|
SVGAnimatedLength |
getWidth()
Corresponds to attribute ‘width’ on the given ‘filter’ element.
|
SVGAnimatedLength |
getX()
Corresponds to attribute ‘x’ on the given ‘filter’ element.
|
SVGAnimatedEnumeration |
getXChannelSelector()
Corresponds to attribute ‘xChannelSelector’ on the given ‘feDisplacementMap’ element.
|
SVGAnimatedLength |
getY()
Corresponds to attribute ‘y’ on the given ‘filter’ element.
|
SVGAnimatedEnumeration |
getYChannelSelector()
Corresponds to attribute ‘yChannelSelector’ on the given ‘feDisplacementMap’ element.
|
addSVGAttributeBinding, blur, focus, getClassName_SVGElement_New, getId_SVGElement_New, getOwnerSVGElement, getStyle, getSVGAttributeBindings, getSVGContext, getTabIndex, getViewportElement, isReadOnly, isRendered, setId_SVGElement_New, setTabIndex
attachShadow, equals, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getChildElementCount, getChildren, getClassName, getComputedStyle, getComputedStyle, getData, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getFirstElementChild, getId, getInnerHTML, getLastElementChild, getLocalName, getNamespaceURI, getNextElementSibling, getNodeName, getNodeType, getOuterHTML, getPrefix, getPreviousElementSibling, getSchemaTypeInfo, getShadowRoot, getStyleContainer, getTag, getTagName, getTextContent, hasAttribute, hasAttributeNS, hasAttributes, querySelector, querySelectorAll, remove, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setData, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setInnerHTML, setOuterHTML, setTextContent
adoptNode, appendChild, cloneNode, deepClone, getBaseURI, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRegisteredObservers, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setNodeValue, setParentNode, setPrefix, toString
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListener
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
@DOMNameAttribute(name="SVGFEDisplacementMapElement") public static final int SVG_CHANNEL_UNKNOWN
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
@DOMNameAttribute(name="SVGFEDisplacementMapElement") public static final int SVG_CHANNEL_R
Corresponds to value 'R'.
@DOMNameAttribute(name="SVGFEDisplacementMapElement") public static final int SVG_CHANNEL_G
Corresponds to value 'G'.
@DOMNameAttribute(name="SVGFEDisplacementMapElement") public static final int SVG_CHANNEL_B
Corresponds to value 'B'.
@DOMNameAttribute(name="SVGFEDisplacementMapElement") public static final int SVG_CHANNEL_A
Corresponds to value 'A'.
public SVGFEDisplacementMapElement(com.aspose.html.dom.DOMName name, Document doc)
Initializes a new instance of the SVGElement
class.
name
- The element name.doc
- The document.public SVGAnimatedLength getX()
Corresponds to attribute ‘x’ on the given ‘filter’ element.
Value: The attribute ‘x’ of the given ‘filter’ element.getX
in interface ISVGFilterPrimitiveStandardAttributes
public SVGAnimatedLength getY()
Corresponds to attribute ‘y’ on the given ‘filter’ element.
Value: The attribute ‘y’ of the given ‘filter’ element.getY
in interface ISVGFilterPrimitiveStandardAttributes
public SVGAnimatedLength getWidth()
Corresponds to attribute ‘width’ on the given ‘filter’ element.
Value: The attribute ‘width’ of the given ‘filter’ element.getWidth
in interface ISVGFilterPrimitiveStandardAttributes
public SVGAnimatedLength getHeight()
Corresponds to attribute ‘height’ on the given ‘filter’ element.
Value: The attribute ‘height’ of the given ‘filter’ element.getHeight
in interface ISVGFilterPrimitiveStandardAttributes
public SVGAnimatedString getResult()
Corresponds to attribute ‘result’ on the given ‘filter’ element.
Value: The attribute ‘result’ of the given ‘filter’ element.getResult
in interface ISVGFilterPrimitiveStandardAttributes
@DOMNameAttribute(name="in1") public SVGAnimatedString getIn1()
Corresponds to attribute ‘in’ on the given ‘feDisplacementMap’ element.
Value: The attribute ‘in’ of the given ‘feDisplacementMap’ element.@DOMNameAttribute(name="in2") public SVGAnimatedString getIn2()
Corresponds to attribute ‘in2’ on the given ‘feDisplacementMap’ element.
Value: The attribute ‘in2’ of the given ‘feDisplacementMap’ element.@DOMNameAttribute(name="scale") public SVGAnimatedNumber getScale()
Corresponds to attribute ‘scale’ on the given ‘feDisplacementMap’ element.
Value: The attribute ‘scale’ of the given ‘feDisplacementMap’ element.@DOMNameAttribute(name="xChannelSelector") public SVGAnimatedEnumeration getXChannelSelector()
Corresponds to attribute ‘xChannelSelector’ on the given ‘feDisplacementMap’ element. Takes one of the SVG_CHANNEL_* constants defined on this interface.
Value: The attribute ‘xChannelSelector’ of the given ‘feDisplacementMap’ element.@DOMNameAttribute(name="yChannelSelector") public SVGAnimatedEnumeration getYChannelSelector()
Corresponds to attribute ‘yChannelSelector’ on the given ‘feDisplacementMap’ element. Takes one of the SVG_CHANNEL_* constants defined on this interface.
Value: The attribute ‘yChannelSelector’ of the given ‘feDisplacementMap’ element.