org.gnu.gdk
public class PixbufError extends Enum
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may exist in java-gnome 4.0; look out for
org.gnome.gdk.PixbufError
.
Field Summary | |
---|---|
static PixbufError | BAD_OPTION |
static PixbufError | CORRUPT_IMAGE |
static PixbufError | FAILED |
static PixbufError | INSUFFICIENT_MEMORY |
static PixbufError | UNKNOWN_TYPE |
static PixbufError | UNSUPPORTED_OPERATION |
Method Summary | |
---|---|
PixbufError | and(PixbufError other) |
static PixbufError | intern(int value) |
PixbufError | or(PixbufError other) |
boolean | test(PixbufError other) |
PixbufError | xor(PixbufError other) |