|
|||||||||||
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.gnome.EdgePosition
Field Summary | |
static EdgePosition |
FINISH
|
static EdgePosition |
LAST
|
static EdgePosition |
OTHER
|
static EdgePosition |
START
|
Method Summary | |
EdgePosition |
and(EdgePosition other)
|
static EdgePosition |
intern(int value)
|
EdgePosition |
or(EdgePosition other)
|
boolean |
test(EdgePosition other)
|
EdgePosition |
xor(EdgePosition 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 EdgePosition START
public static final EdgePosition FINISH
public static final EdgePosition OTHER
public static final EdgePosition LAST
Method Detail |
public static EdgePosition intern(int value)
public EdgePosition or(EdgePosition other)
public EdgePosition and(EdgePosition other)
public EdgePosition xor(EdgePosition other)
public boolean test(EdgePosition 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 |