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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [print/] [PageFormat.h] - Blame information for rev 761

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_awt_print_PageFormat__
5
#define __java_awt_print_PageFormat__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace awt
17
    {
18
      namespace print
19
      {
20
          class PageFormat;
21
          class Paper;
22
      }
23
    }
24
  }
25
}
26
 
27
class java::awt::print::PageFormat : public ::java::lang::Object
28
{
29
 
30
public:
31
  PageFormat();
32
  virtual jdouble getWidth();
33
  virtual jdouble getHeight();
34
  virtual jdouble getImageableX();
35
  virtual jdouble getImageableY();
36
  virtual jdouble getImageableWidth();
37
  virtual jdouble getImageableHeight();
38
  virtual ::java::awt::print::Paper * getPaper();
39
  virtual void setPaper(::java::awt::print::Paper *);
40
  virtual jint getOrientation();
41
  virtual void setOrientation(jint);
42
  virtual JArray< jdouble > * getMatrix();
43
  virtual ::java::lang::Object * clone();
44
  static const jint LANDSCAPE = 0;
45
  static const jint PORTRAIT = 1;
46
  static const jint REVERSE_LANDSCAPE = 2;
47
private:
48
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) orientation;
49
  ::java::awt::print::Paper * paper;
50
public:
51
  static ::java::lang::Class class$;
52
};
53
 
54
#endif // __java_awt_print_PageFormat__

powered by: WebSVN 2.1.0

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