@TagName(value="altGlyph") public class OMSVGAltGlyphElement extends OMSVGTextPositioningElement implements ISVGURIReference
OMSVGAltGlyphElement
interface corresponds
to the altGlyph element.LENGTHADJUST_SPACING, LENGTHADJUST_SPACINGANDGLYPHS, LENGTHADJUST_UNKNOWN
Modifier | Constructor and Description |
---|---|
|
OMSVGAltGlyphElement() |
protected |
OMSVGAltGlyphElement(SVGAltGlyphElement ot) |
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
addActivateHandler, addClickHandler, addDragEndHandler, addDragEnterHandler, addDragHandler, addDragLeaveHandler, addDragOverHandler, addDragStartHandler, addDropHandler, addFocusInHandler, addFocusOutHandler, addLoadHandler, addMouseDownHandler, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addTouchCancelHandler, addTouchEndHandler, addTouchMoveHandler, addTouchStartHandler, getCharNumAtPosition, getComputedTextLength, getEndPositionOfChar, getExtentOfChar, getExternalResourcesRequired, getLengthAdjust, getNumberOfChars, getRequiredExtensions, getRequiredFeatures, getRotationOfChar, getStartPositionOfChar, getSubStringLength, getSystemLanguage, getTextLength, getXmllang, getXmlspace, hasExtension, selectSubString, setXmllang, setXmlspace
addClassNameBaseVal, getClassName, getMarkup, getOwnerSVGElement, getStyle, getViewportElement, getXmlbase, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal, setId, setXmlbase
getAttribute, getAttributeNode, getAttributeNS, getAttributes, getElement, getElementsByTagName, getElementsByTagNameNS, getId, getTagName, hasAttribute, hasAttributeNS, removeAttribute, setAttribute, setAttributeNode, setAttributeNS
addDomHandler, addHandler, appendChild, cleanup, cloneNode, convert, convertList, dispatch, fireEvent, getChildNodes, getEventBus, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, normalize, removeChild, replaceChild, setNodeValue, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addClassNameBaseVal, getClassName, getStyle, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal
public OMSVGAltGlyphElement()
protected OMSVGAltGlyphElement(SVGAltGlyphElement ot)
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()
getHref
in interface ISVGURIReference
Copyright © 2018. All Rights Reserved.