Package org.loboevolution.html.dom.svg
Interface SVGGlyphRefElement
- All Superinterfaces:
Element
,EventTarget
,InnerHTML
,Node
,NonDocumentTypeChildNode
,ParentNode
,SVGElement
,SVGStylable
,SVGURIReference
SVGGlyphRefElement interface.
-
Field Summary
Fields 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 TypeMethodDescriptionfloat
getDx()
getDx.float
getDy()
getDy.getFormat.getGlyphRef.float
getX()
getX.float
getY()
getY.void
setDx
(float dx) setDx.void
setDy
(float dy) setDy.void
setFormat.void
setGlyphRef
(String glyphRef) setGlyphRef.void
setX
(float x) setX.void
setY
(float y) setY.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.SVGStylable
getStyle
Methods inherited from interface org.loboevolution.html.dom.svg.SVGURIReference
getHref
-
Method Details
-
getGlyphRef
String getGlyphRef()getGlyphRef.
- Returns:
- a
String
object.
-
setGlyphRef
setGlyphRef.
- Parameters:
glyphRef
- aString
object.- Throws:
DOMException
- if any.
-
getFormat
String getFormat()getFormat.
- Returns:
- a
String
object.
-
setFormat
setFormat.
- Parameters:
format
- aString
object.- Throws:
DOMException
- if any.
-
getX
float getX()getX.
- Returns:
- a float.
-
setX
void setX(float x) setX.
- Parameters:
x
- a float.- Throws:
DOMException
- if any.
-
getY
float getY()getY.
- Returns:
- a float.
-
setY
void setY(float y) setY.
- Parameters:
y
- a float.- Throws:
DOMException
- if any.
-
getDx
float getDx()getDx.
- Returns:
- a float.
-
setDx
void setDx(float dx) setDx.
- Parameters:
dx
- a float.- Throws:
DOMException
- if any.
-
getDy
float getDy()getDy.
- Returns:
- a float.
-
setDy
void setDy(float dy) setDy.
- Parameters:
dy
- a float.- Throws:
DOMException
- if any.
-