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

  1. interface IDSize {
  2.    int getHeight();
  3.  
  4.    void setHeight(int var1);
  5.  
  6.    int getWidth();
  7.  
  8.    void setWidth(int var1);
  9. }
  10.