|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.ArrowType
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.
public class ArrowType
Used to indicate the direction in which an Arrow should point.
Arrow
Field Summary | |
---|---|
static ArrowType |
DOWN
Deprecated. |
static ArrowType |
LEFT
Deprecated. |
static ArrowType |
RIGHT
Deprecated. |
static ArrowType |
UP
Deprecated. |
Method Summary | |
---|---|
ArrowType |
and(ArrowType other)
Deprecated. |
static ArrowType |
intern(int value)
Deprecated. |
ArrowType |
or(ArrowType other)
Deprecated. |
boolean |
test(ArrowType other)
Deprecated. |
ArrowType |
xor(ArrowType other)
Deprecated. |
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |