Class ImageUtil.Insets

java.lang.Object
net.sf.jasperreports.engine.util.ImageUtil.Insets
Enclosing class:
ImageUtil

public static class ImageUtil.Insets extends Object
  • Field Details

    • top

      public final double top
    • left

      public final double left
    • bottom

      public final double bottom
  • Constructor Details

    • Insets

      public Insets(double top, double left, double bottom, double right)