Package net.sf.jasperreports.engine.util
Class ImageUtil.Insets
java.lang.Object
net.sf.jasperreports.engine.util.ImageUtil.Insets
- Enclosing class:
ImageUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
top
public final double top -
left
public final double left -
bottom
public final double bottom -
right
public final double right
-
-
Constructor Details
-
Insets
public Insets(double top, double left, double bottom, double right)
-