org.apache.batik.dom.svg
public class SVGOMTextPathElement extends SVGOMTextContentElement implements SVGTextPathElement
Field Summary | |
---|---|
protected static AttributeInitializer | attributeInitializer
The attribute initializer. |
protected SVGOMAnimatedString | href
The 'xlink:href' attribute value. |
protected SVGOMAnimatedEnumeration | method
The 'method' attribute value. |
protected static String[] | METHOD_VALUES
The 'method' attribute values. |
protected SVGOMAnimatedEnumeration | spacing
The 'spacing' attribute value. |
protected SVGOMAnimatedLength | startOffset
The 'startOffset' attribute value. |
protected static String[] | SPACING_VALUES
The 'spacing' attribute values. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
Constructor Summary | |
---|---|
protected | SVGOMTextPathElement()
Creates a new SVGOMTextPathElement object. |
SVGOMTextPathElement(String prefix, AbstractDocument owner)
Creates a new SVGOMTextPathElement object. |
Method Summary | |
---|---|
protected AttributeInitializer | getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
SVGAnimatedString | getHref()
DOM: Implements {@link
org.w3c.dom.svg.SVGURIReference#getHref()}. |
String | getLocalName()
DOM: Implements {@link org.w3c.dom.Node#getLocalName()}. |
SVGAnimatedEnumeration | getMethod()
DOM: Implements {@link SVGTextPathElement#getMethod()}. |
SVGAnimatedEnumeration | getSpacing()
DOM: Implements {@link SVGTextPathElement#getSpacing()}. |
SVGAnimatedLength | getStartOffset()
DOM: Implements {@link SVGTextPathElement#getStartOffset()}. |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.