Class Grid
- java.lang.Object
-
- net.sf.jasperreports.engine.export.Grid
-
public class Grid extends java.lang.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 JRExporterGridCellget(int row, int column)intgetColumnCount()GridRowgetRow(int row)intgetRowCount()voidset(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)
-
-