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 float
SVGTextElementBridge.distanceBetweenRun
(SVGTextElementBridge.CharacterInformation last, SVGTextElementBridge.CharacterInformation first) protected float
SVGTextElementBridge.distanceFirstLastCharacterInRun
(SVGTextElementBridge.CharacterInformation first, SVGTextElementBridge.CharacterInformation last) protected Point2D
SVGTextElementBridge.getEndPoint
(SVGTextElementBridge.CharacterInformation info) protected Point2D
SVGTextElementBridge.getStartPoint
(SVGTextElementBridge.CharacterInformation info)