|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.appsystem.table.appregistry.groupcontrol.GroupBoundaries
public class GroupBoundaries
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 |
|---|
public int maxX
public int maxY
public int minX
public int minY
| Constructor Detail |
|---|
public GroupBoundaries()
public GroupBoundaries(long cursorId,
int minX,
int minY,
int maxX,
int maxY)
cursorId - the cursor idminX - the min xminY - the min ymaxX - the max xmaxY - the max y| Method Detail |
|---|
public int getMaxX()
public int getMaxY()
public int getMinX()
public int getMinY()
public void setMaxX(int maxX)
maxX - the new max xpublic void setMaxY(int maxY)
maxY - the new max ypublic void setMinX(int minX)
minX - the new min xpublic void setMinY(int minY)
minY - the new min y
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||