Class ParagraphUtil

java.lang.Object
net.sf.jasperreports.engine.util.ParagraphUtil

public final class ParagraphUtil extends Object
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Method Details

    • getTabStops

      public static TabStop[] getTabStops(JRParagraph paragraph, float endX)
    • getRightX

      public static float getRightX(TabStop tabStop, float advance)
    • getLeftX

      public static float getLeftX(TabStop tabStop, float advance)
    • getSegmentOffset

      public static float getSegmentOffset(TabStop tabStop, float rightX)
    • getNextTabStop

      public static TabStop getNextTabStop(JRParagraph paragraph, float endX, float rightX)
    • getFirstTabStop

      public static TabStop getFirstTabStop(JRParagraph paragraph, float endX)
    • getLastTabStop

      public static TabStop getLastTabStop(JRParagraph paragraph, float endX)
    • hasOwnValues

      public static boolean hasOwnValues(JRParagraph paragraph)