synergynetframework.appsystem.table.appregistry.groupcontrol
Class GroupBoundaries

java.lang.Object
  extended by synergynetframework.appsystem.table.appregistry.groupcontrol.GroupBoundaries

public class GroupBoundaries
extends java.lang.Object

The Class GroupBoundaries.


Field Summary
 int maxX
          The max x.
 int maxY
          The max y.
 int minX
          The min x.
 int minY
          The min y.
 
Constructor Summary
GroupBoundaries()
          Instantiates a new group boundaries.
GroupBoundaries(long cursorId, int minX, int minY, int maxX, int maxY)
          Instantiates a new group boundaries.
 
Method Summary
 int getMaxX()
          Gets the max x.
 int getMaxY()
          Gets the max y.
 int getMinX()
          Gets the min x.
 int getMinY()
          Gets the min y.
 void setMaxX(int maxX)
          Sets the max x.
 void setMaxY(int maxY)
          Sets the max y.
 void setMinX(int minX)
          Sets the min x.
 void setMinY(int minY)
          Sets the min y.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxX

public int maxX
The max x.


maxY

public int maxY
The max y.


minX

public int minX
The min x.


minY

public int minY
The min y.

Constructor Detail

GroupBoundaries

public GroupBoundaries()
Instantiates a new group boundaries.


GroupBoundaries

public GroupBoundaries(long cursorId,
                       int minX,
                       int minY,
                       int maxX,
                       int maxY)
Instantiates a new group boundaries.

Parameters:
cursorId - the cursor id
minX - the min x
minY - the min y
maxX - the max x
maxY - the max y
Method Detail

getMaxX

public int getMaxX()
Gets the max x.

Returns:
the max x

getMaxY

public int getMaxY()
Gets the max y.

Returns:
the max y

getMinX

public int getMinX()
Gets the min x.

Returns:
the min x

getMinY

public int getMinY()
Gets the min y.

Returns:
the min y

setMaxX

public void setMaxX(int maxX)
Sets the max x.

Parameters:
maxX - the new max x

setMaxY

public void setMaxY(int maxY)
Sets the max y.

Parameters:
maxY - the new max y

setMinX

public void setMinX(int minX)
Sets the min x.

Parameters:
minX - the new min x

setMinY

public void setMinY(int minY)
Sets the min y.

Parameters:
minY - the new min y