Package ch.bailu.gtk.gdkpixbuf
Interface PixbufError
public interface PixbufError
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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.
-
Field Details
-
CORRUPT_IMAGE
static final int CORRUPT_IMAGEAn image file was broken somehow.- See Also:
-
INSUFFICIENT_MEMORY
static final int INSUFFICIENT_MEMORYNot enough memory.- See Also:
-
BAD_OPTION
static final int BAD_OPTIONA bad option was passed to a pixbuf save module.- See Also:
-
UNKNOWN_TYPE
static final int UNKNOWN_TYPEUnknown image type.- See Also:
-
UNSUPPORTED_OPERATION
static final int UNSUPPORTED_OPERATIONDon't know how to perform the
given operation on the type of image at hand.- See Also:
-
FAILED
static final int FAILEDGeneric failure code, something went wrong.- See Also:
-
INCOMPLETE_ANIMATION
static final int INCOMPLETE_ANIMATIONOnly part of the animation was loaded.- See Also:
-