Package net.sf.jasperreports.engine.util
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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
copy(JRLineBox source, JRLineBox dest)
static JRLineBox
copyBordersNoPadding(JRLineBox box, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom, JRLineBox complementaryBox)
static void
eraseBox(JRLineBox box)
static boolean
hasOwnValues(JRLineBox box)
static void
reset(JRLineBox box, boolean resetLeft, boolean resetRight, boolean resetTop, boolean resetBottom)
static void
rotate(JRLineBox box, RotationEnum rotation)
-
-
-
Method Detail
-
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)
-
rotate
public static void rotate(JRLineBox box, RotationEnum rotation)
-
eraseBox
public static void eraseBox(JRLineBox box)
-
hasOwnValues
public static boolean hasOwnValues(JRLineBox box)
-
-