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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [GridBagLayoutInfo.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_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__

powered by: WebSVN 2.1.0

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