Uses of Class
org.apache.batik.bridge.StrokingTextPainter.TextChunk
-
Packages that use StrokingTextPainter.TextChunk Package Description org.apache.batik.bridge 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.TextChunk Modifier and Type Method Description protected StrokingTextPainter.TextChunk
StrokingTextPainter. getTextChunk(TextNode node, java.text.AttributedCharacterIterator aci, int[] charMap, java.util.List textRuns, StrokingTextPainter.TextChunk prevChunk)
Methods in org.apache.batik.bridge with parameters of type StrokingTextPainter.TextChunk Modifier and Type Method Description protected java.awt.geom.Point2D
StrokingTextPainter. adjustChunkOffsets(java.awt.geom.Point2D location, java.util.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, java.text.AttributedCharacterIterator aci, int[] charMap, java.util.List textRuns, StrokingTextPainter.TextChunk prevChunk)
protected java.util.List
StrokingTextPainter. reorderTextRuns(StrokingTextPainter.TextChunk chunk, java.util.List runs)
Reorder text runs as required by bidi algorithm.
-