GridBagLayoutInfo.h 904 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_awt_GridBagLayoutInfo__
  3. #define __java_awt_GridBagLayoutInfo__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace java
  10. {
  11. namespace awt
  12. {
  13. class GridBagLayoutInfo;
  14. }
  15. }
  16. }
  17. class java::awt::GridBagLayoutInfo : public ::java::lang::Object
  18. {
  19. public: // actually package-private
  20. GridBagLayoutInfo(jint, jint);
  21. private:
  22. static const jlong serialVersionUID = -4899416460737170217LL;
  23. public: // actually package-private
  24. jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) pos_x;
  25. jint pos_y;
  26. jint cols;
  27. jint rows;
  28. JArray< jint > * colWidths;
  29. JArray< jint > * rowHeights;
  30. JArray< jdouble > * colWeights;
  31. JArray< jdouble > * rowWeights;
  32. public:
  33. static ::java::lang::Class class$;
  34. };
  35. #endif // __java_awt_GridBagLayoutInfo__