public class WordInfo
extends java.lang.Object
| Constructor | Description |
|---|---|
WordInfo(int index) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addLineHeight(float lineHeight) |
|
void |
addLineMetrics(GVTFont font,
GVTLineMetrics lm) |
|
float |
getAscent() |
|
float |
getDescent() |
|
java.lang.Object |
getFlowLine() |
|
GlyphGroupInfo |
getGlyphGroup(int idx) |
|
int |
getIndex() |
|
float |
getLineHeight() |
|
int |
getNumGlyphGroups() |
|
void |
setAscent(float ascent) |
|
void |
setDescent(float descent) |
|
void |
setFlowLine(java.lang.Object fl) |
|
void |
setGlyphGroups(GlyphGroupInfo[] glyphGroups) |
|
void |
setLineHeight(float lineHeight) |
public int getIndex()
public float getAscent()
public void setAscent(float ascent)
public float getDescent()
public void setDescent(float descent)
public void addLineMetrics(GVTFont font, GVTLineMetrics lm)
public float getLineHeight()
public void setLineHeight(float lineHeight)
public void addLineHeight(float lineHeight)
public java.lang.Object getFlowLine()
public void setFlowLine(java.lang.Object fl)
public int getNumGlyphGroups()
public void setGlyphGroups(GlyphGroupInfo[] glyphGroups)
public GlyphGroupInfo getGlyphGroup(int idx)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.