|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.util.Region
public class Region
Represents a region in the coordinate system.
Field Summary | |
---|---|
int |
bottom
The bottom value. |
int |
left
The left value. |
int |
right
The right value. |
int |
top
The top value. |
Constructor Summary | |
---|---|
Region()
|
|
Region(int top,
int right,
int bottom,
int left)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int left
public int top
public int right
public int bottom
Constructor Detail |
---|
public Region()
public Region(int top, int right, int bottom, int left)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |