|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gtk.ArrowType
Used to indicate the direction in which an Arrow should point.
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)
|
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final ArrowType UP
public static final ArrowType DOWN
public static final ArrowType LEFT
public static final ArrowType RIGHT
Method Detail |
public static ArrowType intern(int value)
public ArrowType or(ArrowType other)
public ArrowType and(ArrowType other)
public ArrowType xor(ArrowType other)
public boolean test(ArrowType other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |