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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [print/] [attribute/] [standard/] [MediaPrintableArea.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_print_attribute_standard_MediaPrintableArea__
5
#define __javax_print_attribute_standard_MediaPrintableArea__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace print
17
    {
18
      namespace attribute
19
      {
20
        namespace standard
21
        {
22
            class MediaPrintableArea;
23
        }
24
      }
25
    }
26
  }
27
}
28
 
29
class javax::print::attribute::standard::MediaPrintableArea : public ::java::lang::Object
30
{
31
 
32
public:
33
  MediaPrintableArea(jfloat, jfloat, jfloat, jfloat, jint);
34
  MediaPrintableArea(jint, jint, jint, jint, jint);
35
  ::java::lang::Class * getCategory();
36
  ::java::lang::String * getName();
37
  jfloat getHeight(jint);
38
  jfloat getWidth(jint);
39
  jfloat getX(jint);
40
  jfloat getY(jint);
41
  jboolean equals(::java::lang::Object *);
42
  ::java::lang::String * toString();
43
  jint hashCode();
44
  ::java::lang::String * toString(jint, ::java::lang::String *);
45
  JArray< jfloat > * getPrintableArea(jint);
46
private:
47
  static const jlong serialVersionUID = -1597171464050795793LL;
48
public:
49
  static const jint INCH = 25400;
50
  static const jint MM = 1000;
51
private:
52
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) x;
53
  jint y;
54
  jint w;
55
  jint h;
56
public:
57
  static ::java::lang::Class class$;
58
};
59
 
60
#endif // __javax_print_attribute_standard_MediaPrintableArea__

powered by: WebSVN 2.1.0

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