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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [print/] [Book.h] - Rev 775

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

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __java_awt_print_Book__
#define __java_awt_print_Book__
 
#pragma interface
 
#include <java/lang/Object.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
      namespace print
      {
          class Book;
          class PageFormat;
          class Printable;
      }
    }
  }
}
 
class java::awt::print::Book : public ::java::lang::Object
{
 
public:
  Book();
  virtual jint getNumberOfPages();
  virtual ::java::awt::print::PageFormat * getPageFormat(jint);
  virtual ::java::awt::print::Printable * getPrintable(jint);
  virtual void append(::java::awt::print::Printable *, ::java::awt::print::PageFormat *);
  virtual void append(::java::awt::print::Printable *, ::java::awt::print::PageFormat *, jint);
  virtual void setPage(jint, ::java::awt::print::Printable *, ::java::awt::print::PageFormat *);
public: // actually package-private
  ::java::util::Vector * __attribute__((aligned(__alignof__( ::java::lang::Object)))) printables;
  ::java::util::Vector * page_formats;
public:
  static ::java::lang::Class class$;
};
 
#endif // __java_awt_print_Book__
 

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

powered by: WebSVN 2.1.0

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