GlyphJustificationInfo.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_awt_font_GlyphJustificationInfo__
  3. #define __java_awt_font_GlyphJustificationInfo__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace awt
  11. {
  12. namespace font
  13. {
  14. class GlyphJustificationInfo;
  15. }
  16. }
  17. }
  18. }
  19. class java::awt::font::GlyphJustificationInfo : public ::java::lang::Object
  20. {
  21. public:
  22. GlyphJustificationInfo(jfloat, jboolean, jint, jfloat, jfloat, jboolean, jint, jfloat, jfloat);
  23. static const jint PRIORITY_KASHIDA = 0;
  24. static const jint PRIORITY_WHITESPACE = 1;
  25. static const jint PRIORITY_INTERCHAR = 2;
  26. static const jint PRIORITY_NONE = 3;
  27. jfloat __attribute__((aligned(__alignof__( ::java::lang::Object)))) weight;
  28. jint growPriority;
  29. jboolean growAbsorb;
  30. jfloat growLeftLimit;
  31. jfloat growRightLimit;
  32. jint shrinkPriority;
  33. jboolean shrinkAbsorb;
  34. jfloat shrinkLeftLimit;
  35. jfloat shrinkRightLimit;
  36. static ::java::lang::Class class$;
  37. };
  38. #endif // __java_awt_font_GlyphJustificationInfo__