Uses of Class
org.apache.batik.bridge.SVGTextElementBridge.CharacterInformation
Packages that use SVGTextElementBridge.CharacterInformation
Package
Description
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.CharacterInformationModifier and TypeMethodDescriptionSVGTextElementBridge.getCharacterInformation(List list, int startIndex, int charnum, AttributedCharacterIterator aci) Retrieve the information about a character of en element.Methods in org.apache.batik.bridge with parameters of type SVGTextElementBridge.CharacterInformationModifier and TypeMethodDescriptionprotected floatSVGTextElementBridge.distanceBetweenRun(SVGTextElementBridge.CharacterInformation last, SVGTextElementBridge.CharacterInformation first) protected floatSVGTextElementBridge.distanceFirstLastCharacterInRun(SVGTextElementBridge.CharacterInformation first, SVGTextElementBridge.CharacterInformation last) protected Point2DSVGTextElementBridge.getEndPoint(SVGTextElementBridge.CharacterInformation info) protected Point2DSVGTextElementBridge.getStartPoint(SVGTextElementBridge.CharacterInformation info)