Class CellSqr


public class CellSqr extends CellGroup
Represents a 3x3 area of Sudoku grid cells.
  • Constructor Details

    • CellSqr

      public CellSqr(CellRow cellRow0, CellRow cellRow1, CellRow cellRow2, CellCol cellCol0, CellCol cellCol1, CellCol cellCol2)
      Constructor.
      Parameters:
      cellRow0 - the 1st row passing through this block.
      cellRow1 - the 2nd row passing through this block.
      cellRow2 - the 3rd row passing through this block.
      cellCol0 - the 1st column passing through this block.
      cellCol1 - the 2nd column passing through this block.
      cellCol2 - the 3rd column passing through this block.