org.gnu.gdk

Class PixbufError

public class PixbufError extends Enum

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)