org.gnu.gtk
Class ImageType
public class ImageType
extends Enum
Describes the image data represented by a
Image
.
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
ANIMATION
public static final ImageType ANIMATION
ICON_NAME
public static final ImageType ICON_NAME
ICON_SET
public static final ImageType ICON_SET
intern
public static ImageType intern(int value)