org.apache.batik.dom.svg
public abstract class SVGOMTextPositioningElement extends SVGOMTextContentElement implements SVGTextPositioningElement
Field Summary | |
---|---|
protected SVGOMAnimatedLengthList | dx
The 'dx' attribute value. |
protected SVGOMAnimatedLengthList | dy
The 'dy' attribute value. |
protected SVGOMAnimatedNumberList | rotate
The 'rotate' attribute value. |
protected SVGOMAnimatedLengthList | x
The 'x' attribute value. |
protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
protected SVGOMAnimatedLengthList | y
The 'y' attribute value. |
Constructor Summary | |
---|---|
protected | SVGOMTextPositioningElement()
Creates a new SVGOMTextPositioningElement object. |
protected | SVGOMTextPositioningElement(String prefix, AbstractDocument owner)
Creates a new SVGOMTextPositioningElement object. |
Method Summary | |
---|---|
protected String | getDefaultXValue()
Returns the default value of the 'x' attribute. |
protected String | getDefaultYValue()
Returns the default value of the 'y' attribute. |
SVGAnimatedLengthList | getDx()
DOM: Implements SVGTextPositioningElement#getDx(). |
SVGAnimatedLengthList | getDy()
DOM: Implements SVGTextPositioningElement#getDy(). |
SVGAnimatedNumberList | getRotate()
DOM: Implements SVGTextPositioningElement#getRotate(). |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedLengthList | getX()
DOM: Implements SVGTextPositioningElement#getX(). |
SVGAnimatedLengthList | getY()
DOM: Implements SVGTextPositioningElement#getY(). |
protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
Parameters: prefix The namespace prefix. owner The owner document.