summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/text/html/BlockView$PositionInfo.h
blob: 1e19b610fd4883ee13d066c7f36becd7e6c570dd (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
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_text_html_BlockView$PositionInfo__
#define __javax_swing_text_html_BlockView$PositionInfo__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace javax
    {
      namespace swing
      {
        namespace text
        {
          namespace html
          {
            namespace css
            {
                class Length;
            }
          }
        }
      }
    }
  }
  namespace javax
  {
    namespace swing
    {
      namespace text
      {
        namespace html
        {
            class BlockView$PositionInfo;
        }
      }
    }
  }
}

class javax::swing::text::html::BlockView$PositionInfo : public ::java::lang::Object
{

public: // actually package-private
  BlockView$PositionInfo(jint, ::gnu::javax::swing::text::html::css::Length *, ::gnu::javax::swing::text::html::css::Length *, ::gnu::javax::swing::text::html::css::Length *, ::gnu::javax::swing::text::html::css::Length *);
  static const jint STATIC = 0;
  static const jint RELATIVE = 1;
  static const jint ABSOLUTE = 2;
  static const jint FIXED = 3;
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) type;
  ::gnu::javax::swing::text::html::css::Length * left;
  ::gnu::javax::swing::text::html::css::Length * right;
  ::gnu::javax::swing::text::html::css::Length * top;
  ::gnu::javax::swing::text::html::css::Length * bottom;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_text_html_BlockView$PositionInfo__