home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 127 / dpcs0998.iso / Internet / netobs / Install.exe / t2.z / IDRect.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-09  |  290 b   |  18 lines

  1. interface IDRect {
  2.    int getTop();
  3.  
  4.    void setTop(int var1);
  5.  
  6.    int getLeft();
  7.  
  8.    void setLeft(int var1);
  9.  
  10.    int getRight();
  11.  
  12.    void setRight(int var1);
  13.  
  14.    int getBottom();
  15.  
  16.    void setBottom(int var1);
  17. }
  18.