org.w3c.dom.svg
public interface SVGGlyphRefElement extends SVGElement, SVGURIReference, SVGStylable
| Method Summary | |
|---|---|
| float | getDx() |
| float | getDy() |
| String | getFormat() |
| String | getGlyphRef() |
| float | getX() |
| float | getY() |
| void | setDx(float dx) |
| void | setDy(float dy) |
| void | setFormat(String format) |
| void | setGlyphRef(String glyphRef) |
| void | setX(float x) |
| void | setY(float y) |