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 / Composite.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  205 b   |  8 lines

  1. package java.awt;
  2.  
  3. import java.awt.image.ColorModel;
  4.  
  5. public interface Composite {
  6.    CompositeContext createContext(ColorModel var1, ColorModel var2, RenderingHints var3);
  7. }
  8.