summaryrefslogtreecommitdiff
path: root/libjava/java/awt/color/ICC_ProfileRGB.h
blob: 7520d8af6c1dcafeb96910e5af8ae96bd89c5db3 (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
41
42
43
44
45
46
47
48
49
50
51
52
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_awt_color_ICC_ProfileRGB__
#define __java_awt_color_ICC_ProfileRGB__

#pragma interface

#include <java/awt/color/ICC_Profile.h>
#include <gcj/array.h>

extern "Java"
{
  namespace java
  {
    namespace awt
    {
      namespace color
      {
          class ICC_ProfileRGB;
      }
    }
  }
}

class java::awt::color::ICC_ProfileRGB : public ::java::awt::color::ICC_Profile
{

public: // actually package-private
  ICC_ProfileRGB(jint);
  ICC_ProfileRGB(JArray< jbyte > *);
public:
  virtual JArray< jfloat > * getMediaWhitePoint();
  virtual JArray< JArray< jfloat > * > * getMatrix();
  virtual jfloat getGamma(jint);
  virtual JArray< jshort > * getTRC(jint);
private:
  JArray< JArray< jfloat > * > * createMatrix();
  static const jlong serialVersionUID = 8505067385152579334LL;
public:
  static const jint REDCOMPONENT = 0;
  static const jint GREENCOMPONENT = 1;
  static const jint BLUECOMPONENT = 2;
private:
  JArray< JArray< jfloat > * > * __attribute__((aligned(__alignof__( ::java::awt::color::ICC_Profile)))) matrix;
  JArray< jfloat > * gamma;
  JArray< jfloat > * whitePoint;
public:
  static ::java::lang::Class class$;
};

#endif // __java_awt_color_ICC_ProfileRGB__