jdbreport.model
Class GridRect

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getBottomRow()
           
 int getLeftCol()
           
 int getRightCol()
           
 int getTopRow()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridRect

public GridRect(int toprow,
                int leftcol,
                int bottomrow,
                int rightcol)
Method Detail

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