Class WordInfo
java.lang.Object
org.apache.batik.gvt.flow.WordInfo
One line Class Desc
Complete Class Desc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLineHeight(float lineHeight) voidaddLineMetrics(GVTFont font, GVTLineMetrics lm) floatfloatgetGlyphGroup(int idx) intgetIndex()floatintvoidsetAscent(float ascent) voidsetDescent(float descent) voidsetFlowLine(Object fl) voidsetGlyphGroups(GlyphGroupInfo[] glyphGroups) voidsetLineHeight(float lineHeight)
-
Constructor Details
-
WordInfo
public WordInfo(int index)
-
-
Method Details
-
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
-
getLineHeight
public float getLineHeight() -
setLineHeight
public void setLineHeight(float lineHeight) -
addLineHeight
public void addLineHeight(float lineHeight) -
getFlowLine
-
setFlowLine
-
getNumGlyphGroups
public int getNumGlyphGroups() -
setGlyphGroups
-
getGlyphGroup
-