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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [Component$BltBufferStrategy.h] - Blame information for rev 780

Go to most recent revision | 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_Component$BltBufferStrategy__
5
#define __java_awt_Component$BltBufferStrategy__
6
 
7
#pragma interface
8
 
9
#include <java/awt/image/BufferStrategy.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace awt
17
    {
18
        class BufferCapabilities;
19
        class Component;
20
        class Component$BltBufferStrategy;
21
        class Graphics;
22
      namespace image
23
      {
24
          class VolatileImage;
25
      }
26
    }
27
  }
28
}
29
 
30
class java::awt::Component$BltBufferStrategy : public ::java::awt::image::BufferStrategy
31
{
32
 
33
public: // actually protected
34
  Component$BltBufferStrategy(::java::awt::Component *, jint, ::java::awt::BufferCapabilities *);
35
  virtual void createBackBuffers(jint);
36
public:
37
  virtual ::java::awt::BufferCapabilities * getCapabilities();
38
  virtual ::java::awt::Graphics * getDrawGraphics();
39
  virtual void show();
40
public: // actually protected
41
  virtual void revalidate();
42
public:
43
  virtual jboolean contentsLost();
44
  virtual jboolean contentsRestored();
45
public: // actually protected
46
  ::java::awt::BufferCapabilities * __attribute__((aligned(__alignof__( ::java::awt::image::BufferStrategy)))) caps;
47
  JArray< ::java::awt::image::VolatileImage * > * backBuffers;
48
  jboolean validatedContents;
49
  jint width;
50
  jint height;
51
private:
52
  ::java::awt::image::VolatileImage * frontBuffer;
53
public: // actually package-private
54
  ::java::awt::Component * this$0;
55
public:
56
  static ::java::lang::Class class$;
57
};
58
 
59
#endif // __java_awt_Component$BltBufferStrategy__

powered by: WebSVN 2.1.0

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