org.apache.batik.dom.svg
public class SVGOMTextElement extends SVGOMTextPositioningElement implements SVGTextElement, SVGMotionAnimatableElement
| Field Summary | |
|---|---|
| protected AffineTransform | motionTransform
Supplemental transformation due to motion animation. |
| protected SVGOMAnimatedTransformList | transform
The 'transform' attribute value. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| protected static String | X_DEFAULT_VALUE |
| protected static String | Y_DEFAULT_VALUE |
| Constructor Summary | |
|---|---|
| protected | SVGOMTextElement()
Creates a new SVGOMTextElement object. |
| SVGOMTextElement(String prefix, AbstractDocument owner)
Creates a new SVGOMTextElement object. | |
| Method Summary | |
|---|---|
| SVGRect | getBBox()
DOM: Implements org.w3c.dom.svg.SVGLocatable#getBBox(). |
| SVGMatrix | getCTM()
DOM: Implements org.w3c.dom.svg.SVGLocatable#getCTM(). |
| protected String | getDefaultXValue()
Returns the default value of the 'x' attribute. |
| protected String | getDefaultYValue()
Returns the default value of the 'y' attribute. |
| SVGElement | getFarthestViewportElement()
DOM: Implements org.w3c.dom.svg.SVGLocatable#getFarthestViewportElement(). |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| AffineTransform | getMotionTransform()
Returns the AffineTransform representing the current motion
animation for this element. |
| SVGElement | getNearestViewportElement()
DOM: Implements org.w3c.dom.svg.SVGLocatable#getNearestViewportElement(). |
| SVGMatrix | getScreenCTM()
DOM: Implements org.w3c.dom.svg.SVGLocatable#getScreenCTM(). |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| SVGAnimatedTransformList | getTransform()
DOM: Implements org.w3c.dom.svg.SVGTransformable#getTransform(). |
| SVGMatrix | getTransformToElement(SVGElement element)
DOM: Implements org.w3c.dom.svg.SVGLocatable#getTransformToElement(SVGElement). |
| protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
| protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
| void | updateOtherValue(String type, AnimatableValue val)
Updates a 'other' animation value in this target. |
Parameters: prefix The namespace prefix. owner The owner document.