Class GridCellSize
- java.lang.Object
-
- net.sf.jasperreports.engine.export.GridCellSize
-
public class GridCellSize extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description GridCellSize(int width, int height, int colSpan, int rowSpan)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetColSpan()intgetHeight()intgetRowSpan()intgetWidth()inthashCode()StringtoString()
-