org.gnu.gnome
Class EdgePosition
java.lang.Object
org.gnu.glib.Enum
org.gnu.gnome.EdgePosition
public class EdgePosition
- extends org.gnu.glib.Enum
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 |
START
public static final EdgePosition START
FINISH
public static final EdgePosition FINISH
OTHER
public static final EdgePosition OTHER
LAST
public static final EdgePosition LAST
intern
public static EdgePosition intern(int value)
or
public EdgePosition or(EdgePosition other)
and
public EdgePosition and(EdgePosition other)
xor
public EdgePosition xor(EdgePosition other)
test
public boolean test(EdgePosition other)