org.gnu.gdk

Class ImageType


public class ImageType
extends Enum

Field Summary

static ImageType
FASTEST
static ImageType
NORMAL
static ImageType
SHARED

Method Summary

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

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)