Package org.apache.batik.gvt.flow
Class WordInfo
- java.lang.Object
-
- org.apache.batik.gvt.flow.WordInfo
-
public class WordInfo extends java.lang.Object
One line Class Desc Complete Class Desc
-
-
Constructor Summary
Constructors Constructor Description WordInfo(int index)
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
getAscent
public float getAscent()
-
setAscent
public void setAscent(float ascent)
-
getDescent
public float getDescent()
-
setDescent
public void setDescent(float descent)
-
addLineMetrics
public void addLineMetrics(GVTFont font, GVTLineMetrics lm)
-
getLineHeight
public float getLineHeight()
-
setLineHeight
public void setLineHeight(float lineHeight)
-
addLineHeight
public void addLineHeight(float lineHeight)
-
getFlowLine
public java.lang.Object getFlowLine()
-
setFlowLine
public void setFlowLine(java.lang.Object fl)
-
getNumGlyphGroups
public int getNumGlyphGroups()
-
setGlyphGroups
public void setGlyphGroups(GlyphGroupInfo[] glyphGroups)
-
getGlyphGroup
public GlyphGroupInfo getGlyphGroup(int idx)
-
-