97b8365caf
From-SVN: r120621
48 lines
901 B
C++
48 lines
901 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_swing_plaf_metal_MetalIconFactory$2__
|
|
#define __javax_swing_plaf_metal_MetalIconFactory$2__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace java
|
|
{
|
|
namespace awt
|
|
{
|
|
class Component;
|
|
class Graphics;
|
|
}
|
|
}
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace plaf
|
|
{
|
|
namespace metal
|
|
{
|
|
class MetalIconFactory$2;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::swing::plaf::metal::MetalIconFactory$2 : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
MetalIconFactory$2();
|
|
public:
|
|
jint getIconHeight();
|
|
jint getIconWidth();
|
|
void paintIcon(::java::awt::Component *, ::java::awt::Graphics *, jint, jint);
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_swing_plaf_metal_MetalIconFactory$2__
|