home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / awt / CompositeContext.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  202 b   |  11 lines

  1. package java.awt;
  2.  
  3. import java.awt.image.Raster;
  4. import java.awt.image.WritableRaster;
  5.  
  6. public interface CompositeContext {
  7.    void dispose();
  8.  
  9.    void compose(Raster var1, Raster var2, WritableRaster var3);
  10. }
  11.