OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / awt / PrintGraphics.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_awt_PrintGraphics__
5 #define __java_awt_PrintGraphics__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace awt
15     {
16         class PrintGraphics;
17         class PrintJob;
18     }
19   }
20 }
21
22 class java::awt::PrintGraphics : public ::java::lang::Object
23 {
24
25 public:
26   virtual ::java::awt::PrintJob * getPrintJob() = 0;
27   static ::java::lang::Class class$;
28 } __attribute__ ((java_interface));
29
30 #endif // __java_awt_PrintGraphics__