Class Cell


  • public class Cell
    extends Object
    • Constructor Detail

      • Cell

        public Cell​(int row,
                    int col)
    • Method Detail

      • getRow

        public int getRow()
      • setRow

        public void setRow​(int row)
      • getCol

        public int getCol()
      • setCol

        public void setCol​(int col)
      • isHidden

        public boolean isHidden()
      • setHidden

        public void setHidden​(boolean hidden)