Class SimpleTextLine

java.lang.Object
net.sf.jasperreports.engine.fill.SimpleTextLine
All Implemented Interfaces:
TextLine

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

    • SimpleTextLine

      public SimpleTextLine()
  • Method Details

    • getAscent

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

      public float getDescent()
      Specified by:
      getDescent in interface TextLine
    • getLeading

      public float getLeading()
      Specified by:
      getLeading in interface TextLine
    • getCharacterCount

      public int getCharacterCount()
      Specified by:
      getCharacterCount in interface TextLine
    • isLeftToRight

      public boolean isLeftToRight()
      Specified by:
      isLeftToRight in interface TextLine
    • getAdvance

      public float getAdvance()
      Specified by:
      getAdvance 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 String toString()
      Overrides:
      toString in class Object