Package ch.bailu.gtk.gdkpixbuf
Schnittstelle PixbufError
public interface PixbufError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intA bad option was passed to a pixbuf save module.static final intAn image file was broken somehow.static final intGeneric failure code, something went wrong.static final intOnly part of the animation was loaded.static final intNot enough memory.static final intUnknown image type.static final intDon'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:
-