org.gnu.gtk

Class ArrowType

public class ArrowType extends Enum

Used to indicate the direction in which an Arrow should point.

See Also: Arrow

Field Summary
static ArrowTypeDOWN
static ArrowTypeLEFT
static ArrowTypeRIGHT
static ArrowTypeUP
Method Summary
ArrowTypeand(ArrowType other)
static ArrowTypeintern(int value)
ArrowTypeor(ArrowType other)
booleantest(ArrowType other)
ArrowTypexor(ArrowType other)

Field Detail

DOWN

public static final ArrowType DOWN

LEFT

public static final ArrowType LEFT

RIGHT

public static final ArrowType RIGHT

UP

public static final ArrowType UP

Method Detail

and

public ArrowType and(ArrowType other)

intern

public static ArrowType intern(int value)

or

public ArrowType or(ArrowType other)

test

public boolean test(ArrowType other)

xor

public ArrowType xor(ArrowType other)