Package de.hsh.graja.util.comment.grid
Class GridCellDim
java.lang.Object
de.hsh.graja.util.comment.grid.GridCellDim
- All Implemented Interfaces:
Serializable
This class stores a
GridCell
's width and height.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
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