OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [awt/] [color/] [ProfileHeader.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_java_awt_color_ProfileHeader__
5
#define __gnu_java_awt_color_ProfileHeader__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace java
17
    {
18
      namespace awt
19
      {
20
        namespace color
21
        {
22
            class ProfileHeader;
23
        }
24
      }
25
    }
26
  }
27
}
28
 
29
class gnu::java::awt::color::ProfileHeader : public ::java::lang::Object
30
{
31
 
32
public:
33
  ProfileHeader();
34
  ProfileHeader(JArray< jbyte > *);
35
  virtual void verifyHeader(jint);
36
  virtual JArray< jbyte > * getData(jint);
37
  virtual jint getSize();
38
  virtual void setSize(jint);
39
  virtual jint getMajorVersion();
40
  virtual jint getMinorVersion();
41
  virtual jint getProfileClass();
42
  virtual void setProfileClass(jint);
43
  virtual jint getColorSpace();
44
  virtual jint getProfileColorSpace();
45
  virtual void setColorSpace(jint);
46
  virtual void setProfileColorSpace(jint);
47
private:
48
  static const jint icMagicNumber = 1633907568;
49
  static JArray< jint > * csTypeMap;
50
public:
51
  static const jint HEADERSIZE = 128;
52
private:
53
  static JArray< jint > * classMap;
54
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) size;
55
  jint cmmId;
56
  jint majorVersion;
57
  jint minorVersion;
58
  jint profileClass;
59
  jint colorSpace;
60
  jint profileColorSpace;
61
  JArray< jbyte > * timestamp;
62
  jint platform;
63
  jint flags;
64
  jint magic;
65
  jint manufacturerSig;
66
  jint modelSig;
67
  JArray< jbyte > * attributes;
68
  jint intent;
69
  JArray< jbyte > * illuminant;
70
  jint creatorSig;
71
public:
72
  static ::java::lang::Class class$;
73
};
74
 
75
#endif // __gnu_java_awt_color_ProfileHeader__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.