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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [awt/] [peer/] [gtk/] [GdkGraphicsConfiguration.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_peer_gtk_GdkGraphicsConfiguration__
5
#define __gnu_java_awt_peer_gtk_GdkGraphicsConfiguration__
6
 
7
#pragma interface
8
 
9
#include <java/awt/GraphicsConfiguration.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace java
15
    {
16
      namespace awt
17
      {
18
        namespace peer
19
        {
20
          namespace gtk
21
          {
22
              class GdkGraphicsConfiguration;
23
              class GdkScreenGraphicsDevice;
24
          }
25
        }
26
      }
27
    }
28
  }
29
  namespace java
30
  {
31
    namespace awt
32
    {
33
        class BufferCapabilities;
34
        class GraphicsDevice;
35
        class ImageCapabilities;
36
        class Rectangle;
37
      namespace geom
38
      {
39
          class AffineTransform;
40
      }
41
      namespace image
42
      {
43
          class BufferedImage;
44
          class ColorModel;
45
          class VolatileImage;
46
      }
47
    }
48
  }
49
}
50
 
51
class gnu::java::awt::peer::gtk::GdkGraphicsConfiguration : public ::java::awt::GraphicsConfiguration
52
{
53
 
54
public:
55
  GdkGraphicsConfiguration(::gnu::java::awt::peer::gtk::GdkScreenGraphicsDevice *);
56
  virtual ::java::awt::GraphicsDevice * getDevice();
57
  virtual ::java::awt::image::BufferedImage * createCompatibleImage(jint, jint);
58
  virtual ::java::awt::image::BufferedImage * createCompatibleImage(jint, jint, jint);
59
  virtual ::java::awt::image::VolatileImage * createCompatibleVolatileImage(jint, jint);
60
  virtual ::java::awt::image::VolatileImage * createCompatibleVolatileImage(jint, jint, ::java::awt::ImageCapabilities *);
61
  virtual ::java::awt::image::ColorModel * getColorModel();
62
  virtual ::java::awt::image::ColorModel * getColorModel(jint);
63
  virtual ::java::awt::geom::AffineTransform * getDefaultTransform();
64
  virtual ::java::awt::geom::AffineTransform * getNormalizingTransform();
65
  virtual ::java::awt::Rectangle * getBounds();
66
  virtual ::java::awt::BufferCapabilities * getBufferCapabilities();
67
  virtual ::java::awt::ImageCapabilities * getImageCapabilities();
68
  virtual ::java::awt::image::VolatileImage * createCompatibleVolatileImage(jint, jint, jint);
69
public: // actually package-private
70
  ::gnu::java::awt::peer::gtk::GdkScreenGraphicsDevice * __attribute__((aligned(__alignof__( ::java::awt::GraphicsConfiguration)))) gdkScreenGraphicsDevice;
71
  ::java::awt::image::ColorModel * opaqueColorModel;
72
  ::java::awt::image::ColorModel * bitmaskColorModel;
73
  ::java::awt::image::ColorModel * translucentColorModel;
74
public:
75
  static ::java::lang::Class class$;
76
};
77
 
78
#endif // __gnu_java_awt_peer_gtk_GdkGraphicsConfiguration__

powered by: WebSVN 2.1.0

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