1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __javax_swing_text_html_BRView__
5 #define __javax_swing_text_html_BRView__
6 
7 #pragma interface
8 
9 #include <javax/swing/text/html/InlineView.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace swing
15     {
16       namespace text
17       {
18           class Element;
19         namespace html
20         {
21             class BRView;
22         }
23       }
24     }
25   }
26 }
27 
28 class javax::swing::text::html::BRView : public ::javax::swing::text::html::InlineView
29 {
30 
31 public:
32   BRView(::javax::swing::text::Element *);
33   virtual jint getBreakWeight(jint, jfloat, jfloat);
34   static ::java::lang::Class class$;
35 };
36 
37 #endif // __javax_swing_text_html_BRView__
38