Class JRBoxUtil

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

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

    • copyBordersNoPadding

      public static JRLineBox copyBordersNoPadding(JRLineBox box, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom, JRLineBox complementaryBox)
    • reset

      public static void reset(JRLineBox box, boolean resetLeft, boolean resetRight, boolean resetTop, boolean resetBottom)
    • copy

      public static void copy(JRLineBox source, JRLineBox dest)
    • rotate

      public static void rotate(JRLineBox box, RotationEnum rotation)
    • eraseBox

      public static void eraseBox(JRLineBox box)
    • hasOwnValues

      public static boolean hasOwnValues(JRLineBox box)