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

Subversion Repositories openrisc

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
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__

powered by: WebSVN 2.1.0

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