summaryrefslogtreecommitdiff
path: root/libjava/gnu/java/awt/color/ProfileHeader.h
blob: 744dc78298eb9856420b9bd27e306e94996fa216 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_java_awt_color_ProfileHeader__
#define __gnu_java_awt_color_ProfileHeader__

#pragma interface

#include <java/lang/Object.h>
#include <gcj/array.h>

extern "Java"
{
  namespace gnu
  {
    namespace java
    {
      namespace awt
      {
        namespace color
        {
            class ProfileHeader;
        }
      }
    }
  }
}

class gnu::java::awt::color::ProfileHeader : public ::java::lang::Object
{

public:
  ProfileHeader();
  ProfileHeader(JArray< jbyte > *);
  virtual void verifyHeader(jint);
  virtual JArray< jbyte > * getData(jint);
  virtual jint getSize();
  virtual void setSize(jint);
  virtual jint getMajorVersion();
  virtual jint getMinorVersion();
  virtual jint getProfileClass();
  virtual void setProfileClass(jint);
  virtual jint getColorSpace();
  virtual jint getProfileColorSpace();
  virtual void setColorSpace(jint);
  virtual void setProfileColorSpace(jint);
private:
  static const jint icMagicNumber = 1633907568;
  static JArray< jint > * csTypeMap;
public:
  static const jint HEADERSIZE = 128;
private:
  static JArray< jint > * classMap;
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) size;
  jint cmmId;
  jint majorVersion;
  jint minorVersion;
  jint profileClass;
  jint colorSpace;
  jint profileColorSpace;
  JArray< jbyte > * timestamp;
  jint platform;
  jint flags;
  jint magic;
  jint manufacturerSig;
  jint modelSig;
  JArray< jbyte > * attributes;
  jint intent;
  JArray< jbyte > * illuminant;
  jint creatorSig;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_java_awt_color_ProfileHeader__