gcc/libjava/javax/swing/text/html/StyleSheet$BoxPainter.h
Tom Tromey 97b8365caf Merged gcj-eclipse branch to trunk.
From-SVN: r120621
2007-01-09 19:58:05 +00:00

66 lines
1.5 KiB
C++

// 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__