org.gnu.gdk

Class PixbufAlphaMode

public class PixbufAlphaMode extends Enum

Field Summary
static PixbufAlphaModeBILEVEL
static PixbufAlphaModeFULL
Method Summary
PixbufAlphaModeand(PixbufAlphaMode other)
static PixbufAlphaModeintern(int value)
PixbufAlphaModeor(PixbufAlphaMode other)
booleantest(PixbufAlphaMode other)
PixbufAlphaModexor(PixbufAlphaMode other)

Field Detail

BILEVEL

public static final PixbufAlphaMode BILEVEL

FULL

public static final PixbufAlphaMode FULL

Method Detail

and

public PixbufAlphaMode and(PixbufAlphaMode other)

intern

public static PixbufAlphaMode intern(int value)

or

public PixbufAlphaMode or(PixbufAlphaMode other)

test

public boolean test(PixbufAlphaMode other)

xor

public PixbufAlphaMode xor(PixbufAlphaMode other)