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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [GridBagConstraints.h] - Blame information for rev 775

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_GridBagConstraints__
5
#define __java_awt_GridBagConstraints__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class GridBagConstraints;
17
        class Insets;
18
    }
19
  }
20
}
21
 
22
class java::awt::GridBagConstraints : public ::java::lang::Object
23
{
24
 
25
public:
26
  virtual ::java::lang::Object * clone();
27
  GridBagConstraints();
28
  GridBagConstraints(jint, jint, jint, jint, jdouble, jdouble, jint, jint, ::java::awt::Insets *, jint, jint);
29
public: // actually package-private
30
  static const jlong serialVersionUID = -1000070633030801713LL;
31
public:
32
  static const jint NONE = 0;
33
  static const jint BOTH = 1;
34
  static const jint HORIZONTAL = 2;
35
  static const jint VERTICAL = 3;
36
  static const jint CENTER = 10;
37
  static const jint NORTH = 11;
38
  static const jint NORTHEAST = 12;
39
  static const jint EAST = 13;
40
  static const jint SOUTHEAST = 14;
41
  static const jint SOUTH = 15;
42
  static const jint SOUTHWEST = 16;
43
  static const jint WEST = 17;
44
  static const jint NORTHWEST = 18;
45
  static const jint RELATIVE = -1;
46
  static const jint REMAINDER = 0;
47
  static const jint PAGE_START = 19;
48
  static const jint PAGE_END = 20;
49
  static const jint LINE_START = 21;
50
  static const jint LINE_END = 22;
51
  static const jint FIRST_LINE_START = 23;
52
  static const jint FIRST_LINE_END = 24;
53
  static const jint LAST_LINE_START = 25;
54
  static const jint LAST_LINE_END = 26;
55
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) anchor;
56
  jint fill;
57
  jint gridheight;
58
  jint gridwidth;
59
  jint gridx;
60
  jint gridy;
61
  ::java::awt::Insets * insets;
62
  jint ipadx;
63
  jint ipady;
64
  jdouble weightx;
65
  jdouble weighty;
66
  static ::java::lang::Class class$;
67
};
68
 
69
#endif // __java_awt_GridBagConstraints__

powered by: WebSVN 2.1.0

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