Class CompositeGrid.Transform

  • Enclosing class:
    CompositeGrid

    protected static class CompositeGrid.Transform
    extends Object
    Handles the grid and coordinates of the cell in this grid.
    • Constructor Detail

      • Transform

        public Transform​(IGrid grid,
                         IGridTable gridTable,
                         int col,
                         int row)
    • Method Detail

      • grid

        public IGrid grid()
      • getCol

        public int getCol()
      • getRow

        public int getRow()