Package | Description |
---|---|
org.apache.batik.gvt.flow |
Modifier and Type | Field and Description |
---|---|
(package private) GlyphGroupInfo[] |
LineInfo.ggis |
(package private) GlyphGroupInfo[] |
WordInfo.glyphGroups |
(package private) GlyphGroupInfo[] |
LineInfo.newGGIS |
Modifier and Type | Method and Description |
---|---|
static GlyphGroupInfo[] |
LineInfo.assureSize(GlyphGroupInfo[] ggis,
int sz) |
GlyphGroupInfo |
WordInfo.getGlyphGroup(int idx) |
Modifier and Type | Method and Description |
---|---|
boolean |
LineInfo.assignGlyphGroupRanges(int ggSz,
GlyphGroupInfo[] ggis) |
static GlyphGroupInfo[] |
LineInfo.assureSize(GlyphGroupInfo[] ggis,
int sz) |
void |
WordInfo.setGlyphGroups(GlyphGroupInfo[] glyphGroups) |
Constructor and Description |
---|
WordInfo(int index,
float ascent,
float descent,
float lineHeight,
GlyphGroupInfo[] glyphGroups) |