Uses of Class
org.gnu.gtk.ImageType

Packages that use ImageType
org.gnu.gtk   
 

Uses of ImageType in org.gnu.gtk
 

Fields in org.gnu.gtk declared as ImageType
static ImageType ImageType.EMPTY
           
static ImageType ImageType.PIXMAP
           
static ImageType ImageType.IMAGE
           
static ImageType ImageType.PIXBUF
           
static ImageType ImageType.STOCK
           
static ImageType ImageType.ICON_SET
           
static ImageType ImageType.ANIMATION
           
 

Methods in org.gnu.gtk that return ImageType
 ImageType Image.getStorageType()
          Gets the type of representation being used by the Image to store image data.
static ImageType ImageType.intern(int value)
           
 ImageType ImageType.or(ImageType other)
           
 ImageType ImageType.and(ImageType other)
           
 ImageType ImageType.xor(ImageType other)
           
 

Methods in org.gnu.gtk with parameters of type ImageType
 ImageType ImageType.or(ImageType other)
           
 ImageType ImageType.and(ImageType other)
           
 ImageType ImageType.xor(ImageType other)
           
 boolean ImageType.test(ImageType other)
           
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net