|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.core.client.util.Region
public class Region
Represents a region in the coordinate system.
| Constructor Summary | |
|---|---|
Region()
|
|
Region(int top,
int right,
int bottom,
int left)
|
|
| Method Summary | |
|---|---|
int |
getBottom()
Returns the bottom value. |
int |
getLeft()
Returns the left value. |
int |
getRight()
Returns the right value. |
int |
getTop()
Returns the top value. |
void |
setBottom(int bottom)
Sets the bottom value. |
void |
setLeft(int left)
Sets the left value. |
void |
setRight(int right)
Sets the right value. |
void |
setTop(int top)
Sets the top value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Region()
public Region(int top,
int right,
int bottom,
int left)
| Method Detail |
|---|
public int getBottom()
public int getLeft()
public int getRight()
public int getTop()
public void setBottom(int bottom)
bottom - the bottom valuepublic void setLeft(int left)
left - the left valuepublic void setRight(int right)
right - the right valuepublic void setTop(int top)
top - the top valuepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||