summaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/swing/text/html/css/FontSize.h
blob: 52c4087fa8fa763d00d425bc0ec9eb10bccdfdeb (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
70
71
72
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_javax_swing_text_html_css_FontSize__
#define __gnu_javax_swing_text_html_css_FontSize__

#pragma interface

#include <java/lang/Object.h>
#include <gcj/array.h>

extern "Java"
{
  namespace gnu
  {
    namespace javax
    {
      namespace swing
      {
        namespace text
        {
          namespace html
          {
            namespace css
            {
                class FontSize;
            }
          }
        }
      }
    }
  }
}

class gnu::javax::swing::text::html::css::FontSize : public ::java::lang::Object
{

public:
  FontSize(::java::lang::String *);
  virtual jint getValue(jint);
  virtual jint getValue();
private:
  jint mapValue();
  jint mapPoints();
  jint mapPixels();
  jint mapPercent(jint);
  jint mapEM(jint);
  jint mapSmaller(jint);
  jint mapLarger(jint);
  jint mapAbsolute();
public:
  virtual ::java::lang::String * toString();
private:
  jint mapRelative(jint);
public:
  virtual jboolean isRelative();
private:
  ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
  jint size;
  jint sizeIndex;
  jboolean isRelative__;
public:
  static const jint DEFAULT_FONT_SIZE = 12;
private:
  static JArray< jdouble > * SCALE;
public: // actually package-private
  static jboolean $assertionsDisabled;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_javax_swing_text_html_css_FontSize__