| 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 |
| Modifier and Type | Method and 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].
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LineInfo.addWord(WordInfo wi) |
boolean |
LineInfo.insertWord(WordInfo wi) |
protected void |
LineInfo.mergeGlyphGroups(WordInfo wi)
This function merges the glyph groups from
wi
into the glyph groups that are already on this line. |