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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [html/] [StyleSheet$BoxPainter.h] - Blame information for rev 759

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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