2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_Icon__
5 #define __javax_swing_Icon__
9 #include <java/lang/Object.h>
29 class javax::swing::Icon
: public ::java::lang::Object
33 virtual jint
getIconHeight() = 0;
34 virtual jint
getIconWidth() = 0;
35 virtual void paintIcon(::java::awt::Component
*, ::java::awt::Graphics
*, jint
, jint
) = 0;
36 static ::java::lang::Class
class$
;
37 } __attribute__ ((java_interface
));
39 #endif // __javax_swing_Icon__