org.gnu.gtk

Class SideType


public class SideType
extends Enum

Field Summary

static SideType
BOTTOM
static SideType
LEFT
static SideType
RIGHT
static SideType
TOP

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

BOTTOM

public static final SideType BOTTOM


LEFT

public static final SideType LEFT


RIGHT

public static final SideType RIGHT


TOP

public static final SideType TOP

Method Details

and

public SideType and(SideType other)


intern

public static SideType intern(int value)


or

public SideType or(SideType other)


test

public boolean test(SideType other)


xor

public SideType xor(SideType other)