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 StrokingTextPainter.TextChunk |
StrokingTextPainter.getTextChunk(TextNode node,
AttributedCharacterIterator aci,
int[] charMap,
List textRuns,
StrokingTextPainter.TextChunk prevChunk) |
Modifier and Type | Method and Description |
---|---|
protected Point2D |
StrokingTextPainter.adjustChunkOffsets(Point2D location,
List textRuns,
StrokingTextPainter.TextChunk chunk)
Adjusts the position of the text runs within the specified text chunk
to account for any text anchor properties.
|
protected StrokingTextPainter.TextChunk |
StrokingTextPainter.getTextChunk(TextNode node,
AttributedCharacterIterator aci,
int[] charMap,
List textRuns,
StrokingTextPainter.TextChunk prevChunk) |
protected List |
StrokingTextPainter.reorderTextRuns(StrokingTextPainter.TextChunk chunk,
List runs)
Reorder text runs as required by bidi algorithm.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.