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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [imageio/] [png/] [PNGPalette.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_javax_imageio_png_PNGPalette__
5
#define __gnu_javax_imageio_png_PNGPalette__
6
 
7
#pragma interface
8
 
9
#include <gnu/javax/imageio/png/PNGChunk.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace imageio
19
      {
20
        namespace png
21
        {
22
            class PNGPalette;
23
        }
24
      }
25
    }
26
  }
27
  namespace java
28
  {
29
    namespace awt
30
    {
31
      namespace color
32
      {
33
          class ColorSpace;
34
      }
35
      namespace image
36
      {
37
          class IndexColorModel;
38
      }
39
    }
40
  }
41
}
42
 
43
class gnu::javax::imageio::png::PNGPalette : public ::gnu::javax::imageio::png::PNGChunk
44
{
45
 
46
public: // actually protected
47
  PNGPalette(jint, JArray< jbyte > *, jint);
48
public:
49
  PNGPalette(::java::awt::image::IndexColorModel *);
50
  virtual ::java::awt::image::IndexColorModel * getPalette(::java::awt::color::ColorSpace *);
51
  virtual ::java::lang::String * toString();
52
private:
53
  JArray< jint > * __attribute__((aligned(__alignof__( ::gnu::javax::imageio::png::PNGChunk)))) red;
54
  JArray< jint > * green;
55
  JArray< jint > * blue;
56
public:
57
  static ::java::lang::Class class$;
58
};
59
 
60
#endif // __gnu_javax_imageio_png_PNGPalette__

powered by: WebSVN 2.1.0

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