Package org.loboevolution.html.dom.svg
Interface SVGFEConvolveMatrixElement
- All Superinterfaces:
Element
,EventTarget
,InnerHTML
,Node
,NonDocumentTypeChildNode
,ParentNode
,SVGElement
,SVGFilterPrimitiveStandardAttributes
,SVGStylable
public interface SVGFEConvolveMatrixElement
extends SVGElement, SVGFilterPrimitiveStandardAttributes
SVGFEConvolveMatrixElement interface.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final short
Constant SVG_EDGEMODE_DUPLICATE=1static final short
Constant SVG_EDGEMODE_NONE=3static final short
Constant SVG_EDGEMODE_UNKNOWN=0static final short
Constant SVG_EDGEMODE_WRAP=2Fields inherited from interface org.loboevolution.html.node.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NONE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
Method Summary
Modifier and TypeMethodDescriptiongetBias()
getBias.getDivisor.getEdgeMode.getKernelMatrix.getKernelUnitLengthX.getKernelUnitLengthY.getOrderX.getOrderY.getPreserveAlpha.getTargetX.getTargetY.Methods inherited from interface org.loboevolution.html.node.Element
closest, getAttribute, getAttributeNames, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getInnerHTML, getInnerText, getLocalName, getNamespaceURI, getOuterHTML, getPrefix, getSchemaTypeInfo, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSlot, getTagName, hasAttribute, hasAttributeNS, hasPointerCapture, insertAdjacentElement, insertAdjacentHTML, matches, releasePointerCapture, removeAttribute, removeAttributeNode, removeAttributeNS, requestPointerLock, scroll, scrollBy, scrollIntoView, scrollIntoView, scrollTo, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOuterHTML, setPointerCapture, setScrollLeft, setScrollTop, setSlot, toggleAttribute, toggleAttribute
Methods inherited from interface org.loboevolution.events.EventTarget
addEventListener, addEventListener, dispatchEvent, dispatchEvent, removeEventListener, removeEventListener
Methods inherited from interface org.loboevolution.html.node.InnerHTML
setInnerHTML
Methods inherited from interface org.loboevolution.html.node.Node
appendChild, cloneNode, cloneNode, compareDocumentPosition, contains, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRootNode, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isIsConnected, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, prepend, prependChild, removeChild, replaceChild, setNodeValue, setOwnerDocument, setPrefix, setTextContent, setUserData
Methods inherited from interface org.loboevolution.html.node.NonDocumentTypeChildNode
getNextElementSibling, getPreviousElementSibling
Methods inherited from interface org.loboevolution.html.node.ParentNode
getChildElementCount, getChildren, getFirstElementChild, getLastElementChild, querySelector, querySelectorAll
Methods inherited from interface org.loboevolution.html.dom.svg.SVGElement
getId, getOwnerSVGElement, getViewportElement, setId, setOwnerSVGElement
Methods inherited from interface org.loboevolution.html.dom.svg.SVGFilterPrimitiveStandardAttributes
getHeight, getResult, getWidth, getX, getY
Methods inherited from interface org.loboevolution.html.dom.svg.SVGStylable
getStyle
-
Field Details
-
SVG_EDGEMODE_UNKNOWN
static final short SVG_EDGEMODE_UNKNOWNConstant SVG_EDGEMODE_UNKNOWN=0- See Also:
-
SVG_EDGEMODE_DUPLICATE
static final short SVG_EDGEMODE_DUPLICATEConstant SVG_EDGEMODE_DUPLICATE=1- See Also:
-
SVG_EDGEMODE_WRAP
static final short SVG_EDGEMODE_WRAPConstant SVG_EDGEMODE_WRAP=2- See Also:
-
SVG_EDGEMODE_NONE
static final short SVG_EDGEMODE_NONEConstant SVG_EDGEMODE_NONE=3- See Also:
-
-
Method Details
-
getOrderX
SVGAnimatedInteger getOrderX()getOrderX.
- Returns:
- a
SVGAnimatedInteger
object.
-
getOrderY
SVGAnimatedInteger getOrderY()getOrderY.
- Returns:
- a
SVGAnimatedInteger
object.
-
getKernelMatrix
SVGAnimatedNumberList getKernelMatrix()getKernelMatrix.
- Returns:
- a
SVGAnimatedNumberList
object.
-
getDivisor
SVGAnimatedNumber getDivisor()getDivisor.
- Returns:
- a
SVGAnimatedNumber
object.
-
getBias
SVGAnimatedNumber getBias()getBias.
- Returns:
- a
SVGAnimatedNumber
object.
-
getTargetX
SVGAnimatedInteger getTargetX()getTargetX.
- Returns:
- a
SVGAnimatedInteger
object.
-
getTargetY
SVGAnimatedInteger getTargetY()getTargetY.
- Returns:
- a
SVGAnimatedInteger
object.
-
getEdgeMode
SVGAnimatedEnumeration getEdgeMode()getEdgeMode.
- Returns:
- a
SVGAnimatedEnumeration
object.
-
getKernelUnitLengthX
SVGAnimatedNumber getKernelUnitLengthX()getKernelUnitLengthX.
- Returns:
- a
SVGAnimatedNumber
object.
-
getKernelUnitLengthY
SVGAnimatedNumber getKernelUnitLengthY()getKernelUnitLengthY.
- Returns:
- a
SVGAnimatedNumber
object.
-
getPreserveAlpha
SVGAnimatedBoolean getPreserveAlpha()getPreserveAlpha.
- Returns:
- a
SVGAnimatedBoolean
object.
-