OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / border / MatteBorder.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_border_MatteBorder__
5 #define __javax_swing_border_MatteBorder__
6
7 #pragma interface
8
9 #include <javax/swing/border/EmptyBorder.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace awt
15     {
16         class Color;
17         class Component;
18         class Graphics;
19         class Insets;
20     }
21   }
22   namespace javax
23   {
24     namespace swing
25     {
26         class Icon;
27       namespace border
28       {
29           class MatteBorder;
30       }
31     }
32   }
33 }
34
35 class javax::swing::border::MatteBorder : public ::javax::swing::border::EmptyBorder
36 {
37
38 public:
39   MatteBorder(jint, jint, jint, jint, ::java::awt::Color *);
40   MatteBorder(::java::awt::Insets *, ::java::awt::Color *);
41   MatteBorder(jint, jint, jint, jint, ::javax::swing::Icon *);
42   MatteBorder(::java::awt::Insets *, ::javax::swing::Icon *);
43   MatteBorder(::javax::swing::Icon *);
44   virtual void paintBorder(::java::awt::Component *, ::java::awt::Graphics *, jint, jint, jint, jint);
45   virtual ::java::awt::Insets * getBorderInsets(::java::awt::Component *);
46   virtual ::java::awt::Insets * getBorderInsets(::java::awt::Component *, ::java::awt::Insets *);
47   virtual ::java::awt::Insets * getBorderInsets();
48   virtual ::java::awt::Color * getMatteColor();
49   virtual ::javax::swing::Icon * getTileIcon();
50   virtual jboolean isBorderOpaque();
51 private:
52   void paintEdge(::java::awt::Component *, ::java::awt::Graphics *, jint, jint, jint, jint, jint, jint);
53 public: // actually package-private
54   static const jlong serialVersionUID = 4422248989617298224LL;
55 public: // actually protected
56   ::java::awt::Color * __attribute__((aligned(__alignof__( ::javax::swing::border::EmptyBorder)))) color;
57   ::javax::swing::Icon * tileIcon;
58 public:
59   static ::java::lang::Class class$;
60 };
61
62 #endif // __javax_swing_border_MatteBorder__