blob: 739686890a917c092484bc18632ea1983affef76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_text_html_StyleSheet$BoxPainter__
#define __javax_swing_text_html_StyleSheet$BoxPainter__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace java
{
namespace awt
{
class Color;
class Graphics;
}
}
namespace javax
{
namespace swing
{
namespace border
{
class Border;
}
namespace text
{
class AttributeSet;
class View;
namespace html
{
class StyleSheet;
class StyleSheet$BoxPainter;
}
}
}
}
}
class javax::swing::text::html::StyleSheet$BoxPainter : public ::java::lang::Object
{
public: // actually package-private
StyleSheet$BoxPainter(::javax::swing::text::AttributeSet *, ::javax::swing::text::html::StyleSheet *);
public:
virtual jfloat getInset(jint, ::javax::swing::text::View *);
virtual void paint(::java::awt::Graphics *, jfloat, jfloat, jfloat, jfloat, ::javax::swing::text::View *);
private:
jfloat __attribute__((aligned(__alignof__( ::java::lang::Object)))) leftInset;
jfloat rightInset;
jfloat topInset;
jfloat bottomInset;
::javax::swing::border::Border * border;
jfloat leftPadding;
jfloat rightPadding;
jfloat topPadding;
jfloat bottomPadding;
::java::awt::Color * background;
public:
static ::java::lang::Class class$;
};
#endif // __javax_swing_text_html_StyleSheet$BoxPainter__
|