org.sgx.j2s.yui3.yui
Class Region

Package class diagram package Region
java.lang.Object
  extended by org.sgx.j2s.yui3.yui.Region

public class Region
extends java.lang.Object


Field Summary
 int bottom
           
 int height
           
 int left
           
 int right
           
 int top
           
 int width
           
 
Constructor Summary
Region()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

top

public int top

left

public int left

bottom

public int bottom

right

public int right

width

public int width

height

public int height
Constructor Detail

Region

public Region()