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 ArrowType
DOWN
static ArrowType
LEFT
static ArrowType
RIGHT
static ArrowType
UP

Method Summary

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

Field Details

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 Details

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)