Package org.gnome.gtk

Enum Class ImageType

java.lang.Object
java.lang.Enum<ImageType>
org.gnome.gtk.ImageType
All Implemented Interfaces:
Enumeration, Serializable, Comparable<ImageType>, Constable

@Generated("io.github.jwharm.JavaGI") public enum ImageType extends Enum<ImageType> implements Enumeration
Describes the image data representation used by a Image.

If you want to get the image from the widget, you can only get the currently-stored representation; for instance, if the gtk_image_get_storage_type() returns PAINTABLE, then you can call gtk_image_get_paintable().

For empty images, you can request any storage type (call any of the "get" functions), but they will all return null values.