aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/gnu/java/awt/GradientPaintContext.h
blob: a3aacbb6a07970f0a43e47feb1e0000661868fc5 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57

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

#ifndef __gnu_java_awt_GradientPaintContext__
#define __gnu_java_awt_GradientPaintContext__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace java
    {
      namespace awt
      {
          class GradientPaintContext;
      }
    }
  }
  namespace java
  {
    namespace awt
    {
        class Color;
      namespace image
      {
          class ColorModel;
          class Raster;
      }
    }
  }
}

class gnu::java::awt::GradientPaintContext : public ::java::lang::Object
{

public:
  GradientPaintContext(jfloat, jfloat, ::java::awt::Color *, jfloat, jfloat, ::java::awt::Color *, jboolean);
  virtual ::java::awt::image::ColorModel * getColorModel();
  virtual ::java::awt::image::Raster * getRaster(jint, jint, jint, jint);
  virtual void dispose();
private:
  jfloat __attribute__((aligned(__alignof__( ::java::lang::Object)))) x1;
  jfloat y1;
  ::java::awt::Color * c1;
  jfloat x2;
  jfloat y2;
  ::java::awt::Color * c2;
  jboolean cyclic;
  jdouble length;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_java_awt_GradientPaintContext__