Class Grid
java.lang.Object
net.sf.jasperreports.engine.export.Grid
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget
(int row, int column) int
getRow
(int row) int
void
set
(int row, int column, JRExporterGridCell cell)
-
Constructor Details
-
Grid
public Grid(int rowCount, int columnCount)
-
-
Method Details
-
getRowCount
public int getRowCount() -
getColumnCount
public int getColumnCount() -
getRow
-
set
-
get
-