Uses of Class
org.apache.batik.bridge.SVGTextElementBridge.CharacterInformation
-
Packages that use SVGTextElementBridge.CharacterInformation Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. -
-
Uses of SVGTextElementBridge.CharacterInformation in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return SVGTextElementBridge.CharacterInformation Modifier and Type Method Description protected SVGTextElementBridge.CharacterInformation
SVGTextElementBridge. getCharacterInformation(java.util.List list, int startIndex, int charnum, java.text.AttributedCharacterIterator aci)
Retrieve the information about a character of en element.Methods in org.apache.batik.bridge with parameters of type SVGTextElementBridge.CharacterInformation Modifier and Type Method Description protected float
SVGTextElementBridge. distanceBetweenRun(SVGTextElementBridge.CharacterInformation last, SVGTextElementBridge.CharacterInformation first)
protected float
SVGTextElementBridge. distanceFirstLastCharacterInRun(SVGTextElementBridge.CharacterInformation first, SVGTextElementBridge.CharacterInformation last)
protected java.awt.geom.Point2D
SVGTextElementBridge. getEndPoint(SVGTextElementBridge.CharacterInformation info)
protected java.awt.geom.Point2D
SVGTextElementBridge. getStartPoint(SVGTextElementBridge.CharacterInformation info)
-