@TagName(value="glyphRef") public class OMSVGGlyphRefElement extends OMSVGElement implements ISVGURIReference, ISVGStylable
OMSVGGlyphRefElement
interface corresponds
to the glyphRef element.Modifier | Constructor and Description |
---|---|
|
OMSVGGlyphRefElement() |
protected |
OMSVGGlyphRefElement(SVGGlyphRefElement ot) |
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. |
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 OMSVGGlyphRefElement()
protected OMSVGGlyphRefElement(SVGGlyphRefElement 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 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.JavaScriptException
public 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.JavaScriptException
public 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.JavaScriptException
public 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.JavaScriptException
public final OMSVGAnimatedString getHref()
getHref
in interface ISVGURIReference
Copyright © 2018. All Rights Reserved.