org.gnu.gtk
public class ArrowType extends Enum
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) |