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.CharacterInformationSVGTextElementBridge. 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 floatSVGTextElementBridge. distanceBetweenRun(SVGTextElementBridge.CharacterInformation last, SVGTextElementBridge.CharacterInformation first)protected floatSVGTextElementBridge. distanceFirstLastCharacterInRun(SVGTextElementBridge.CharacterInformation first, SVGTextElementBridge.CharacterInformation last)protected java.awt.geom.Point2DSVGTextElementBridge. getEndPoint(SVGTextElementBridge.CharacterInformation info)protected java.awt.geom.Point2DSVGTextElementBridge. getStartPoint(SVGTextElementBridge.CharacterInformation info)
-