org.gnu.gtk
public class ImageType extends Enum
EMPTY There is no Image displayed by the widget. PIXMAP The widget contains a Pixmap IMAGE The widget contains a Image PIXBUF The widget contains a Pixbuf STOCK The widget contains a stock icon name. ICON_SET The widget contains a IconSet ANIMATION The widget contains a PixbufAnimation
| Field Summary | |
|---|---|
| static ImageType | ANIMATION |
| static ImageType | EMPTY |
| static ImageType | ICON_NAME |
| static ImageType | ICON_SET |
| static ImageType | IMAGE |
| static ImageType | PIXBUF |
| static ImageType | PIXMAP |
| static ImageType | STOCK |
| Method Summary | |
|---|---|
| ImageType | and(ImageType other) |
| static ImageType | intern(int value) |
| ImageType | or(ImageType other) |
| boolean | test(ImageType other) |
| ImageType | xor(ImageType other) |