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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [border/] [LineBorder.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_LineBorder__
5
#define __javax_swing_border_LineBorder__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/border/AbstractBorder.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
      namespace border
27
      {
28
          class Border;
29
          class LineBorder;
30
      }
31
    }
32
  }
33
}
34
 
35
class javax::swing::border::LineBorder : public ::javax::swing::border::AbstractBorder
36
{
37
 
38
public:
39
  LineBorder(::java::awt::Color *);
40
  LineBorder(::java::awt::Color *, jint);
41
  LineBorder(::java::awt::Color *, jint, jboolean);
42
  static ::javax::swing::border::Border * createBlackLineBorder();
43
  static ::javax::swing::border::Border * createGrayLineBorder();
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::Color * getLineColor();
48
  virtual jint getThickness();
49
  virtual jboolean getRoundedCorners();
50
  virtual jboolean isBorderOpaque();
51
public: // actually package-private
52
  static const jlong serialVersionUID = -787563427772288970LL;
53
private:
54
  static ::javax::swing::border::LineBorder * blackLineBorder;
55
  static ::javax::swing::border::LineBorder * grayLineBorder;
56
public: // actually protected
57
  jint __attribute__((aligned(__alignof__( ::javax::swing::border::AbstractBorder)))) thickness;
58
  ::java::awt::Color * lineColor;
59
  jboolean roundedCorners;
60
public:
61
  static ::java::lang::Class class$;
62
};
63
 
64
#endif // __javax_swing_border_LineBorder__

powered by: WebSVN 2.1.0

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