org.gnu.gtk
public class ImageType extends Enum
EMPTY
There is no Image displayed by the widget.
PIXMAP
The widget contains a {@link org.gnu.gdk.Pixmap}
IMAGE
The widget contains a {@link org.gnu.gdk.Image}
PIXBUF
The widget contains a {@link org.gnu.gdk.Pixbuf}
STOCK
The widget contains a stock icon name.
ICON_SET
The widget contains a {@link org.gnu.gtk.IconSet}
ANIMATION
The widget contains a {@link org.gnu.gdk.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) |