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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [html/] [HRuleView.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_HRuleView__
5
#define __javax_swing_text_html_HRuleView__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/text/html/InlineView.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class Graphics;
17
        class Shape;
18
    }
19
  }
20
  namespace javax
21
  {
22
    namespace swing
23
    {
24
      namespace text
25
      {
26
          class Element;
27
          class View;
28
        namespace html
29
        {
30
            class HRuleView;
31
        }
32
      }
33
    }
34
  }
35
}
36
 
37
class javax::swing::text::html::HRuleView : public ::javax::swing::text::html::InlineView
38
{
39
 
40
public:
41
  HRuleView(::javax::swing::text::Element *);
42
  virtual jint getBreakWeight(jint, jfloat, jfloat);
43
  virtual void paint(::java::awt::Graphics *, ::java::awt::Shape *);
44
  virtual ::javax::swing::text::View * breakView(jint, jint, jfloat, jfloat);
45
  virtual jfloat getMaximumSpan(jint);
46
  virtual jfloat getPreferredSpan(jint);
47
public: // actually package-private
48
  ::javax::swing::text::View * __attribute__((aligned(__alignof__( ::javax::swing::text::html::InlineView)))) nullView;
49
  static jint HEIGHT;
50
public:
51
  static ::java::lang::Class class$;
52
};
53
 
54
#endif // __javax_swing_text_html_HRuleView__

powered by: WebSVN 2.1.0

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