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

  1. interface IDImage {
  2.    String getImageFile();
  3.  
  4.    void setImageFile(String var1);
  5.  
  6.    IDSize getSize();
  7. }
  8.