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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [font/] [GlyphJustificationInfo.h] - Blame information for rev 758

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_font_GlyphJustificationInfo__
5
#define __java_awt_font_GlyphJustificationInfo__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
      namespace font
17
      {
18
          class GlyphJustificationInfo;
19
      }
20
    }
21
  }
22
}
23
 
24
class java::awt::font::GlyphJustificationInfo : public ::java::lang::Object
25
{
26
 
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$;
43
};
44
 
45
#endif // __java_awt_font_GlyphJustificationInfo__

powered by: WebSVN 2.1.0

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