org.gnu.gtk

Class Orientation


public class Orientation
extends Enum

END OF GENERATED CODE

Field Summary

static Orientation
HORIZONTAL
static Orientation
VERTICAL

Method Summary

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

Field Details

HORIZONTAL

public static final Orientation HORIZONTAL

VERTICAL

public static final Orientation VERTICAL

Method Details

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)