Class Grid
- java.lang.Object
-
- net.sf.jasperreports.engine.export.Grid
-
public class Grid extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description Grid(int rowCount, int columnCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRExporterGridCell
get(int row, int column)
int
getColumnCount()
GridRow
getRow(int row)
int
getRowCount()
void
set(int row, int column, JRExporterGridCell cell)
-
-
-
Method Detail
-
getRowCount
public int getRowCount()
-
getColumnCount
public int getColumnCount()
-
getRow
public GridRow getRow(int row)
-
set
public void set(int row, int column, JRExporterGridCell cell)
-
get
public JRExporterGridCell get(int row, int column)
-
-