org.gnu.gtk

Class ArrowType

public class ArrowType extends Enum

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.ArrowType. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

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

See Also:

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)