cammons
Class TRect

java.lang.Object
  extended by cammons.TRect

public class TRect
extends java.lang.Object


Field Summary
 int bottom
           
 int left
          Creates a new instance of TRect
 int right
           
 int top
           
 
Constructor Summary
TRect()
           
 
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
Creates a new instance of TRect


top

public int top

bottom

public int bottom

right

public int right
Constructor Detail

TRect

public TRect()