gcc/libjava/gnu/java/awt/font/FontFactory.h
Tom Tromey 97b8365caf Merged gcj-eclipse branch to trunk.
From-SVN: r120621
2007-01-09 19:58:05 +00:00

47 lines
803 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_java_awt_font_FontFactory__
#define __gnu_java_awt_font_FontFactory__
#pragma interface
#include <java/lang/Object.h>
#include <gcj/array.h>
extern "Java"
{
namespace gnu
{
namespace java
{
namespace awt
{
namespace font
{
class FontDelegate;
class FontFactory;
}
}
}
}
namespace java
{
namespace nio
{
class ByteBuffer;
}
}
}
class gnu::java::awt::font::FontFactory : public ::java::lang::Object
{
FontFactory();
public:
static JArray< ::gnu::java::awt::font::FontDelegate * > * createFonts(::java::nio::ByteBuffer *);
static ::java::lang::Class class$;
};
#endif // __gnu_java_awt_font_FontFactory__