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

  1. interface PictureStretchMode {
  2.    int DRAW_NATURAL = 1;
  3.    int DRAW_STRETCHED = 2;
  4.    int DRAW_TILED = 4;
  5. }
  6.