1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_java_awt_font_opentype_truetype_Fixed__
5 #define __gnu_java_awt_font_opentype_truetype_Fixed__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace java
15     {
16       namespace awt
17       {
18         namespace font
19         {
20           namespace opentype
21           {
22             namespace truetype
23             {
24                 class Fixed;
25             }
26           }
27         }
28       }
29     }
30   }
31 }
32 
33 class gnu::java::awt::font::opentype::truetype::Fixed : public ::java::lang::Object
34 {
35 
36   Fixed();
37 public:
38   static jint mul(jint, jint);
39   static jint mul16(jint, jint);
40   static jint div(jint, jint);
41   static jint div16(jint, jint);
42   static jint ceil(jint);
43   static jint floor(jint);
44   static jint vectorLength(jint, jint);
45   static jint intValue(jint);
46   static jfloat floatValue(jint);
47   static jfloat floatValue16(jint);
48   static jdouble doubleValue(jint);
49   static jint valueOf(jfloat);
50   static jint valueOf(jdouble);
51   static jint valueOf16(jdouble);
52   static ::java::lang::String * toString(jint);
53   static ::java::lang::String * toString(jint, jint);
54   static const jint ONE = 64;
55   static ::java::lang::Class class$;
56 };
57 
58 #endif // __gnu_java_awt_font_opentype_truetype_Fixed__
59