OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / awt / GridBagLayoutInfo.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_awt_GridBagLayoutInfo__
5 #define __java_awt_GridBagLayoutInfo__
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         class GridBagLayoutInfo;
19     }
20   }
21 }
22
23 class java::awt::GridBagLayoutInfo : public ::java::lang::Object
24 {
25
26 public: // actually package-private
27   GridBagLayoutInfo(jint, jint);
28 private:
29   static const jlong serialVersionUID = -4899416460737170217LL;
30 public: // actually package-private
31   jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) pos_x;
32   jint pos_y;
33   jint cols;
34   jint rows;
35   JArray< jint > * colWidths;
36   JArray< jint > * rowHeights;
37   JArray< jdouble > * colWeights;
38   JArray< jdouble > * rowWeights;
39 public:
40   static ::java::lang::Class class$;
41 };
42
43 #endif // __java_awt_GridBagLayoutInfo__