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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [awt/] [color/] [GrayProfileConverter.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_GrayProfileConverter__
5
#define __gnu_java_awt_color_GrayProfileConverter__
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 ColorLookUpTable;
23
            class GrayProfileConverter;
24
            class GrayScaleConverter;
25
            class ToneReproductionCurve;
26
        }
27
      }
28
    }
29
  }
30
  namespace java
31
  {
32
    namespace awt
33
    {
34
      namespace color
35
      {
36
          class ICC_ProfileGray;
37
      }
38
    }
39
  }
40
}
41
 
42
class gnu::java::awt::color::GrayProfileConverter : public ::java::lang::Object
43
{
44
 
45
public:
46
  GrayProfileConverter(::java::awt::color::ICC_ProfileGray *);
47
  virtual JArray< jfloat > * toCIEXYZ(JArray< jfloat > *);
48
  virtual JArray< jfloat > * toRGB(JArray< jfloat > *);
49
  virtual JArray< jfloat > * fromRGB(JArray< jfloat > *);
50
  virtual JArray< jfloat > * fromCIEXYZ(JArray< jfloat > *);
51
private:
52
  ::gnu::java::awt::color::GrayScaleConverter * __attribute__((aligned(__alignof__( ::java::lang::Object)))) gc;
53
  ::gnu::java::awt::color::ToneReproductionCurve * trc;
54
  ::gnu::java::awt::color::ColorLookUpTable * toPCS;
55
  ::gnu::java::awt::color::ColorLookUpTable * fromPCS;
56
public:
57
  static ::java::lang::Class class$;
58
};
59
 
60
#endif // __gnu_java_awt_color_GrayProfileConverter__

powered by: WebSVN 2.1.0

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