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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [imageio/] [png/] [PNGFile.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_PNGFile__
5
#define __gnu_javax_imageio_png_PNGFile__
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 javax
17
    {
18
      namespace imageio
19
      {
20
        namespace png
21
        {
22
            class PNGDecoder;
23
            class PNGEncoder;
24
            class PNGFile;
25
            class PNGHeader;
26
            class PNGPalette;
27
        }
28
      }
29
    }
30
  }
31
  namespace java
32
  {
33
    namespace awt
34
    {
35
      namespace color
36
      {
37
          class ColorSpace;
38
      }
39
      namespace image
40
      {
41
          class BufferedImage;
42
      }
43
    }
44
  }
45
}
46
 
47
class gnu::javax::imageio::png::PNGFile : public ::java::lang::Object
48
{
49
 
50
public:
51
  PNGFile(::java::io::InputStream *);
52
  PNGFile(::java::awt::image::BufferedImage *);
53
  virtual void writePNG(::java::io::OutputStream *);
54
private:
55
  jboolean validateHeader(JArray< jbyte > *);
56
public:
57
  virtual ::java::awt::image::BufferedImage * getBufferedImage();
58
private:
59
  ::gnu::javax::imageio::png::PNGPalette * getPalette();
60
  ::java::awt::color::ColorSpace * getColorSpace();
61
  static JArray< jbyte > * signature;
62
  static JArray< jbyte > * endChunk;
63
  ::java::util::Vector * __attribute__((aligned(__alignof__( ::java::lang::Object)))) chunks;
64
  ::gnu::javax::imageio::png::PNGHeader * header;
65
  jboolean hasPalette;
66
  jint width;
67
  jint height;
68
  ::gnu::javax::imageio::png::PNGDecoder * decoder;
69
  ::gnu::javax::imageio::png::PNGEncoder * encoder;
70
  ::java::awt::image::BufferedImage * sourceImage;
71
public:
72
  static ::java::lang::Class class$;
73
};
74
 
75
#endif // __gnu_javax_imageio_png_PNGFile__

powered by: WebSVN 2.1.0

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