OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / awt / color / ICC_ProfileGray.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_awt_color_ICC_ProfileGray__
5 #define __java_awt_color_ICC_ProfileGray__
6
7 #pragma interface
8
9 #include <java/awt/color/ICC_Profile.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace java
15   {
16     namespace awt
17     {
18       namespace color
19       {
20           class ICC_ProfileGray;
21       }
22     }
23   }
24 }
25
26 class java::awt::color::ICC_ProfileGray : public ::java::awt::color::ICC_Profile
27 {
28
29 public: // actually package-private
30   ICC_ProfileGray(jint);
31   ICC_ProfileGray(JArray< jbyte > *);
32 public:
33   virtual JArray< jfloat > * getMediaWhitePoint();
34   virtual jfloat getGamma();
35   virtual JArray< jshort > * getTRC();
36 private:
37   static const jlong serialVersionUID = -1124721290732002649LL;
38   JArray< jfloat > * __attribute__((aligned(__alignof__( ::java::awt::color::ICC_Profile)))) whitePoint;
39 public:
40   static ::java::lang::Class class$;
41 };
42
43 #endif // __java_awt_color_ICC_ProfileGray__