org.gnu.gtk

Class PreviewType

public class PreviewType extends Enum

Field Summary
static PreviewTypeCOLOR
static PreviewTypeGRAYSCALE
Method Summary
PreviewTypeand(PreviewType other)
static PreviewTypeintern(int value)
PreviewTypeor(PreviewType other)
booleantest(PreviewType other)
PreviewTypexor(PreviewType other)

Field Detail

COLOR

public static final PreviewType COLOR

GRAYSCALE

public static final PreviewType GRAYSCALE

Method Detail

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)