OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / java / awt / font / opentype / truetype / Fixed.h
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 div(jint, jint);
40   static jint ceil(jint);
41   static jint floor(jint);
42   static jint vectorLength(jint, jint);
43   static jint intValue(jint);
44   static jfloat floatValue(jint);
45   static jdouble doubleValue(jint);
46   static jint valueOf(jfloat);
47   static jint valueOf(jdouble);
48   static ::java::lang::String * toString(jint);
49   static ::java::lang::String * toString(jint, jint);
50   static const jint ONE = 64;
51   static ::java::lang::Class class$;
52 };
53
54 #endif // __gnu_java_awt_font_opentype_truetype_Fixed__