jdbreport.model
Class GridRect
java.lang.Object
jdbreport.model.GridRect
- All Implemented Interfaces:
- Serializable
public class GridRect
- extends Object
- implements Serializable
Coordinates for selected cells
- Version:
- 1.1 03/09/08
- Author:
- Andrey Kholmanskih
- See Also:
- Serialized Form
Constructor Summary |
GridRect(int toprow,
int leftcol,
int bottomrow,
int rightcol)
|
GridRect
public GridRect(int toprow,
int leftcol,
int bottomrow,
int rightcol)
getTopRow
public int getTopRow()
getLeftCol
public int getLeftCol()
getBottomRow
public int getBottomRow()
getRightCol
public int getRightCol()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object