org.gnu.gtk
Class ImageType

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gtk.ImageType

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 in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.ImageType. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

public class ImageType
extends org.gnu.glib.Enum

Describes the image data represented by a Image.

  EMPTY
  There is no Image displayed by the widget.
  PIXMAP
  The widget contains a Pixmap
  IMAGE
  The widget contains a Image
  PIXBUF
  The widget contains a Pixbuf
  STOCK
  The widget contains a stock icon name.
  ICON_SET
  The widget contains a IconSet
  ANIMATION
  The widget contains a PixbufAnimation
 


Field Summary
static ImageType ANIMATION
          Deprecated.  
static ImageType EMPTY
          Deprecated.  
static ImageType ICON_NAME
          Deprecated.  
static ImageType ICON_SET
          Deprecated.  
static ImageType IMAGE
          Deprecated.  
static ImageType PIXBUF
          Deprecated.  
static ImageType PIXMAP
          Deprecated.  
static ImageType STOCK
          Deprecated.  
 
Method Summary
 ImageType and(ImageType other)
          Deprecated.  
static ImageType intern(int value)
          Deprecated.  
 ImageType or(ImageType other)
          Deprecated.  
 boolean test(ImageType other)
          Deprecated.  
 ImageType xor(ImageType 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

EMPTY

public static final ImageType EMPTY
Deprecated. 

PIXMAP

public static final ImageType PIXMAP
Deprecated. 

IMAGE

public static final ImageType IMAGE
Deprecated. 

PIXBUF

public static final ImageType PIXBUF
Deprecated. 

STOCK

public static final ImageType STOCK
Deprecated. 

ICON_SET

public static final ImageType ICON_SET
Deprecated. 

ANIMATION

public static final ImageType ANIMATION
Deprecated. 

ICON_NAME

public static final ImageType ICON_NAME
Deprecated. 
Method Detail

intern

public static ImageType intern(int value)
Deprecated. 

or

public ImageType or(ImageType other)
Deprecated. 

and

public ImageType and(ImageType other)
Deprecated. 

xor

public ImageType xor(ImageType other)
Deprecated. 

test

public boolean test(ImageType other)
Deprecated.