org.gnu.gdk

Class ImageType


public class ImageType
extends Enum

END OF JNI CODE

Field Summary

static ImageType
FASTEST
static ImageType
NORMAL
static ImageType
SHARED

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

ImageType
and(ImageType other)
static ImageType
intern(int value)
ImageType
or(ImageType other)
boolean
test(ImageType other)
ImageType
xor(ImageType other)

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

FASTEST

public static final ImageType FASTEST


NORMAL

public static final ImageType NORMAL


SHARED

public static final ImageType SHARED

Method Details

and

public ImageType and(ImageType other)


intern

public static ImageType intern(int value)


or

public ImageType or(ImageType other)


test

public boolean test(ImageType other)


xor

public ImageType xor(ImageType other)