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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [print/] [ipp/] [IppUtilities.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_print_ipp_IppUtilities__
5
#define __gnu_javax_print_ipp_IppUtilities__
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 print
19
      {
20
        namespace ipp
21
        {
22
            class IppUtilities;
23
        }
24
      }
25
    }
26
  }
27
  namespace javax
28
  {
29
    namespace print
30
    {
31
      namespace attribute
32
      {
33
          class Attribute;
34
      }
35
    }
36
  }
37
}
38
 
39
class gnu::javax::print::ipp::IppUtilities : public ::java::lang::Object
40
{
41
 
42
  IppUtilities();
43
public:
44
  static ::java::lang::Class * getClass(::java::lang::String *);
45
  static ::java::lang::String * getSupportedAttrName(::java::lang::Class *);
46
  static ::java::lang::Class * getSupportedCategory(::java::lang::Class *);
47
  static jint convertToInt(JArray< jbyte > *);
48
  static jint convertToInt(jbyte, jbyte, jbyte, jbyte);
49
  static jshort convertToShort(jbyte, jbyte);
50
  static ::javax::print::attribute::Attribute * getEnumAttribute(::java::lang::String *, ::java::lang::Object *);
51
  static ::javax::print::attribute::Attribute * getIntegerAttribute(::java::lang::String *, jint);
52
  static ::javax::print::attribute::Attribute * getTextAttribute(::java::lang::String *, jbyte, JArray< jbyte > *);
53
private:
54
  static JArray< ::java::lang::Object * > * INTEGER_ATT_VALUE;
55
  static JArray< ::java::lang::Class * > * INTEGER_CLASS_ARRAY;
56
  static JArray< ::java::lang::Object * > * TEXT_ATT_VALUE;
57
  static JArray< ::java::lang::Class * > * TEXT_CLASS_ARRAY;
58
  static ::java::util::HashMap * classesByName;
59
  static ::java::util::HashMap * instanceByClass;
60
public:
61
  static ::java::lang::Class class$;
62
};
63
 
64
#endif // __gnu_javax_print_ipp_IppUtilities__

powered by: WebSVN 2.1.0

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