org.apache.batik.gvt.flow
Class WordInfo

java.lang.Object
  extended by 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

Constructor Summary
WordInfo(int index)
           
 
Method Summary
 void addLineHeight(float lineHeight)
           
 void addLineMetrics(GVTFont font, GVTLineMetrics lm)
           
 float getAscent()
           
 float getDescent()
           
 Object getFlowLine()
           
 GlyphGroupInfo getGlyphGroup(int idx)
           
 int getIndex()
           
 float getLineHeight()
           
 int getNumGlyphGroups()
           
 void setAscent(float ascent)
           
 void setDescent(float descent)
           
 void setFlowLine(Object fl)
           
 void setGlyphGroups(GlyphGroupInfo[] glyphGroups)
           
 void setLineHeight(float lineHeight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordInfo

public WordInfo(int index)
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 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.