Class Cell


  • public class Cell
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Cell​(int row, int col)  
    • 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)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object