Class WordInfo


  • public class WordInfo
    extends java.lang.Object
    One line Class Desc Complete Class Desc
    • 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)
      • 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)