org.gnu.gtk

Class PreviewType


public class PreviewType
extends Enum

Field Summary

static PreviewType
COLOR
static PreviewType
GRAYSCALE

Method Summary

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

Field Details

COLOR

public static final PreviewType COLOR

GRAYSCALE

public static final PreviewType GRAYSCALE

Method Details

and

public PreviewType and(PreviewType other)

intern

public static PreviewType intern(int value)

or

public PreviewType or(PreviewType other)

test

public boolean test(PreviewType other)

xor

public PreviewType xor(PreviewType other)