org.gnu.gdk

Class PixbufError

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 PixbufErrorBAD_OPTION
static PixbufErrorCORRUPT_IMAGE
static PixbufErrorFAILED
static PixbufErrorINSUFFICIENT_MEMORY
static PixbufErrorUNKNOWN_TYPE
static PixbufErrorUNSUPPORTED_OPERATION
Method Summary
PixbufErrorand(PixbufError other)
static PixbufErrorintern(int value)
PixbufErroror(PixbufError other)
booleantest(PixbufError other)
PixbufErrorxor(PixbufError other)

Field Detail

BAD_OPTION

public static final PixbufError BAD_OPTION

CORRUPT_IMAGE

public static final PixbufError CORRUPT_IMAGE

FAILED

public static final PixbufError FAILED

INSUFFICIENT_MEMORY

public static final PixbufError INSUFFICIENT_MEMORY

UNKNOWN_TYPE

public static final PixbufError UNKNOWN_TYPE

UNSUPPORTED_OPERATION

public static final PixbufError UNSUPPORTED_OPERATION

Method Detail

and

public PixbufError and(PixbufError other)

intern

public static PixbufError intern(int value)

or

public PixbufError or(PixbufError other)

test

public boolean test(PixbufError other)

xor

public PixbufError xor(PixbufError other)