Package | Description |
---|---|
org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
Modifier and Type | Method and Description |
---|---|
protected SVGTextElementBridge.CharacterInformation |
SVGTextElementBridge.getCharacterInformation(List list,
int startIndex,
int charnum,
AttributedCharacterIterator aci)
Retrieve the information about a character
of en element.
|
Modifier and Type | Method and Description |
---|---|
protected 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) |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.