compilation errors fixed
[official-gcc.git] / libjava / java / awt / GraphicsConfigTemplate.h
blob53bbece33beac0dede4b1faf1d4fa31c76890bd7
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_awt_GraphicsConfigTemplate__
5 #define __java_awt_GraphicsConfigTemplate__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace java
16 namespace awt
18 class GraphicsConfigTemplate;
19 class GraphicsConfiguration;
24 class java::awt::GraphicsConfigTemplate : public ::java::lang::Object
27 public:
28 GraphicsConfigTemplate();
29 virtual ::java::awt::GraphicsConfiguration * getBestConfiguration(JArray< ::java::awt::GraphicsConfiguration * > *) = 0;
30 virtual jboolean isGraphicsConfigSupported(::java::awt::GraphicsConfiguration *) = 0;
31 private:
32 static const jlong serialVersionUID = -8061369279557787079LL;
33 public:
34 static const jint REQUIRED = 1;
35 static const jint PREFERRED = 2;
36 static const jint UNNECESSARY = 3;
37 static ::java::lang::Class class$;
40 #endif // __java_awt_GraphicsConfigTemplate__