org.apache.batik.dom.svg
public abstract class SVGOMTextContentElement extends SVGStylableElement
| Field Summary | |
|---|---|
| protected SVGOMAnimatedBoolean | externalResourcesRequired
The 'externalResourcesRequired' attribute value. |
| protected SVGOMAnimatedEnumeration | lengthAdjust
The 'lengthAdjust' attribute value. |
| protected static String[] | LENGTH_ADJUST_VALUES
The 'lengthAdjust' attribute values. |
| protected AbstractSVGAnimatedLength | textLength
The 'textLength' attribute value. |
| protected static DoublyIndexedTable | xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| Constructor Summary | |
|---|---|
| protected | SVGOMTextContentElement()
Creates a new SVGOMTextContentElement. |
| protected | SVGOMTextContentElement(String prefix, AbstractDocument owner)
Creates a new SVGOMTextContentElement object. |
| Method Summary | |
|---|---|
| int | getCharNumAtPosition(SVGPoint point)
DOM: Implements {@link
org.w3c.dom.svg.SVGTextContentElement#getCharNumAtPosition(SVGPoint)}. |
| float | getComputedTextLength()
DOM: Implements {@link
org.w3c.dom.svg.SVGTextContentElement#getComputedTextLength()}. |
| SVGPoint | getEndPositionOfChar(int charnum)
DOM: Implements {@link
org.w3c.dom.svg.SVGTextContentElement#getEndPositionOfChar(int)}. |
| SVGRect | getExtentOfChar(int charnum)
DOM: Implements {@link
org.w3c.dom.svg.SVGTextContentElement#getExtentOfChar(int)}. |
| SVGAnimatedBoolean | getExternalResourcesRequired()
DOM: Implements {@link
org.w3c.dom.svg.SVGExternalResourcesRequired#getExternalResourcesRequired()}. |
| SVGAnimatedEnumeration | getLengthAdjust()
DOM: Implements {@link
org.w3c.dom.svg.SVGTextContentElement#getLengthAdjust()}. |
| int | getNumberOfChars()
DOM: Implements {@link
org.w3c.dom.svg.SVGTextContentElement#getNumberOfChars()}. |
| SVGStringList | getRequiredExtensions()
DOM: Implements {@link
org.w3c.dom.svg.SVGTests#getRequiredExtensions()}. |
| SVGStringList | getRequiredFeatures()
DOM: Implements {@link
org.w3c.dom.svg.SVGTests#getRequiredFeatures()}. |
| float | getRotationOfChar(int charnum)
DOM: Implements {@link
org.w3c.dom.svg.SVGTextContentElement#getRotationOfChar(int)}. |
| SVGPoint | getStartPositionOfChar(int charnum)
DOM: Implements {@link
org.w3c.dom.svg.SVGTextContentElement#getStartPositionOfChar(int)}. |
| float | getSubStringLength(int charnum, int nchars)
DOM: Implements {@link
org.w3c.dom.svg.SVGTextContentElement#getSubStringLength(int,int)}. |
| SVGStringList | getSystemLanguage()
DOM: Implements {@link
org.w3c.dom.svg.SVGTests#getSystemLanguage()}. |
| SVGAnimatedLength | getTextLength()
DOM: Implements {@link
org.w3c.dom.svg.SVGTextContentElement#getTextLength()}. |
| protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
| String | getXMLlang()
DOM: Returns the xml:lang attribute value. |
| String | getXMLspace()
DOM: Returns the xml:space attribute value. |
| boolean | hasExtension(String extension)
DOM: Implements {@link
org.w3c.dom.svg.SVGTests#hasExtension(String)}. |
| protected void | initializeAllLiveAttributes()
Initializes all live attributes for this element. |
| void | selectSubString(int charnum, int nchars)
DOM: Implements {@link
org.w3c.dom.svg.SVGTextContentElement#selectSubString(int,int)}. |
| void | setXMLlang(String lang)
DOM: Sets the xml:lang attribute value. |
| void | setXMLspace(String space)
DOM: Sets the xml:space attribute value. |
Parameters: prefix The namespace prefix. owner The owner document.