|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.ImageType
org.gnome.gtk.ImageType.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public class ImageType
Describes the image data represented by a Image.
EMPTY There is no Image displayed by the widget. PIXMAP The widget contains aPixmapIMAGE The widget contains aImagePIXBUF The widget contains aPixbufSTOCK The widget contains a stock icon name. ICON_SET The widget contains aIconSetANIMATION The widget contains aPixbufAnimation
| Field Summary | |
|---|---|
static ImageType |
ANIMATION
Deprecated. |
static ImageType |
EMPTY
Deprecated. |
static ImageType |
ICON_NAME
Deprecated. |
static ImageType |
ICON_SET
Deprecated. |
static ImageType |
IMAGE
Deprecated. |
static ImageType |
PIXBUF
Deprecated. |
static ImageType |
PIXMAP
Deprecated. |
static ImageType |
STOCK
Deprecated. |
| Method Summary | |
|---|---|
ImageType |
and(ImageType other)
Deprecated. |
static ImageType |
intern(int value)
Deprecated. |
ImageType |
or(ImageType other)
Deprecated. |
boolean |
test(ImageType other)
Deprecated. |
ImageType |
xor(ImageType other)
Deprecated. |
| Methods inherited from class org.gnu.glib.Enum |
|---|
equals, getValue, hashCode |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ImageType EMPTY
public static final ImageType PIXMAP
public static final ImageType IMAGE
public static final ImageType PIXBUF
public static final ImageType STOCK
public static final ImageType ICON_SET
public static final ImageType ANIMATION
public static final ImageType ICON_NAME
| Method Detail |
|---|
public static ImageType intern(int value)
public ImageType or(ImageType other)
public ImageType and(ImageType other)
public ImageType xor(ImageType other)
public boolean test(ImageType other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||