org.apache.batik.dom.svg
public class SVGTextContentSupport extends Object
Nested Class Summary | |
---|---|
static class | SVGTextContentSupport.SVGTextPoint |
Method Summary | |
---|---|
static int | getCharNumAtPosition(Element elt, float x, float y)
To implement org.w3c.dom.svg.SVGTextContentElement#getCharNumAtPosition(SVGPoint point). |
static float | getComputedTextLength(Element elt)
To implement org.w3c.dom.svg.SVGTextContentElement#selectSubString(int charnum, int nchars). |
protected static Point2D | getEndPos(SVGOMElement svgelt, SVGTextContent context, int charnum) |
static SVGPoint | getEndPositionOfChar(Element elt, int charnum)
To implement org.w3c.dom.svg.SVGTextContentElement#getEndPositionOfChar(int charnum). |
protected static Rectangle2D | getExtent(SVGOMElement svgelt, SVGTextContent context, int charnum) |
static SVGRect | getExtentOfChar(Element elt, int charnum)
To implement org.w3c.dom.svg.SVGTextContentElement#getExtentOfChar(int charnum). |
static int | getNumberOfChars(Element elt)
To implement org.w3c.dom.svg.SVGTextContentElement#getNumberOfChars(). |
static float | getRotationOfChar(Element elt, int charnum)
To implement org.w3c.dom.svg.SVGTextContentElement#getRotationOfChar(int charnum). |
protected static Point2D | getStartPos(SVGOMElement svgelt, SVGTextContent context, int charnum) |
static SVGPoint | getStartPositionOfChar(Element elt, int charnum)
To implement org.w3c.dom.svg.SVGTextContentElement#getStartPositionOfChar(int charnum). |
static float | getSubStringLength(Element elt, int charnum, int nchars)
To implement org.w3c.dom.svg.SVGTextContentElement#selectSubString(int charnum, int nchars). |
static void | selectSubString(Element elt, int charnum, int nchars)
To implement org.w3c.dom.svg.SVGTextContentElement#selectSubString(int charnum, int nchars). |