summaryrefslogtreecommitdiff
path: root/libjava/java/awt/font/GlyphJustificationInfo.h
blob: eb8806680533abdcad9d3eedb80288ee5eb341d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_awt_font_GlyphJustificationInfo__
#define __java_awt_font_GlyphJustificationInfo__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
      namespace font
      {
          class GlyphJustificationInfo;
      }
    }
  }
}

class java::awt::font::GlyphJustificationInfo : public ::java::lang::Object
{

public:
  GlyphJustificationInfo(jfloat, jboolean, jint, jfloat, jfloat, jboolean, jint, jfloat, jfloat);
  static const jint PRIORITY_KASHIDA = 0;
  static const jint PRIORITY_WHITESPACE = 1;
  static const jint PRIORITY_INTERCHAR = 2;
  static const jint PRIORITY_NONE = 3;
  jfloat __attribute__((aligned(__alignof__( ::java::lang::Object)))) weight;
  jint growPriority;
  jboolean growAbsorb;
  jfloat growLeftLimit;
  jfloat growRightLimit;
  jint shrinkPriority;
  jboolean shrinkAbsorb;
  jfloat shrinkLeftLimit;
  jfloat shrinkRightLimit;
  static ::java::lang::Class class$;
};

#endif // __java_awt_font_GlyphJustificationInfo__