summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/text/html/InlineView.h
blob: 0d552dd7e8d32eacbc83f16e39a562e55b5e0dfb (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
65
66
67
68
69
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_text_html_InlineView__
#define __javax_swing_text_html_InlineView__

#pragma interface

#include <javax/swing/text/LabelView.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
        class Shape;
    }
  }
  namespace javax
  {
    namespace swing
    {
      namespace event
      {
          class DocumentEvent;
      }
      namespace text
      {
          class AttributeSet;
          class Element;
          class View;
          class ViewFactory;
        namespace html
        {
            class InlineView;
            class StyleSheet;
        }
      }
    }
  }
}

class javax::swing::text::html::InlineView : public ::javax::swing::text::LabelView
{

public:
  InlineView(::javax::swing::text::Element *);
  virtual void insertUpdate(::javax::swing::event::DocumentEvent *, ::java::awt::Shape *, ::javax::swing::text::ViewFactory *);
  virtual void removeUpdate(::javax::swing::event::DocumentEvent *, ::java::awt::Shape *, ::javax::swing::text::ViewFactory *);
  virtual void changedUpdate(::javax::swing::event::DocumentEvent *, ::java::awt::Shape *, ::javax::swing::text::ViewFactory *);
  virtual ::javax::swing::text::AttributeSet * getAttributes();
  virtual jint getBreakWeight(jint, jfloat, jfloat);
  virtual ::javax::swing::text::View * breakView(jint, jint, jfloat, jfloat);
public: // actually protected
  virtual void setPropertiesFromAttributes();
  virtual ::javax::swing::text::html::StyleSheet * getStyleSheet();
public:
  virtual jfloat getMinimumSpan(jint);
private:
  jfloat getLongestWord();
  jfloat calculateLongestWord();
  ::javax::swing::text::AttributeSet * __attribute__((aligned(__alignof__( ::javax::swing::text::LabelView)))) attributes;
  jfloat longestWord;
  jboolean nowrap;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_text_html_InlineView__