summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/GrayFilter.h
blob: 436c3763a4285e128e316eb3df7dc38707e7a20a (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 __javax_swing_GrayFilter__
#define __javax_swing_GrayFilter__

#pragma interface

#include <java/awt/image/RGBImageFilter.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
        class Image;
    }
  }
  namespace javax
  {
    namespace swing
    {
        class GrayFilter;
    }
  }
}

class javax::swing::GrayFilter : public ::java::awt::image::RGBImageFilter
{

public:
  GrayFilter(jboolean, jint);
  static ::java::awt::Image * createDisabledImage(::java::awt::Image *);
  virtual jint filterRGB(jint, jint, jint);
private:
  jboolean __attribute__((aligned(__alignof__( ::java::awt::image::RGBImageFilter)))) b;
  jdouble p;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_GrayFilter__