public class Grid
extends java.lang.Object
Constructor and Description |
---|
Grid(int rowCount,
int columnCount) |
Modifier and Type | Method and Description |
---|---|
JRExporterGridCell |
get(int row,
int column) |
int |
getColumnCount() |
GridRow |
getRow(int row) |
int |
getRowCount() |
void |
set(int row,
int column,
JRExporterGridCell cell) |
public int getRowCount()
public int getColumnCount()
public GridRow getRow(int row)
public void set(int row, int column, JRExporterGridCell cell)
public JRExporterGridCell get(int row, int column)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com