Uses of Class
org.apache.batik.bridge.StrokingTextPainter.TextChunk

Packages that use StrokingTextPainter.TextChunk
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
protected  StrokingTextPainter.TextChunk StrokingTextPainter.getTextChunk(TextNode node, AttributedCharacterIterator aci, int[] charMap, List textRuns, StrokingTextPainter.TextChunk prevChunk)
           
 

Methods in org.apache.batik.bridge with parameters of type StrokingTextPainter.TextChunk
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–2017 Apache Software Foundation. All rights reserved.