org.gnu.gnome
Class EdgePosition

java.lang.Object
  extended byorg.gnu.glib.Enum
      extended byorg.gnu.gnome.EdgePosition

public class EdgePosition
extends org.gnu.glib.Enum


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

START

public static final EdgePosition START

FINISH

public static final EdgePosition FINISH

OTHER

public static final EdgePosition OTHER

LAST

public static final EdgePosition LAST
Method Detail

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)