org.gnu.gdk

Class ImageType

public class ImageType extends Enum

Field Summary
static ImageTypeFASTEST
static ImageTypeNORMAL
static ImageTypeSHARED
Method Summary
ImageTypeand(ImageType other)
static ImageTypeintern(int value)
ImageTypeor(ImageType other)
booleantest(ImageType other)
ImageTypexor(ImageType other)

Field Detail

FASTEST

public static final ImageType FASTEST

NORMAL

public static final ImageType NORMAL

SHARED

public static final ImageType SHARED

Method Detail

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)