public class SVGGlyphRefElement extends SVGElement
SVGGlyphRefElement interface corresponds
to the glyphRef element.| Modifier | Constructor and Description |
|---|---|
protected |
SVGGlyphRefElement() |
| Modifier and Type | Method and Description |
|---|---|
float |
getDx()
Corresponds to attribute
getDx()
on the given element. |
float |
getDy()
Corresponds to attribute
getDy()
on the given element. |
String |
getFormat()
Corresponds to attribute
getFormat()
on the given element. |
String |
getGlyphRef()
Corresponds to attribute
glyphRef attribute on the given element. |
OMSVGAnimatedString |
getHref()
Corresponds to attribute 'xlink:href' on
the given element.
|
float |
getX()
Corresponds to attribute
getX()
on the given element. |
float |
getY()
Corresponds to attribute
getY()
on the given element. |
void |
setDx(float value)
Corresponds to attribute
getDx()
on the given element. |
void |
setDy(float value)
Corresponds to attribute
getDy()
on the given element. |
void |
setFormat(String value)
Corresponds to attribute
getFormat()
on the given element. |
void |
setGlyphRef(String value)
Corresponds to attribute
glyphRef attribute on the given element. |
void |
setX(float value)
Corresponds to attribute
getX()
on the given element. |
void |
setY(float value)
Corresponds to attribute
getY()
on the given element. |
getClassName_, getMarkup, getOwnerSVGElement, getViewportElement, getXmlbase, setXmlbaseaddClassName, as, as, blur, dispatchEvent, focus, getAbsoluteBottom, getAbsoluteLeft, getAbsoluteRight, getAbsoluteTop, getAttribute, getClassName, getClientHeight, getClientWidth, getDir, getDraggable, getElementsByTagName, getFirstChildElement, getId, getInnerHTML, getInnerText, getLang, getNextSiblingElement, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getPreviousSiblingElement, getPropertyBoolean, getPropertyDouble, getPropertyInt, getPropertyJSO, getPropertyObject, getPropertyString, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getString, getStyle, getTabIndex, getTagName, getTitle, hasAttribute, hasClassName, hasTagName, is, is, removeAttribute, removeClassName, replaceClassName, scrollIntoView, setAttribute, setClassName, setDir, setDraggable, setId, setInnerHTML, setInnerSafeHtml, setInnerText, setLang, setPropertyBoolean, setPropertyDouble, setPropertyInt, setPropertyJSO, setPropertyObject, setPropertyString, setScrollLeft, setScrollTop, setTabIndex, setTitle, toggleClassNameappendChild, cloneNode, getChild, getChildCount, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, hasChildNodes, hasParentElement, insertAfter, insertBefore, insertFirst, isOrHasChild, removeAllChildren, removeChild, removeFromParent, replaceChild, setNodeValuepublic final String getGlyphRef()
glyphRef attribute on the given element.public final void setGlyphRef(String value) throws com.google.gwt.core.client.JavaScriptException
glyphRef attribute on the given element.DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionpublic final String getFormat()
getFormat()
on the given element.public final void setFormat(String value) throws com.google.gwt.core.client.JavaScriptException
getFormat()
on the given element.DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionpublic final float getX()
getX()
on the given element.public final void setX(float value)
throws com.google.gwt.core.client.JavaScriptException
getX()
on the given element.DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionpublic final float getY()
getY()
on the given element.public final void setY(float value)
throws com.google.gwt.core.client.JavaScriptException
getY()
on the given element.DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionpublic final float getDx()
getDx()
on the given element.public final void setDx(float value)
throws com.google.gwt.core.client.JavaScriptException
getDx()
on the given element.DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionpublic final float getDy()
getDy()
on the given element.public final void setDy(float value)
throws com.google.gwt.core.client.JavaScriptException
getDy()
on the given element.DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionpublic final OMSVGAnimatedString getHref()
Copyright © 2018. All Rights Reserved.