aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/awt/geom/Area$Intersection.h
blob: c4c716286c998ec3947b0935118de7c1fb9b1dff (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

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_awt_geom_Area$Intersection__
#define __java_awt_geom_Area$Intersection__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
      namespace geom
      {
          class Area;
          class Area$Intersection;
          class Area$Segment;
          class Point2D;
      }
    }
  }
}

class java::awt::geom::Area$Intersection : public ::java::lang::Object
{

public:
  Area$Intersection(::java::awt::geom::Area *, ::java::awt::geom::Point2D *, jdouble, jdouble);
public: // actually package-private
  ::java::awt::geom::Point2D * __attribute__((aligned(__alignof__( ::java::lang::Object)))) p;
  jdouble ta;
  jdouble tb;
  ::java::awt::geom::Area$Segment * seg;
  ::java::awt::geom::Area * this$0;
public:
  static ::java::lang::Class class$;
};

#endif // __java_awt_geom_Area$Intersection__