Class Grid


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

      • Grid

        public Grid​(int rowCount,
                    int columnCount)
    • Method Detail

      • getRowCount

        public int getRowCount()
      • getColumnCount

        public int getColumnCount()
      • getRow

        public GridRow getRow​(int row)