Uses of Class
org.apache.batik.gvt.flow.WordInfo
Packages that use WordInfo
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of WordInfo in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return WordInfoModifier and TypeMethodDescription(package private) static WordInfo[]FlowTextPainter.doWordAnalysis(GVTGlyphVector gv, AttributedCharacterIterator aci, int numWords, 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 WordInfoModifier and TypeMethodDescriptionbooleanbooleanLineInfo.insertWord(WordInfo wi) protected voidLineInfo.mergeGlyphGroups(WordInfo wi) This function merges the glyph groups fromwiinto the glyph groups that are already on this line.