Package de.hsh.graja.util.comment.grid
Class GridCellPadding
java.lang.Object
de.hsh.graja.util.comment.grid.GridCellPadding
- All Implemented Interfaces:
Serializable
This class stores a
GridCell
's padding.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NONE
-
-
Constructor Details
-
GridCellPadding
public GridCellPadding(int top, int right, int bottom, int left) Create- Parameters:
rows
- height (1 means one row)cols
- width (1 means one column)
-
-
Method Details
-
toString
-
getTop
public int getTop()- Returns:
- top
-
getRight
public int getRight()- Returns:
- right
-
getBottom
public int getBottom()- Returns:
- bottom
-
getLeft
public int getLeft()- Returns:
- left
-
hashCode
public int hashCode() -
equals
-