Package org.loboevolution.html.dom.svg
Interface SVGMarkerElement
- All Superinterfaces:
Element
,EventTarget
,InnerHTML
,Node
,NonDocumentTypeChildNode
,ParentNode
,SVGElement
,SVGExternalResourcesRequired
,SVGFitToViewBox
,SVGLangSpace
,SVGStylable
public interface SVGMarkerElement
extends SVGElement, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGFitToViewBox
SVGMarkerElement interface.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final short
Constant SVG_MARKER_ORIENT_ANGLE=2static final short
Constant SVG_MARKER_ORIENT_AUTO=1static final short
Constant SVG_MARKER_ORIENT_UNKNOWN=0static final short
Constant SVG_MARKERUNITS_STROKEWIDTH=2static final short
Constant SVG_MARKERUNITS_UNKNOWN=0static final short
Constant SVG_MARKERUNITS_USERSPACEONUSE=1Fields 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 TypeMethodDescriptiongetMarkerHeight.getMarkerUnits.getMarkerWidth.getOrientAngle.getOrientType.getRefX()
getRefX.getRefY()
getRefY.void
setOrientToAngle
(SVGAngle angle) setOrientToAngle.void
setOrientToAuto.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.SVGExternalResourcesRequired
getExternalResourcesRequired
Methods inherited from interface org.loboevolution.html.dom.svg.SVGFitToViewBox
getPreserveAspectRatio, getViewBox
Methods inherited from interface org.loboevolution.html.dom.svg.SVGLangSpace
getXMLlang, getXMLspace, setXMLlang, setXMLspace
Methods inherited from interface org.loboevolution.html.dom.svg.SVGStylable
getStyle
-
Field Details
-
SVG_MARKERUNITS_UNKNOWN
static final short SVG_MARKERUNITS_UNKNOWNConstant SVG_MARKERUNITS_UNKNOWN=0- See Also:
-
SVG_MARKERUNITS_USERSPACEONUSE
static final short SVG_MARKERUNITS_USERSPACEONUSEConstant SVG_MARKERUNITS_USERSPACEONUSE=1- See Also:
-
SVG_MARKERUNITS_STROKEWIDTH
static final short SVG_MARKERUNITS_STROKEWIDTHConstant SVG_MARKERUNITS_STROKEWIDTH=2- See Also:
-
SVG_MARKER_ORIENT_UNKNOWN
static final short SVG_MARKER_ORIENT_UNKNOWNConstant SVG_MARKER_ORIENT_UNKNOWN=0- See Also:
-
SVG_MARKER_ORIENT_AUTO
static final short SVG_MARKER_ORIENT_AUTOConstant SVG_MARKER_ORIENT_AUTO=1- See Also:
-
SVG_MARKER_ORIENT_ANGLE
static final short SVG_MARKER_ORIENT_ANGLEConstant SVG_MARKER_ORIENT_ANGLE=2- See Also:
-
-
Method Details
-
getRefX
SVGAnimatedLength getRefX()getRefX.
- Returns:
- a
SVGAnimatedLength
object.
-
getRefY
SVGAnimatedLength getRefY()getRefY.
- Returns:
- a
SVGAnimatedLength
object.
-
getMarkerUnits
SVGAnimatedEnumeration getMarkerUnits()getMarkerUnits.
- Returns:
- a
SVGAnimatedEnumeration
object.
-
getMarkerWidth
SVGAnimatedLength getMarkerWidth()getMarkerWidth.
- Returns:
- a
SVGAnimatedLength
object.
-
getMarkerHeight
SVGAnimatedLength getMarkerHeight()getMarkerHeight.
- Returns:
- a
SVGAnimatedLength
object.
-
getOrientType
SVGAnimatedEnumeration getOrientType()getOrientType.
- Returns:
- a
SVGAnimatedEnumeration
object.
-
getOrientAngle
SVGAnimatedAngle getOrientAngle()getOrientAngle.
- Returns:
- a
SVGAnimatedAngle
object.
-
setOrientToAuto
void setOrientToAuto()setOrientToAuto.
-
setOrientToAngle
setOrientToAngle.
- Parameters:
angle
- aSVGAngle
object.
-