palmos
Class Rectangle

java.lang.Object
  |
  +--palmos.Rectangle

public class Rectangle
extends java.lang.Object


Field Summary
 short extent_x
           
 short extent_y
           
 short topLeft_x
           
 short topLeft_y
           
 
Constructor Summary
Rectangle()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

topLeft_x

public short topLeft_x

topLeft_y

public short topLeft_y

extent_x

public short extent_x

extent_y

public short extent_y
Constructor Detail

Rectangle

public Rectangle()