org.w3c.dom.svg

Interface SVGGlyphRefElement

public interface SVGGlyphRefElement extends SVGElement, SVGURIReference, SVGStylable

Method Summary
floatgetDx()
floatgetDy()
StringgetFormat()
StringgetGlyphRef()
floatgetX()
floatgetY()
voidsetDx(float dx)
voidsetDy(float dy)
voidsetFormat(String format)
voidsetGlyphRef(String glyphRef)
voidsetX(float x)
voidsetY(float y)

Method Detail

getDx

public float getDx()

getDy

public float getDy()

getFormat

public String getFormat()

getGlyphRef

public String getGlyphRef()

getX

public float getX()

getY

public float getY()

setDx

public void setDx(float dx)

setDy

public void setDy(float dy)

setFormat

public void setFormat(String format)

setGlyphRef

public void setGlyphRef(String glyphRef)

setX

public void setX(float x)

setY

public void setY(float y)