Class GridCellDim

java.lang.Object
de.hsh.graja.util.comment.grid.GridCellDim
All Implemented Interfaces:
Serializable

public class GridCellDim extends Object implements Serializable
This class stores a GridCell's width and height.
See Also:
  • Constructor Details

    • GridCellDim

      public GridCellDim(int rows, int cols)
      Create
      Parameters:
      rows - height (1 means one row)
      cols - width (1 means one column)
  • Method Details