Class GridRow
- java.lang.Object
-
- net.sf.jasperreports.engine.export.GridRow
-
public class GridRow extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description GridRow(JRExporterGridCell[] cells, int offset, int size)
-
-
-
Constructor Detail
-
GridRow
public GridRow(JRExporterGridCell[] cells, int offset, int size)
-
-
Method Detail
-
size
public int size()
-
get
public JRExporterGridCell get(int index)
-
-