|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.vectomatic.dom.svg.OMNode
org.vectomatic.dom.svg.OMElement
org.vectomatic.dom.svg.OMSVGElement
org.vectomatic.dom.svg.OMSVGGlyphRefElement
@TagName(value="glyphRef") public class OMSVGGlyphRefElement
The OMSVGGlyphRefElement
interface corresponds
to the glyphRef element.
Field Summary |
---|
Fields inherited from class org.vectomatic.dom.svg.OMNode |
---|
eventBus, ot |
Constructor Summary | |
---|---|
|
OMSVGGlyphRefElement()
|
protected |
OMSVGGlyphRefElement(SVGGlyphRefElement ot)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.vectomatic.dom.svg.OMSVGElement |
---|
addClassNameBaseVal, getClassName, getMarkup, getOwnerSVGElement, getStyle, getViewportElement, getXmlbase, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal, setId, setXmlbase |
Methods inherited from class org.vectomatic.dom.svg.OMElement |
---|
getAttribute, getAttributeNode, getAttributeNS, getAttributes, getElement, getElementsByTagName, getElementsByTagNameNS, getId, getTagName, hasAttribute, hasAttributeNS, removeAttribute, setAttribute, setAttributeNode, setAttributeNS |
Methods inherited from class org.vectomatic.dom.svg.OMNode |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.vectomatic.dom.svg.itf.ISVGStylable |
---|
addClassNameBaseVal, getClassName, getStyle, removeClassNameBaseVal, replaceClassNameBaseVal, setClassNameBaseVal |
Constructor Detail |
---|
public OMSVGGlyphRefElement()
protected OMSVGGlyphRefElement(SVGGlyphRefElement ot)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |