Package org.loboevolution.svg
Interface SVGFECompositeElement
- All Superinterfaces:
Element,EventTarget,InnerHTML,ModelNode,Node,NonDocumentTypeChildNode,ParentNode,SVGElement,SVGFilterPrimitiveStandardAttributes,SVGStylable
SVGFECompositeElement interface.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortConstant SVG_FECOMPOSITE_OPERATOR_ARITHMETIC=6static final shortConstant SVG_FECOMPOSITE_OPERATOR_ATOP=4static final shortConstant SVG_FECOMPOSITE_OPERATOR_IN=2static final shortConstant SVG_FECOMPOSITE_OPERATOR_OUT=3static final shortConstant SVG_FECOMPOSITE_OPERATOR_OVER=1static final shortConstant SVG_FECOMPOSITE_OPERATOR_UNKNOWN=0static final shortConstant SVG_FECOMPOSITE_OPERATOR_XOR=5Fields 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
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, toggleAttributeMethods inherited from interface org.loboevolution.events.EventTarget
addEventListener, addEventListener, dispatchEvent, dispatchEvent, removeEventListener, removeEventListenerMethods inherited from interface org.loboevolution.html.node.InnerHTML
setInnerHTMLMethods inherited from interface org.loboevolution.html.node.ModelNode
getDocumentItem, getFullURL, getParentModelNode, getRenderState, isEqualOrDescendentOf, setDocumentItem, warnMethods inherited from interface org.loboevolution.html.node.Node
appendChild, appendChildrenToCollectionImpl, cloneNode, cloneNode, compareDocumentPosition, contains, extractDescendentsArrayImpl, findUINode, forgetRenderState, getAttributes, getBaseURI, getChildNodes, getDocumentNode, getFeature, getFirstChild, getLastChild, getNextSibling, getNextTo, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getPreviousTo, getRootNode, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isIsConnected, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, prepend, prependChild, removeChild, replaceChild, setNamespaceURI, setNodeValue, setOwnerDocument, setOwnerDocument, setParentImpl, setPrefix, setTextContent, setUserData, visitMethods inherited from interface org.loboevolution.html.node.NonDocumentTypeChildNode
getNextElementSibling, getPreviousElementSiblingMethods inherited from interface org.loboevolution.html.node.ParentNode
getChildElementCount, getChildren, getFirstElementChild, getLastElementChild, querySelector, querySelectorAllMethods inherited from interface org.loboevolution.svg.SVGElement
getId, getOwnerSVGElement, getViewportElement, setId, setOwnerSVGElementMethods inherited from interface org.loboevolution.svg.SVGFilterPrimitiveStandardAttributes
getHeight, getResult, getWidth, getX, getYMethods inherited from interface org.loboevolution.svg.SVGStylable
getStyle
-
Field Details
-
SVG_FECOMPOSITE_OPERATOR_UNKNOWN
static final short SVG_FECOMPOSITE_OPERATOR_UNKNOWNConstant SVG_FECOMPOSITE_OPERATOR_UNKNOWN=0- See Also:
-
SVG_FECOMPOSITE_OPERATOR_OVER
static final short SVG_FECOMPOSITE_OPERATOR_OVERConstant SVG_FECOMPOSITE_OPERATOR_OVER=1- See Also:
-
SVG_FECOMPOSITE_OPERATOR_IN
static final short SVG_FECOMPOSITE_OPERATOR_INConstant SVG_FECOMPOSITE_OPERATOR_IN=2- See Also:
-
SVG_FECOMPOSITE_OPERATOR_OUT
static final short SVG_FECOMPOSITE_OPERATOR_OUTConstant SVG_FECOMPOSITE_OPERATOR_OUT=3- See Also:
-
SVG_FECOMPOSITE_OPERATOR_ATOP
static final short SVG_FECOMPOSITE_OPERATOR_ATOPConstant SVG_FECOMPOSITE_OPERATOR_ATOP=4- See Also:
-
SVG_FECOMPOSITE_OPERATOR_XOR
static final short SVG_FECOMPOSITE_OPERATOR_XORConstant SVG_FECOMPOSITE_OPERATOR_XOR=5- See Also:
-
SVG_FECOMPOSITE_OPERATOR_ARITHMETIC
static final short SVG_FECOMPOSITE_OPERATOR_ARITHMETICConstant SVG_FECOMPOSITE_OPERATOR_ARITHMETIC=6- See Also:
-
-
Method Details
-
getIn1
SVGAnimatedString getIn1()getIn1.
- Returns:
- a
SVGAnimatedStringobject.
-
getIn2
SVGAnimatedString getIn2()getIn2.
- Returns:
- a
SVGAnimatedStringobject.
-
getOperator
SVGAnimatedEnumeration getOperator()getOperator.
- Returns:
- a
SVGAnimatedEnumerationobject.
-
getK1
SVGAnimatedNumber getK1()getK1.
- Returns:
- a
SVGAnimatedNumberobject.
-
getK2
SVGAnimatedNumber getK2()getK2.
- Returns:
- a
SVGAnimatedNumberobject.
-
getK3
SVGAnimatedNumber getK3()getK3.
- Returns:
- a
SVGAnimatedNumberobject.
-
getK4
SVGAnimatedNumber getK4()getK4.
- Returns:
- a
SVGAnimatedNumberobject.
-