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 voidcopy(JRLineBox source, JRLineBox dest)static JRLineBoxcopyBordersNoPadding(JRLineBox box, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom, JRLineBox complementaryBox)static voideraseBox(JRLineBox box)static booleanhasOwnValues(JRLineBox box)static voidreset(JRLineBox box, boolean resetLeft, boolean resetRight, boolean resetTop, boolean resetBottom)static voidrotate(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)
-
-