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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [gcj/] [xlib/] [Clip.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_gcj_xlib_Clip__
5
#define __gnu_gcj_xlib_Clip__
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 gcj
17
    {
18
        class RawData;
19
      namespace xlib
20
      {
21
          class Clip;
22
      }
23
    }
24
  }
25
  namespace java
26
  {
27
    namespace awt
28
    {
29
        class Rectangle;
30
    }
31
  }
32
}
33
 
34
class gnu::gcj::xlib::Clip : public ::java::lang::Object
35
{
36
 
37
public:
38
  Clip(JArray< ::java::awt::Rectangle * > *);
39
private:
40
  void init(JArray< ::java::awt::Rectangle * > *);
41
public:
42
  void finalize();
43
  void dispose();
44
public: // actually package-private
45
  ::gnu::gcj::RawData * __attribute__((aligned(__alignof__( ::java::lang::Object)))) xrects;
46
public:
47
  static ::java::lang::Class class$;
48
};
49
 
50
#endif // __gnu_gcj_xlib_Clip__

powered by: WebSVN 2.1.0

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