|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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(org.w3c.dom.Element elt)
SVGTextContentElement.getNumberOfChars()
.
public static SVGRect getExtentOfChar(org.w3c.dom.Element elt, int charnum)
SVGTextContentElement.getExtentOfChar(int charnum)
.
public static SVGPoint getStartPositionOfChar(org.w3c.dom.Element elt, int charnum) throws org.w3c.dom.DOMException
SVGTextContentElement.getStartPositionOfChar(int charnum)
.
org.w3c.dom.DOMException
public static SVGPoint getEndPositionOfChar(org.w3c.dom.Element elt, int charnum) throws org.w3c.dom.DOMException
SVGTextContentElement.getEndPositionOfChar(int charnum)
.
org.w3c.dom.DOMException
public static void selectSubString(org.w3c.dom.Element elt, int charnum, int nchars)
SVGTextContentElement.selectSubString(int charnum, int nchars)
.
public static float getRotationOfChar(org.w3c.dom.Element elt, int charnum)
SVGTextContentElement.getRotationOfChar(int charnum)
.
public static float getComputedTextLength(org.w3c.dom.Element elt)
SVGTextContentElement.selectSubString(int charnum, int nchars)
.
public static float getSubStringLength(org.w3c.dom.Element elt, int charnum, int nchars)
SVGTextContentElement.selectSubString(int charnum, int nchars)
.
public static int getCharNumAtPosition(org.w3c.dom.Element elt, float x, float y) throws org.w3c.dom.DOMException
SVGTextContentElement.getCharNumAtPosition(SVGPoint point)
.
org.w3c.dom.DOMException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |