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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [libjava/] [java/] [awt/] [SystemColor.h] - Blame information for rev 783

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_awt_SystemColor__
5
#define __java_awt_SystemColor__
6
 
7
#pragma interface
8
 
9
#include <java/awt/Color.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace awt
17
    {
18
        class PaintContext;
19
        class Rectangle;
20
        class RenderingHints;
21
        class SystemColor;
22
      namespace geom
23
      {
24
          class AffineTransform;
25
          class Rectangle2D;
26
      }
27
      namespace image
28
      {
29
          class ColorModel;
30
      }
31
    }
32
  }
33
}
34
 
35
class java::awt::SystemColor : public ::java::awt::Color
36
{
37
 
38
  SystemColor(jint);
39
public:
40
  jint getRGB();
41
  ::java::awt::PaintContext * createContext(::java::awt::image::ColorModel *, ::java::awt::Rectangle *, ::java::awt::geom::Rectangle2D *, ::java::awt::geom::AffineTransform *, ::java::awt::RenderingHints *);
42
  ::java::lang::String * toString();
43
private:
44
  static const jlong serialVersionUID = 4503142729533789064LL;
45
public:
46
  static const jint DESKTOP = 0;
47
  static const jint ACTIVE_CAPTION = 1;
48
  static const jint ACTIVE_CAPTION_TEXT = 2;
49
  static const jint ACTIVE_CAPTION_BORDER = 3;
50
  static const jint INACTIVE_CAPTION = 4;
51
  static const jint INACTIVE_CAPTION_TEXT = 5;
52
  static const jint INACTIVE_CAPTION_BORDER = 6;
53
  static const jint WINDOW = 7;
54
  static const jint WINDOW_BORDER = 8;
55
  static const jint WINDOW_TEXT = 9;
56
  static const jint MENU = 10;
57
  static const jint MENU_TEXT = 11;
58
  static const jint TEXT = 12;
59
  static const jint TEXT_TEXT = 13;
60
  static const jint TEXT_HIGHLIGHT = 14;
61
  static const jint TEXT_HIGHLIGHT_TEXT = 15;
62
  static const jint TEXT_INACTIVE_TEXT = 16;
63
  static const jint CONTROL = 17;
64
  static const jint CONTROL_TEXT = 18;
65
  static const jint CONTROL_HIGHLIGHT = 19;
66
  static const jint CONTROL_LT_HIGHLIGHT = 20;
67
  static const jint CONTROL_SHADOW = 21;
68
  static const jint CONTROL_DK_SHADOW = 22;
69
  static const jint SCROLLBAR = 23;
70
  static const jint INFO = 24;
71
  static const jint INFO_TEXT = 25;
72
  static const jint NUM_COLORS = 26;
73
private:
74
  static JArray< jint > * colors;
75
public:
76
  static ::java::awt::SystemColor * desktop;
77
  static ::java::awt::SystemColor * activeCaption;
78
  static ::java::awt::SystemColor * activeCaptionText;
79
  static ::java::awt::SystemColor * activeCaptionBorder;
80
  static ::java::awt::SystemColor * inactiveCaption;
81
  static ::java::awt::SystemColor * inactiveCaptionText;
82
  static ::java::awt::SystemColor * inactiveCaptionBorder;
83
  static ::java::awt::SystemColor * window;
84
  static ::java::awt::SystemColor * windowBorder;
85
  static ::java::awt::SystemColor * windowText;
86
  static ::java::awt::SystemColor * menu;
87
  static ::java::awt::SystemColor * menuText;
88
  static ::java::awt::SystemColor * text;
89
  static ::java::awt::SystemColor * textText;
90
  static ::java::awt::SystemColor * textHighlight;
91
  static ::java::awt::SystemColor * textHighlightText;
92
  static ::java::awt::SystemColor * textInactiveText;
93
  static ::java::awt::SystemColor * control;
94
  static ::java::awt::SystemColor * controlText;
95
  static ::java::awt::SystemColor * controlHighlight;
96
  static ::java::awt::SystemColor * controlLtHighlight;
97
  static ::java::awt::SystemColor * controlShadow;
98
  static ::java::awt::SystemColor * controlDkShadow;
99
  static ::java::awt::SystemColor * scrollbar;
100
  static ::java::awt::SystemColor * info;
101
  static ::java::awt::SystemColor * infoText;
102
  static ::java::lang::Class class$;
103
};
104
 
105
#endif // __java_awt_SystemColor__

powered by: WebSVN 2.1.0

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