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 boolean
equals(Object o)
int
getColSpan()
int
getHeight()
int
getRowSpan()
int
getWidth()
int
hashCode()
String
toString()
-