|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gdk.PixbufError
org.gnome.gdk.PixbufError.
public class PixbufError
| Field Summary | |
|---|---|
static PixbufError |
BAD_OPTION
Deprecated. |
static PixbufError |
CORRUPT_IMAGE
Deprecated. |
static PixbufError |
FAILED
Deprecated. |
static PixbufError |
INSUFFICIENT_MEMORY
Deprecated. |
static PixbufError |
UNKNOWN_TYPE
Deprecated. |
static PixbufError |
UNSUPPORTED_OPERATION
Deprecated. |
| Method Summary | |
|---|---|
PixbufError |
and(PixbufError other)
Deprecated. |
static PixbufError |
intern(int value)
Deprecated. |
PixbufError |
or(PixbufError other)
Deprecated. |
boolean |
test(PixbufError other)
Deprecated. |
PixbufError |
xor(PixbufError other)
Deprecated. |
| Methods inherited from class org.gnu.glib.Enum |
|---|
equals, getValue, hashCode |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final PixbufError CORRUPT_IMAGE
public static final PixbufError INSUFFICIENT_MEMORY
public static final PixbufError BAD_OPTION
public static final PixbufError UNKNOWN_TYPE
public static final PixbufError UNSUPPORTED_OPERATION
public static final PixbufError FAILED
| Method Detail |
|---|
public static PixbufError intern(int value)
public PixbufError or(PixbufError other)
public PixbufError and(PixbufError other)
public PixbufError xor(PixbufError other)
public boolean test(PixbufError other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||