@DOMObjectAttribute @DOMNameAttribute(name="SVGFEConvolveMatrixElement") public class SVGFEConvolveMatrixElement extends SVGElement implements ISVGFilterPrimitiveStandardAttributes
The SVGFEConvolveMatrixElement interface corresponds to the 'feConvolveMatrix’ element.
SVGElement,
ISVGFilterPrimitiveStandardAttributesNode.Flags| Modifier and Type | Field and Description |
|---|---|
static int |
SVG_EDGEMODE_DUPLICATE
Corresponds to value 'duplicate'.
|
static int |
SVG_EDGEMODE_NONE
Corresponds to value 'none'.
|
static int |
SVG_EDGEMODE_UNKNOWN
The type is not one of predefined types.
|
static int |
SVG_EDGEMODE_WRAP
Corresponds to value 'wrap'.
|
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, parent, PROCESSING_INSTRUCTION_NODE, TEXT_NODEEventMapPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
SVGFEConvolveMatrixElement(com.aspose.html.dom.DOMName name,
Document doc)
Initializes a new instance of the
SVGElement class. |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedNumber |
getBias()
Corresponds to attribute 'bias’ on the given 'feConvolveMatrix’ element.
|
SVGAnimatedNumber |
getDivisor()
Corresponds to attribute 'divisor’ on the given 'feConvolveMatrix’ element.
|
SVGAnimatedEnumeration |
getEdgeMode()
Corresponds to attribute 'edgeMode’ on the given 'feConvolveMatrix’ element.
|
SVGAnimatedLength |
getHeight()
Corresponds to attribute ’height’ on the given ’filter’ element.
|
SVGAnimatedString |
getIn1()
Corresponds to attribute ’in’ on the given 'feConvolveMatrix’ element.
|
SVGAnimatedNumberList |
getKernelMatrix()
Corresponds to attribute 'kernelMatrix’ on the given 'feConvolveMatrix’ element.
|
SVGAnimatedNumber |
getKernelUnitLengthX()
Corresponds to attribute 'kernelUnitLength’ on the given 'feConvolveMatrix’ element.
|
SVGAnimatedNumber |
getKernelUnitLengthY()
Corresponds to attribute 'kernelUnitLength’ on the given 'feConvolveMatrix’ element.
|
SVGAnimatedInteger |
getOrderX()
Corresponds to attribute 'order’ on the given 'feConvolveMatrix’ element.
|
SVGAnimatedInteger |
getOrderY()
Corresponds to attribute 'order’ on the given 'feConvolveMatrix’ element.
|
SVGAnimatedBoolean |
getPreserveAlpha()
Corresponds to attribute 'preserveAlpha’ on the given 'feConvolveMatrix’ element.
|
SVGAnimatedString |
getResult()
Corresponds to attribute 'result’ on the given ’filter’ element.
|
SVGAnimatedInteger |
getTargetX()
Corresponds to attribute 'targetX’ on the given 'feConvolveMatrix’ element.
|
SVGAnimatedInteger |
getTargetY()
Corresponds to attribute 'targetY’ on the given 'feConvolveMatrix’ element.
|
SVGAnimatedLength |
getWidth()
Corresponds to attribute ’width’ on the given ’filter’ element.
|
SVGAnimatedLength |
getX()
Corresponds to attribute ’x’ on the given ’filter’ element.
|
SVGAnimatedLength |
getY()
Corresponds to attribute 'y’ on the given ’filter’ element.
|
addSVGAttributeBinding, blur, focus, getClassName_SVGElement_New, getId_SVGElement_New, getOwnerSVGElement, getStyle, getSVGAttributeBindings, getSVGContext, getTabIndex, getViewportElement, isReadOnly, isRendered, setId_SVGElement_New, setTabIndexattachShadow, dispose, 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, setTextContentadoptNode, appendChild, cloneNode, deepClone, finalize, getBaseURI, getChildNodes, getChildNodesInternal, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRegisteredObservers, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceAll, replaceChild, setLocalName, setNamespaceURI, setNodeValue, setParentNode, setPrefix, toStringaddEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, dispose, removeEventListener, removeEventListener, removeEventListenerfireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding@DOMNameAttribute(name="SVG_EDGEMODE_UNKNOWN") public static final int SVG_EDGEMODE_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="SVG_EDGEMODE_DUPLICATE") public static final int SVG_EDGEMODE_DUPLICATE
Corresponds to value 'duplicate'.
@DOMNameAttribute(name="SVG_EDGEMODE_WRAP") public static final int SVG_EDGEMODE_WRAP
Corresponds to value 'wrap'.
@DOMNameAttribute(name="SVG_EDGEMODE_NONE") public static final int SVG_EDGEMODE_NONE
Corresponds to value 'none'.
public SVGFEConvolveMatrixElement(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 ISVGFilterPrimitiveStandardAttributespublic SVGAnimatedLength getY()
Corresponds to attribute 'y’ on the given ’filter’ element.
Value: The attribute 'y’ of the given ’filter’ element.getY in interface ISVGFilterPrimitiveStandardAttributespublic SVGAnimatedLength getWidth()
Corresponds to attribute ’width’ on the given ’filter’ element.
Value: The attribute ’width’ of the given ’filter’ element.getWidth in interface ISVGFilterPrimitiveStandardAttributespublic SVGAnimatedLength getHeight()
Corresponds to attribute ’height’ on the given ’filter’ element.
Value: The attribute ’height’ of the given ’filter’ element.getHeight in interface ISVGFilterPrimitiveStandardAttributespublic 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 'feConvolveMatrix’ element.
Value: The attribute ’in’ of the given 'feConvolveMatrix’ element.@DOMNameAttribute(name="orderX") public SVGAnimatedInteger getOrderX()
Corresponds to attribute 'order’ on the given 'feConvolveMatrix’ element.
Value: The attribute 'order’ of the given 'feConvolveMatrix’ element.@DOMNameAttribute(name="orderY") public SVGAnimatedInteger getOrderY()
Corresponds to attribute 'order’ on the given 'feConvolveMatrix’ element.
Value: The attribute 'order’ of the given 'feConvolveMatrix’ element.@DOMNameAttribute(name="kernelMatrix") public SVGAnimatedNumberList getKernelMatrix()
Corresponds to attribute 'kernelMatrix’ on the given 'feConvolveMatrix’ element.
Value: The attribute 'kernelMatrix’ of the given 'feConvolveMatrix’ element.@DOMNameAttribute(name="divisor") public SVGAnimatedNumber getDivisor()
Corresponds to attribute 'divisor’ on the given 'feConvolveMatrix’ element.
Value: The attribute 'divisor’ of the given 'feConvolveMatrix’ element.@DOMNameAttribute(name="bias") public SVGAnimatedNumber getBias()
Corresponds to attribute 'bias’ on the given 'feConvolveMatrix’ element.
Value: The attribute 'bias’ of the given 'feConvolveMatrix’ element.@DOMNameAttribute(name="targetX") public SVGAnimatedInteger getTargetX()
Corresponds to attribute 'targetX’ on the given 'feConvolveMatrix’ element.
Value: The attribute 'targetX’ of the given 'feConvolveMatrix’ element.@DOMNameAttribute(name="targetY") public SVGAnimatedInteger getTargetY()
Corresponds to attribute 'targetY’ on the given 'feConvolveMatrix’ element.
Value: The attribute 'targetY’ of the given 'feConvolveMatrix’ element.@DOMNameAttribute(name="edgeMode") public SVGAnimatedEnumeration getEdgeMode()
Corresponds to attribute 'edgeMode’ on the given 'feConvolveMatrix’ element.
Value: The attribute 'edgeMode’ of the given 'feConvolveMatrix’ element.@DOMNameAttribute(name="kernelUnitLengthX") public SVGAnimatedNumber getKernelUnitLengthX()
Corresponds to attribute 'kernelUnitLength’ on the given 'feConvolveMatrix’ element.
Value: The attribute 'kernelUnitLength’ of the given 'feConvolveMatrix’ element.@DOMNameAttribute(name="kernelUnitLengthY") public SVGAnimatedNumber getKernelUnitLengthY()
Corresponds to attribute 'kernelUnitLength’ on the given 'feConvolveMatrix’ element.
Value: The attribute 'kernelUnitLength’ of the given 'feConvolveMatrix’ element.@DOMNameAttribute(name="preserveAlpha") public SVGAnimatedBoolean getPreserveAlpha()
Corresponds to attribute 'preserveAlpha’ on the given 'feConvolveMatrix’ element.
Value: The attribute 'preserveAlpha’ of the given 'feConvolveMatrix’ element.