1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __javax_swing_text_html_StyleSheet$ListPainter__
5 #define __javax_swing_text_html_StyleSheet$ListPainter__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace awt
15     {
16         class Graphics;
17         class Rectangle;
18     }
19   }
20   namespace javax
21   {
22     namespace swing
23     {
24       namespace text
25       {
26           class AttributeSet;
27           class View;
28         namespace html
29         {
30             class StyleSheet;
31             class StyleSheet$ListPainter;
32         }
33       }
34     }
35   }
36 }
37 
38 class javax::swing::text::html::StyleSheet$ListPainter : public ::java::lang::Object
39 {
40 
41 public: // actually package-private
42   StyleSheet$ListPainter(::javax::swing::text::AttributeSet *, ::javax::swing::text::html::StyleSheet *);
43 public:
44   virtual void paint(::java::awt::Graphics *, jfloat, jfloat, jfloat, jfloat, ::javax::swing::text::View *, jint);
45 private:
46   ::javax::swing::text::AttributeSet * __attribute__((aligned(__alignof__( ::java::lang::Object)))) attributes;
47   ::javax::swing::text::html::StyleSheet * styleSheet;
48   ::java::lang::String * type;
49   ::java::awt::Rectangle * tmpRect;
50 public:
51   static ::java::lang::Class class$;
52 };
53 
54 #endif // __javax_swing_text_html_StyleSheet$ListPainter__
55