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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [text/] [html/] [InlineView.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_InlineView__
5
#define __javax_swing_text_html_InlineView__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/text/LabelView.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class Shape;
17
    }
18
  }
19
  namespace javax
20
  {
21
    namespace swing
22
    {
23
      namespace event
24
      {
25
          class DocumentEvent;
26
      }
27
      namespace text
28
      {
29
          class AttributeSet;
30
          class Element;
31
          class View;
32
          class ViewFactory;
33
        namespace html
34
        {
35
            class InlineView;
36
            class StyleSheet;
37
        }
38
      }
39
    }
40
  }
41
}
42
 
43
class javax::swing::text::html::InlineView : public ::javax::swing::text::LabelView
44
{
45
 
46
public:
47
  InlineView(::javax::swing::text::Element *);
48
  virtual void insertUpdate(::javax::swing::event::DocumentEvent *, ::java::awt::Shape *, ::javax::swing::text::ViewFactory *);
49
  virtual void removeUpdate(::javax::swing::event::DocumentEvent *, ::java::awt::Shape *, ::javax::swing::text::ViewFactory *);
50
  virtual void changedUpdate(::javax::swing::event::DocumentEvent *, ::java::awt::Shape *, ::javax::swing::text::ViewFactory *);
51
  virtual ::javax::swing::text::AttributeSet * getAttributes();
52
  virtual jint getBreakWeight(jint, jfloat, jfloat);
53
  virtual ::javax::swing::text::View * breakView(jint, jint, jfloat, jfloat);
54
public: // actually protected
55
  virtual void setPropertiesFromAttributes();
56
  virtual ::javax::swing::text::html::StyleSheet * getStyleSheet();
57
public:
58
  virtual jfloat getMinimumSpan(jint);
59
private:
60
  jfloat getLongestWord();
61
  jfloat calculateLongestWord();
62
  ::javax::swing::text::AttributeSet * __attribute__((aligned(__alignof__( ::javax::swing::text::LabelView)))) attributes;
63
  jfloat longestWord;
64
  jboolean nowrap;
65
public:
66
  static ::java::lang::Class class$;
67
};
68
 
69
#endif // __javax_swing_text_html_InlineView__

powered by: WebSVN 2.1.0

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