blob: 53bbece33beac0dede4b1faf1d4fa31c76890bd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_awt_GraphicsConfigTemplate__
#define __java_awt_GraphicsConfigTemplate__
#pragma interface
#include <java/lang/Object.h>
#include <gcj/array.h>
extern "Java"
{
namespace java
{
namespace awt
{
class GraphicsConfigTemplate;
class GraphicsConfiguration;
}
}
}
class java::awt::GraphicsConfigTemplate : public ::java::lang::Object
{
public:
GraphicsConfigTemplate();
virtual ::java::awt::GraphicsConfiguration * getBestConfiguration(JArray< ::java::awt::GraphicsConfiguration * > *) = 0;
virtual jboolean isGraphicsConfigSupported(::java::awt::GraphicsConfiguration *) = 0;
private:
static const jlong serialVersionUID = -8061369279557787079LL;
public:
static const jint REQUIRED = 1;
static const jint PREFERRED = 2;
static const jint UNNECESSARY = 3;
static ::java::lang::Class class$;
};
#endif // __java_awt_GraphicsConfigTemplate__
|