1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __javax_swing_text_html_CSS$Attribute__
5 #define __javax_swing_text_html_CSS$Attribute__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace swing
15     {
16       namespace text
17       {
18         namespace html
19         {
20             class CSS$Attribute;
21         }
22       }
23     }
24   }
25 }
26 
27 class javax::swing::text::html::CSS$Attribute : public ::java::lang::Object
28 {
29 
30 public: // actually package-private
31   CSS$Attribute(::java::lang::String *, jboolean, ::java::lang::String *);
32 public:
33   ::java::lang::String * toString();
34   jboolean isInherited();
35   ::java::lang::String * getDefaultValue();
36   static ::javax::swing::text::html::CSS$Attribute * BACKGROUND;
37   static ::javax::swing::text::html::CSS$Attribute * BACKGROUND_ATTACHMENT;
38   static ::javax::swing::text::html::CSS$Attribute * BACKGROUND_COLOR;
39   static ::javax::swing::text::html::CSS$Attribute * BACKGROUND_IMAGE;
40   static ::javax::swing::text::html::CSS$Attribute * BACKGROUND_POSITION;
41   static ::javax::swing::text::html::CSS$Attribute * BACKGROUND_REPEAT;
42   static ::javax::swing::text::html::CSS$Attribute * BORDER;
43   static ::javax::swing::text::html::CSS$Attribute * BORDER_BOTTOM;
44   static ::javax::swing::text::html::CSS$Attribute * BORDER_BOTTOM_WIDTH;
45   static ::javax::swing::text::html::CSS$Attribute * BORDER_COLOR;
46   static ::javax::swing::text::html::CSS$Attribute * BORDER_LEFT;
47   static ::javax::swing::text::html::CSS$Attribute * BORDER_LEFT_WIDTH;
48   static ::javax::swing::text::html::CSS$Attribute * BORDER_RIGHT;
49   static ::javax::swing::text::html::CSS$Attribute * BORDER_RIGHT_WIDTH;
50   static ::javax::swing::text::html::CSS$Attribute * BORDER_STYLE;
51   static ::javax::swing::text::html::CSS$Attribute * BORDER_TOP;
52   static ::javax::swing::text::html::CSS$Attribute * BORDER_TOP_WIDTH;
53   static ::javax::swing::text::html::CSS$Attribute * BORDER_WIDTH;
54   static ::javax::swing::text::html::CSS$Attribute * CLEAR;
55   static ::javax::swing::text::html::CSS$Attribute * COLOR;
56   static ::javax::swing::text::html::CSS$Attribute * DISPLAY;
57   static ::javax::swing::text::html::CSS$Attribute * FLOAT;
58   static ::javax::swing::text::html::CSS$Attribute * FONT;
59   static ::javax::swing::text::html::CSS$Attribute * FONT_FAMILY;
60   static ::javax::swing::text::html::CSS$Attribute * FONT_SIZE;
61   static ::javax::swing::text::html::CSS$Attribute * FONT_STYLE;
62   static ::javax::swing::text::html::CSS$Attribute * FONT_VARIANT;
63   static ::javax::swing::text::html::CSS$Attribute * FONT_WEIGHT;
64   static ::javax::swing::text::html::CSS$Attribute * HEIGHT;
65   static ::javax::swing::text::html::CSS$Attribute * LETTER_SPACING;
66   static ::javax::swing::text::html::CSS$Attribute * LINE_HEIGHT;
67   static ::javax::swing::text::html::CSS$Attribute * LIST_STYLE;
68   static ::javax::swing::text::html::CSS$Attribute * LIST_STYLE_IMAGE;
69   static ::javax::swing::text::html::CSS$Attribute * LIST_STYLE_POSITION;
70   static ::javax::swing::text::html::CSS$Attribute * LIST_STYLE_TYPE;
71   static ::javax::swing::text::html::CSS$Attribute * MARGIN;
72   static ::javax::swing::text::html::CSS$Attribute * MARGIN_BOTTOM;
73   static ::javax::swing::text::html::CSS$Attribute * MARGIN_LEFT;
74   static ::javax::swing::text::html::CSS$Attribute * MARGIN_RIGHT;
75   static ::javax::swing::text::html::CSS$Attribute * MARGIN_TOP;
76   static ::javax::swing::text::html::CSS$Attribute * PADDING;
77   static ::javax::swing::text::html::CSS$Attribute * PADDING_BOTTOM;
78   static ::javax::swing::text::html::CSS$Attribute * PADDING_LEFT;
79   static ::javax::swing::text::html::CSS$Attribute * PADDING_RIGHT;
80   static ::javax::swing::text::html::CSS$Attribute * PADDING_TOP;
81   static ::javax::swing::text::html::CSS$Attribute * TEXT_ALIGN;
82   static ::javax::swing::text::html::CSS$Attribute * TEXT_DECORATION;
83   static ::javax::swing::text::html::CSS$Attribute * TEXT_INDENT;
84   static ::javax::swing::text::html::CSS$Attribute * TEXT_TRANSFORM;
85   static ::javax::swing::text::html::CSS$Attribute * VERTICAL_ALIGN;
86   static ::javax::swing::text::html::CSS$Attribute * WHITE_SPACE;
87   static ::javax::swing::text::html::CSS$Attribute * WIDTH;
88   static ::javax::swing::text::html::CSS$Attribute * WORD_SPACING;
89 public: // actually package-private
90   static ::javax::swing::text::html::CSS$Attribute * BORDER_TOP_STYLE;
91   static ::javax::swing::text::html::CSS$Attribute * BORDER_BOTTOM_STYLE;
92   static ::javax::swing::text::html::CSS$Attribute * BORDER_LEFT_STYLE;
93   static ::javax::swing::text::html::CSS$Attribute * BORDER_RIGHT_STYLE;
94   static ::javax::swing::text::html::CSS$Attribute * BORDER_TOP_COLOR;
95   static ::javax::swing::text::html::CSS$Attribute * BORDER_BOTTOM_COLOR;
96   static ::javax::swing::text::html::CSS$Attribute * BORDER_LEFT_COLOR;
97   static ::javax::swing::text::html::CSS$Attribute * BORDER_RIGHT_COLOR;
98   static ::javax::swing::text::html::CSS$Attribute * BORDER_SPACING;
99   static ::javax::swing::text::html::CSS$Attribute * POSITION;
100   static ::javax::swing::text::html::CSS$Attribute * LEFT;
101   static ::javax::swing::text::html::CSS$Attribute * RIGHT;
102   static ::javax::swing::text::html::CSS$Attribute * TOP;
103   static ::javax::swing::text::html::CSS$Attribute * BOTTOM;
104   ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) attStr;
105   jboolean isInherited__;
106   ::java::lang::String * defaultValue;
107   static ::java::util::HashMap * attributeMap;
108 public:
109   static ::java::lang::Class class$;
110 };
111 
112 #endif // __javax_swing_text_html_CSS$Attribute__
113