org.gnu.gdk
Class PixbufError

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gdk.PixbufError

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.

public class PixbufError
extends org.gnu.glib.Enum


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

CORRUPT_IMAGE

public static final PixbufError CORRUPT_IMAGE
Deprecated. 

INSUFFICIENT_MEMORY

public static final PixbufError INSUFFICIENT_MEMORY
Deprecated. 

BAD_OPTION

public static final PixbufError BAD_OPTION
Deprecated. 

UNKNOWN_TYPE

public static final PixbufError UNKNOWN_TYPE
Deprecated. 

UNSUPPORTED_OPERATION

public static final PixbufError UNSUPPORTED_OPERATION
Deprecated. 

FAILED

public static final PixbufError FAILED
Deprecated. 
Method Detail

intern

public static PixbufError intern(int value)
Deprecated. 

or

public PixbufError or(PixbufError other)
Deprecated. 

and

public PixbufError and(PixbufError other)
Deprecated. 

xor

public PixbufError xor(PixbufError other)
Deprecated. 

test

public boolean test(PixbufError other)
Deprecated.