Package ch.bailu.gtk.gdkpixbuf
Schnittstelle PixbufError
public interface PixbufError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
A bad option was passed to a pixbuf save module.static final int
An image file was broken somehow.static final int
Generic failure code, something went wrong.static final int
Only part of the animation was loaded.static final int
Not enough memory.static final int
Unknown image type.static final int
Don't know how to perform the
given operation on the type of image at hand.
-
Felddetails
-
CORRUPT_IMAGE
static final int CORRUPT_IMAGEAn image file was broken somehow.- Siehe auch:
-
INSUFFICIENT_MEMORY
static final int INSUFFICIENT_MEMORYNot enough memory.- Siehe auch:
-
BAD_OPTION
static final int BAD_OPTIONA bad option was passed to a pixbuf save module.- Siehe auch:
-
UNKNOWN_TYPE
static final int UNKNOWN_TYPEUnknown image type.- Siehe auch:
-
UNSUPPORTED_OPERATION
static final int UNSUPPORTED_OPERATIONDon't know how to perform the
given operation on the type of image at hand.- Siehe auch:
-
FAILED
static final int FAILEDGeneric failure code, something went wrong.- Siehe auch:
-
INCOMPLETE_ANIMATION
static final int INCOMPLETE_ANIMATIONOnly part of the animation was loaded.- Siehe auch:
-