Uses of Class
org.apache.batik.bridge.StrokingTextPainter.TextChunk
Packages that use StrokingTextPainter.TextChunk
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of StrokingTextPainter.TextChunk in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return StrokingTextPainter.TextChunkModifier and TypeMethodDescriptionprotected StrokingTextPainter.TextChunkStrokingTextPainter.getTextChunk(TextNode node, AttributedCharacterIterator aci, int[] charMap, List textRuns, StrokingTextPainter.TextChunk prevChunk) Methods in org.apache.batik.bridge with parameters of type StrokingTextPainter.TextChunkModifier and TypeMethodDescriptionprotected Point2DStrokingTextPainter.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.TextChunkStrokingTextPainter.getTextChunk(TextNode node, AttributedCharacterIterator aci, int[] charMap, List textRuns, StrokingTextPainter.TextChunk prevChunk) protected ListStrokingTextPainter.reorderTextRuns(StrokingTextPainter.TextChunk chunk, List runs) Reorder text runs as required by bidi algorithm.