org.gnu.gtk

Class Orientation

public class Orientation extends Enum

Field Summary
static OrientationHORIZONTAL
static OrientationVERTICAL
Method Summary
Orientationand(Orientation other)
static Orientationintern(int value)
Orientationor(Orientation other)
booleantest(Orientation other)
Orientationxor(Orientation other)

Field Detail

HORIZONTAL

public static final Orientation HORIZONTAL

VERTICAL

public static final Orientation VERTICAL

Method Detail

and

public Orientation and(Orientation other)

intern

public static Orientation intern(int value)

or

public Orientation or(Orientation other)

test

public boolean test(Orientation other)

xor

public Orientation xor(Orientation other)