Add testsuite checks for param_type in the <random> distributions.
[official-gcc.git] / libjava / java / awt / font / GlyphJustificationInfo.h
blobeb8806680533abdcad9d3eedb80288ee5eb341d1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_awt_font_GlyphJustificationInfo__
5 #define __java_awt_font_GlyphJustificationInfo__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace awt
16 namespace font
18 class GlyphJustificationInfo;
24 class java::awt::font::GlyphJustificationInfo : public ::java::lang::Object
27 public:
28 GlyphJustificationInfo(jfloat, jboolean, jint, jfloat, jfloat, jboolean, jint, jfloat, jfloat);
29 static const jint PRIORITY_KASHIDA = 0;
30 static const jint PRIORITY_WHITESPACE = 1;
31 static const jint PRIORITY_INTERCHAR = 2;
32 static const jint PRIORITY_NONE = 3;
33 jfloat __attribute__((aligned(__alignof__( ::java::lang::Object)))) weight;
34 jint growPriority;
35 jboolean growAbsorb;
36 jfloat growLeftLimit;
37 jfloat growRightLimit;
38 jint shrinkPriority;
39 jboolean shrinkAbsorb;
40 jfloat shrinkLeftLimit;
41 jfloat shrinkRightLimit;
42 static ::java::lang::Class class$;
45 #endif // __java_awt_font_GlyphJustificationInfo__