1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_java_awt_font_opentype_truetype_ZonePathIterator__
5 #define __gnu_java_awt_font_opentype_truetype_ZonePathIterator__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11 
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace java
17     {
18       namespace awt
19       {
20         namespace font
21         {
22           namespace opentype
23           {
24             namespace truetype
25             {
26                 class Zone;
27                 class ZonePathIterator;
28             }
29           }
30         }
31       }
32     }
33   }
34 }
35 
36 class gnu::java::awt::font::opentype::truetype::ZonePathIterator : public ::java::lang::Object
37 {
38 
39 public: // actually package-private
40   ZonePathIterator(::gnu::java::awt::font::opentype::truetype::Zone *, jint);
41 public:
42   jint getWindingRule();
43   jboolean isDone();
44   void next();
45 private:
46   jint getSuccessor(jint);
47 public:
48   jint currentSegment(JArray< jfloat > *);
49   jint currentSegment(JArray< jdouble > *);
50 private:
51   jint getSegment(jint, JArray< jfloat > *);
52   jint getStartSegment(jint, JArray< jfloat > *);
53   static const jint EMIT_SEGMENT = 0;
54   static const jint EMIT_CLOSE = 1;
55   static const jint EMIT_MOVETO = 2;
56   jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) state;
57   ::gnu::java::awt::font::opentype::truetype::Zone * zone;
58   jint numPoints;
59   jint curPoint;
60   jint contourStart;
61   jint type;
62 public: // actually package-private
63   JArray< jfloat > * floats;
64 public:
65   static ::java::lang::Class class$;
66 };
67 
68 #endif // __gnu_java_awt_font_opentype_truetype_ZonePathIterator__
69