| java.lang.Object net.mygwt.ui.client.util.Region
Region | public class Region (Code) | | Represents a region in the coordinate system.
|
Field Summary | |
public int | bottom The bottom value. | public int | left The left value. | public int | right The right value. | public int | top The top value. |
Constructor Summary | |
public | Region() | public | Region(int top, int right, int bottom, int left) |
bottom | public int bottom(Code) | | The bottom value.
|
left | public int left(Code) | | The left value.
|
right | public int right(Code) | | The right value.
|
top | public int top(Code) | | The top value.
|
Region | public Region(int top, int right, int bottom, int left)(Code) | | |
|
|