Interface TextLine

All Known Implementing Classes:
SimpleTextLine, TextLayoutLine

public interface TextLine
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Method Details

    • getAscent

      float getAscent()
    • getDescent

      float getDescent()
    • getLeading

      float getLeading()
    • getCharacterCount

      int getCharacterCount()
    • isLeftToRight

      boolean isLeftToRight()
    • getAdvance

      float getAdvance()