org.w3c.dom.svg

Interface SVGTextContentElement

public interface SVGTextContentElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, EventTarget

Field Summary
static shortLENGTHADJUST_SPACING
static shortLENGTHADJUST_SPACINGANDGLYPHS
static shortLENGTHADJUST_UNKNOWN
Method Summary
intgetCharNumAtPosition(SVGPoint point)
floatgetComputedTextLength()
SVGPointgetEndPositionOfChar(int charnum)
SVGRectgetExtentOfChar(int charnum)
SVGAnimatedEnumerationgetLengthAdjust()
intgetNumberOfChars()
floatgetRotationOfChar(int charnum)
SVGPointgetStartPositionOfChar(int charnum)
floatgetSubStringLength(int charnum, int nchars)
SVGAnimatedLengthgetTextLength()
voidselectSubString(int charnum, int nchars)

Field Detail

LENGTHADJUST_SPACING

public static final short LENGTHADJUST_SPACING

LENGTHADJUST_SPACINGANDGLYPHS

public static final short LENGTHADJUST_SPACINGANDGLYPHS

LENGTHADJUST_UNKNOWN

public static final short LENGTHADJUST_UNKNOWN

Method Detail

getCharNumAtPosition

public int getCharNumAtPosition(SVGPoint point)

getComputedTextLength

public float getComputedTextLength()

getEndPositionOfChar

public SVGPoint getEndPositionOfChar(int charnum)

getExtentOfChar

public SVGRect getExtentOfChar(int charnum)

getLengthAdjust

public SVGAnimatedEnumeration getLengthAdjust()

getNumberOfChars

public int getNumberOfChars()

getRotationOfChar

public float getRotationOfChar(int charnum)

getStartPositionOfChar

public SVGPoint getStartPositionOfChar(int charnum)

getSubStringLength

public float getSubStringLength(int charnum, int nchars)

getTextLength

public SVGAnimatedLength getTextLength()

selectSubString

public void selectSubString(int charnum, int nchars)