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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [swing/] [text/] [html/] [css/] [FontSize.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_swing_text_html_css_FontSize__
5
#define __gnu_javax_swing_text_html_css_FontSize__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace swing
19
      {
20
        namespace text
21
        {
22
          namespace html
23
          {
24
            namespace css
25
            {
26
                class FontSize;
27
            }
28
          }
29
        }
30
      }
31
    }
32
  }
33
}
34
 
35
class gnu::javax::swing::text::html::css::FontSize : public ::java::lang::Object
36
{
37
 
38
public:
39
  FontSize(::java::lang::String *);
40
  virtual jint getValue(jint);
41
  virtual jint getValue();
42
private:
43
  jint mapValue();
44
  jint mapPoints();
45
  jint mapPixels();
46
  jint mapPercent(jint);
47
  jint mapEM(jint);
48
  jint mapSmaller(jint);
49
  jint mapLarger(jint);
50
  jint mapAbsolute();
51
public:
52
  virtual ::java::lang::String * toString();
53
private:
54
  jint mapRelative(jint);
55
public:
56
  virtual jboolean isRelative();
57
private:
58
  ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
59
  jint size;
60
  jint sizeIndex;
61
  jboolean isRelative__;
62
public:
63
  static const jint DEFAULT_FONT_SIZE = 12;
64
private:
65
  static JArray< jdouble > * SCALE;
66
public: // actually package-private
67
  static jboolean $assertionsDisabled;
68
public:
69
  static ::java::lang::Class class$;
70
};
71
 
72
#endif // __gnu_javax_swing_text_html_css_FontSize__

powered by: WebSVN 2.1.0

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