public class SVGAltGlyphElement extends SVGTextPositioningElement
SVGAltGlyphElement
interface corresponds
to the altGlyph element.Modifier | Constructor and Description |
---|---|
protected |
SVGAltGlyphElement() |
Modifier and Type | Method and Description |
---|---|
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.
|
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. |
getDx, getDy, getRotate, getX, getY
getCharNumAtPosition, getComputedTextLength, getEndPositionOfChar, getExtentOfChar, getExternalResourcesRequired, getLengthAdjust, getNumberOfChars, getRequiredExtensions, getRequiredFeatures, getRotationOfChar, getStartPositionOfChar, getSubStringLength, getSystemLanguage, getTextLength, getXmllang, getXmlspace, hasExtension, selectSubString, setXmllang, setXmlspace
getClassName_, getMarkup, getOwnerSVGElement, getViewportElement, getXmlbase, setXmlbase
addClassName, 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, toggleClassName
appendChild, cloneNode, getChild, getChildCount, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, hasChildNodes, hasParentElement, insertAfter, insertBefore, insertFirst, isOrHasChild, removeAllChildren, removeChild, removeFromParent, replaceChild, setNodeValue
public 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.JavaScriptException
public 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.JavaScriptException
public final OMSVGAnimatedString getHref()
Copyright © 2018. All Rights Reserved.