Class SimpleTextLine

  • All Implemented Interfaces:
    TextLine

    public class SimpleTextLine
    extends java.lang.Object
    implements TextLine
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Constructor Detail

      • SimpleTextLine

        public SimpleTextLine()
    • Method Detail

      • getAscent

        public float getAscent()
        Specified by:
        getAscent in interface TextLine
      • setAscent

        public void setAscent​(float ascent)
      • setDescent

        public void setDescent​(float descent)
      • setLeading

        public void setLeading​(float leading)
      • setCharacterCount

        public void setCharacterCount​(int characterCount)
      • setLeftToRight

        public void setLeftToRight​(boolean leftToRight)
      • setAdvance

        public void setAdvance​(float advance)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object