mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +00:00
46 lines
843 B
C++
46 lines
843 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_java_awt_font_autofit_Width__
|
|
#define __gnu_java_awt_font_autofit_Width__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace java
|
|
{
|
|
namespace awt
|
|
{
|
|
namespace font
|
|
{
|
|
namespace autofit
|
|
{
|
|
class Width;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::java::awt::font::autofit::Width : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
Width(jint);
|
|
public:
|
|
virtual ::java::lang::String * toString();
|
|
public: // actually package-private
|
|
jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) org;
|
|
jint cur;
|
|
jint fit;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_java_awt_font_autofit_Width__
|