Class GridCellPos

java.lang.Object
de.hsh.graja.util.comment.grid.GridCellPos
All Implemented Interfaces:
Serializable, Comparable<GridCellPos>

public class GridCellPos extends Object implements Comparable<GridCellPos>, Serializable
This class stores a GridCell's position as row and column (0-based).
See Also:
  • Constructor Details

    • GridCellPos

      public GridCellPos(int row, int col)
      Create a position
      Parameters:
      row - row index (starting from 0)
      col - column index (starting from 0)
  • Method Details