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 SVGGlyphRefElement#getDx(). |
float | getDy()
DOM: Implements SVGGlyphRefElement#getDy(). |
String | getFormat()
DOM: Implements SVGGlyphRefElement#getFormat(). |
String | getGlyphRef()
DOM: Implements SVGGlyphRefElement#getGlyphRef(). |
SVGAnimatedString | getHref()
DOM: Implements org.w3c.dom.svg.SVGURIReference#getHref(). |
String | getLocalName()
DOM: Implements Node#getLocalName(). |
float | getX()
DOM: Implements SVGGlyphRefElement#getX(). |
float | getY()
DOM: Implements 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 SVGGlyphRefElement#setDx(float). |
void | setDy(float dy)
DOM: Implements SVGGlyphRefElement#setDy(float). |
void | setFormat(String format)
DOM: Implements SVGGlyphRefElement#setFormat(String). |
void | setGlyphRef(String glyphRef)
DOM: Implements SVGGlyphRefElement#setGlyphRef(String). |
void | setX(float x)
DOM: Implements SVGGlyphRefElement#setX(float). |
void | setY(float y)
DOM: Implements SVGGlyphRefElement#setY(float). |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.