org.apache.batik.dom.svg
public class SVGOMGlyphRefElement extends SVGStylableElement implements SVGGlyphRefElement
Field Summary | |
---|---|
protected static AttributeInitializer | attributeInitializer
The attribute initializer. |
protected SVGOMAnimatedString | href
The 'xlink:href' attribute value. |
Constructor Summary | |
---|---|
protected | SVGOMGlyphRefElement()
Creates a new SVGOMGlyphRefElement object. |
SVGOMGlyphRefElement(String prefix, AbstractDocument owner)
Creates a new SVGOMGlyphRefElement object. |
Method Summary | |
---|---|
protected AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
float | getDx()
DOM: Implements {@link SVGGlyphRefElement#getDx()}. |
float | getDy()
DOM: Implements {@link SVGGlyphRefElement#getDy()}. |
String | getFormat()
DOM: Implements {@link SVGGlyphRefElement#getFormat()}. |
String | getGlyphRef()
DOM: Implements {@link SVGGlyphRefElement#getGlyphRef()}. |
SVGAnimatedString | getHref()
DOM: Implements {@link org.w3c.dom.svg.SVGURIReference#getHref()}. |
String | getLocalName()
DOM: Implements {@link Node#getLocalName()}. |
float | getX()
DOM: Implements {@link SVGGlyphRefElement#getX()}. |
float | getY()
DOM: Implements {@link SVGGlyphRefElement#getY()}. |
protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
void | setDx(float dx)
DOM: Implements {@link SVGGlyphRefElement#setDx(float)}. |
void | setDy(float dy)
DOM: Implements {@link SVGGlyphRefElement#setDy(float)}. |
void | setFormat(String format)
DOM: Implements {@link SVGGlyphRefElement#setFormat(String)}. |
void | setGlyphRef(String glyphRef)
DOM: Implements {@link SVGGlyphRefElement#setGlyphRef(String)}. |
void | setX(float x)
DOM: Implements {@link SVGGlyphRefElement#setX(float)}. |
void | setY(float y)
DOM: Implements {@link SVGGlyphRefElement#setY(float)}. |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.