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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [image/] [ImageConsumer.h] - Blame information for rev 758

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_image_ImageConsumer__
5
#define __java_awt_image_ImageConsumer__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace awt
17
    {
18
      namespace image
19
      {
20
          class ColorModel;
21
          class ImageConsumer;
22
      }
23
    }
24
  }
25
}
26
 
27
class java::awt::image::ImageConsumer : public ::java::lang::Object
28
{
29
 
30
public:
31
  virtual void setDimensions(jint, jint) = 0;
32
  virtual void setProperties(::java::util::Hashtable *) = 0;
33
  virtual void setColorModel(::java::awt::image::ColorModel *) = 0;
34
  virtual void setHints(jint) = 0;
35
  virtual void setPixels(jint, jint, jint, jint, ::java::awt::image::ColorModel *, JArray< jbyte > *, jint, jint) = 0;
36
  virtual void setPixels(jint, jint, jint, jint, ::java::awt::image::ColorModel *, JArray< jint > *, jint, jint) = 0;
37
  virtual void imageComplete(jint) = 0;
38
  static const jint RANDOMPIXELORDER = 1;
39
  static const jint TOPDOWNLEFTRIGHT = 2;
40
  static const jint COMPLETESCANLINES = 4;
41
  static const jint SINGLEPASS = 8;
42
  static const jint SINGLEFRAME = 16;
43
  static const jint IMAGEERROR = 1;
44
  static const jint SINGLEFRAMEDONE = 2;
45
  static const jint STATICIMAGEDONE = 3;
46
  static const jint IMAGEABORTED = 4;
47
  static ::java::lang::Class class$;
48
} __attribute__ ((java_interface));
49
 
50
#endif // __java_awt_image_ImageConsumer__

powered by: WebSVN 2.1.0

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