OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [border/] [MatteBorder.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
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__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.