Uses of Class
org.apache.batik.gvt.flow.WordInfo
-
Packages that use WordInfo Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.gvt.flow -
-
Uses of WordInfo in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return WordInfo Modifier and Type Method Description (package private) static WordInfo[]
FlowTextPainter. doWordAnalysis(GVTGlyphVector gv, java.text.AttributedCharacterIterator aci, int numWords, java.awt.font.FontRenderContext frc)
This returns an array of glyphs numbers for each glyph group in each word: ret[word][glyphGroup][glyphNum]. -
Uses of WordInfo in org.apache.batik.gvt.flow
Methods in org.apache.batik.gvt.flow with parameters of type WordInfo Modifier and Type Method Description boolean
LineInfo. addWord(WordInfo wi)
boolean
LineInfo. insertWord(WordInfo wi)
protected void
LineInfo. mergeGlyphGroups(WordInfo wi)
This function merges the glyph groups fromwi
into the glyph groups that are already on this line.
-