java.lang.Object
net.sf.jasperreports.engine.export.Grid

public class Grid extends Object
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Constructor Details

    • Grid

      public Grid(int rowCount, int columnCount)
  • Method Details

    • 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)