com.extjs.gxt.ui.client.util
Class Region

java.lang.Object
  extended by com.extjs.gxt.ui.client.util.Region
Direct Known Subclasses:
Margins, Padding

public class Region
extends java.lang.Object

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

left

public int left
The left value.


top

public int top
The top value.


right

public int right
The right value.


bottom

public int bottom
The bottom value.

Constructor Detail

Region

public Region()

Region

public Region(int top,
              int right,
              int bottom,
              int left)