|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.apache.batik.dom.svg.SVGTextContentSupport
This class provides support for the SVGTextContentElement interface.
| Constructor Summary | |
|---|---|
SVGTextContentSupport()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SVGTextContentSupport()
| Method Detail |
public static int getNumberOfChars(Element elt)
SVGTextContentElement.getNumberOfChars().
public static SVGRect getExtentOfChar(Element elt,
int charnum)
SVGTextContentElement.getExtentOfChar(int charnum).
public static SVGPoint getStartPositionOfChar(Element elt,
int charnum)
throws DOMException
SVGTextContentElement.getStartPositionOfChar(int charnum).
DOMException
public static SVGPoint getEndPositionOfChar(Element elt,
int charnum)
throws DOMException
SVGTextContentElement.getEndPositionOfChar(int charnum).
DOMException
public static void selectSubString(Element elt,
int charnum,
int nchars)
SVGTextContentElement.selectSubString(int charnum, int nchars).
public static float getRotationOfChar(Element elt,
int charnum)
SVGTextContentElement.getRotationOfChar(int charnum).
public static float getComputedTextLength(Element elt)
SVGTextContentElement.selectSubString(int charnum, int nchars).
public static float getSubStringLength(Element elt,
int charnum,
int nchars)
SVGTextContentElement.selectSubString(int charnum, int nchars).
public static int getCharNumAtPosition(Element elt,
float x,
float y)
throws DOMException
SVGTextContentElement.getCharNumAtPosition(SVGPoint point).
DOMException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||