org.gnu.gdk

Class PixbufAlphaMode


public class PixbufAlphaMode
extends Enum

END OF GENERATED CODE

Field Summary

static PixbufAlphaMode
BILEVEL
static PixbufAlphaMode
FULL

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

BILEVEL

public static final PixbufAlphaMode BILEVEL


FULL

public static final PixbufAlphaMode FULL

Method Details

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)