OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / plaf / ColorUIResource.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_plaf_ColorUIResource__
5 #define __javax_swing_plaf_ColorUIResource__
6
7 #pragma interface
8
9 #include <java/awt/Color.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace awt
15     {
16         class Color;
17     }
18   }
19   namespace javax
20   {
21     namespace swing
22     {
23       namespace plaf
24       {
25           class ColorUIResource;
26       }
27     }
28   }
29 }
30
31 class javax::swing::plaf::ColorUIResource : public ::java::awt::Color
32 {
33
34 public:
35   ColorUIResource(jint, jint, jint);
36   ColorUIResource(jint);
37   ColorUIResource(jfloat, jfloat, jfloat);
38   ColorUIResource(::java::awt::Color *);
39   static ::java::lang::Class class$;
40 };
41
42 #endif // __javax_swing_plaf_ColorUIResource__