|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.gtk.ImageType
public final class ImageType
The type of image in a Image
or a StatusIcon
.
Field Summary | |
---|---|
static ImageType |
ANIMATION
The Widget contains a PixbufAnimation . |
static ImageType |
EMPTY
There is no image displayed by the Widget. |
static ImageType |
ICON_SET
The Widget contains a IconSet . |
static ImageType |
PIXBUF
The Widget contains a Pixbuf . |
static ImageType |
PIXMAP
The Widget contains a Pixmap . |
static ImageType |
STOCK
The Widget contains an icon derived specified by a stock item (see Stock ). |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ImageType ANIMATION
PixbufAnimation
.
public static final ImageType EMPTY
public static final ImageType ICON_SET
IconSet
.
public static final ImageType PIXBUF
Pixbuf
.
public static final ImageType PIXMAP
Pixmap
.
public static final ImageType STOCK
Stock
).
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |