org.apache.batik.gvt.flow
Class WordInfo
java.lang.Object
org.apache.batik.gvt.flow.WordInfo
public class WordInfo
- extends Object
One line Class Desc
Complete Class Desc
- Version:
- $Id: WordInfo.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- deweese
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WordInfo
public WordInfo(int index)
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 Object getFlowLine()
setFlowLine
public void setFlowLine(Object fl)
getNumGlyphGroups
public int getNumGlyphGroups()
setGlyphGroups
public void setGlyphGroups(GlyphGroupInfo[] glyphGroups)
getGlyphGroup
public GlyphGroupInfo getGlyphGroup(int idx)
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.