1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_java_awt_BitwiseXORComposite$IntContext__
5 #define __gnu_java_awt_BitwiseXORComposite$IntContext__
6 
7 #pragma interface
8 
9 #include <gnu/java/awt/BitwiseXORComposite$GeneralContext.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace java
15     {
16       namespace awt
17       {
18           class BitwiseXORComposite$IntContext;
19       }
20     }
21   }
22   namespace java
23   {
24     namespace awt
25     {
26         class Color;
27         class RenderingHints;
28       namespace image
29       {
30           class ColorModel;
31           class Raster;
32           class WritableRaster;
33       }
34     }
35   }
36 }
37 
38 class gnu::java::awt::BitwiseXORComposite$IntContext : public ::gnu::java::awt::BitwiseXORComposite$GeneralContext
39 {
40 
41 public:
42   BitwiseXORComposite$IntContext(::java::awt::image::ColorModel *, ::java::awt::Color *);
43   virtual void compose(::java::awt::image::Raster *, ::java::awt::image::Raster *, ::java::awt::image::WritableRaster *);
44   static jboolean isSupported(::java::awt::image::ColorModel *, ::java::awt::image::ColorModel *, ::java::awt::RenderingHints *);
45   static ::java::lang::Class class$;
46 };
47 
48 #endif // __gnu_java_awt_BitwiseXORComposite$IntContext__
49