org.vectomatic.dom.svg
Class OMSVGGlyphRefElement

java.lang.Object
  extended by org.vectomatic.dom.svg.OMNode
      extended by org.vectomatic.dom.svg.OMElement
          extended by org.vectomatic.dom.svg.OMSVGElement
              extended by org.vectomatic.dom.svg.OMSVGGlyphRefElement
All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers, ISVGStylable, ISVGURIReference

@TagName(value="glyphRef")
public class OMSVGGlyphRefElement
extends OMSVGElement
implements ISVGURIReference, ISVGStylable

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

OMSVGGlyphRefElement

public OMSVGGlyphRefElement()

OMSVGGlyphRefElement

protected OMSVGGlyphRefElement(SVGGlyphRefElement ot)
Method Detail

getGlyphRef

public final String getGlyphRef()
Corresponds to attribute glyphRef attribute on the given element.


setGlyphRef

public final void setGlyphRef(String value)
                       throws com.google.gwt.core.client.JavaScriptException
Corresponds to attribute glyphRef attribute on the given element.

Throws:
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt to change the value of a read only attribute.
com.google.gwt.core.client.JavaScriptException

getFormat

public final String getFormat()
Corresponds to attribute getFormat() on the given element.


setFormat

public final void setFormat(String value)
                     throws com.google.gwt.core.client.JavaScriptException
Corresponds to attribute getFormat() on the given element.

Throws:
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt to change the value of a read only attribute.
com.google.gwt.core.client.JavaScriptException

getX

public final float getX()
Corresponds to attribute getX() on the given element.


setX

public final void setX(float value)
                throws com.google.gwt.core.client.JavaScriptException
Corresponds to attribute getX() on the given element.

Throws:
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt to change the value of a read only attribute.
com.google.gwt.core.client.JavaScriptException

getY

public final float getY()
Corresponds to attribute getY() on the given element.


setY

public final void setY(float value)
                throws com.google.gwt.core.client.JavaScriptException
Corresponds to attribute getY() on the given element.

Throws:
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt to change the value of a read only attribute.
com.google.gwt.core.client.JavaScriptException

getDx

public final float getDx()
Corresponds to attribute getDx() on the given element.


setDx

public final void setDx(float value)
                 throws com.google.gwt.core.client.JavaScriptException
Corresponds to attribute getDx() on the given element.

Throws:
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt to change the value of a read only attribute.
com.google.gwt.core.client.JavaScriptException

getDy

public final float getDy()
Corresponds to attribute getDy() on the given element.


setDy

public final void setDy(float value)
                 throws com.google.gwt.core.client.JavaScriptException
Corresponds to attribute getDy() on the given element.

Throws:
DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt to change the value of a read only attribute.
com.google.gwt.core.client.JavaScriptException

getHref

public final OMSVGAnimatedString getHref()
Corresponds to attribute 'xlink:href' on the given element.

Specified by:
getHref in interface ISVGURIReference


Copyright © 2012. All Rights Reserved.