org.gnu.gtk
Class ArrowType

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gtk.ArrowType

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for 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
extends org.gnu.glib.Enum

Used to indicate the direction in which an Arrow should point.

See Also:
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

UP

public static final ArrowType UP
Deprecated. 

DOWN

public static final ArrowType DOWN
Deprecated. 

LEFT

public static final ArrowType LEFT
Deprecated. 

RIGHT

public static final ArrowType RIGHT
Deprecated. 
Method Detail

intern

public static ArrowType intern(int value)
Deprecated. 

or

public ArrowType or(ArrowType other)
Deprecated. 

and

public ArrowType and(ArrowType other)
Deprecated. 

xor

public ArrowType xor(ArrowType other)
Deprecated. 

test

public boolean test(ArrowType other)
Deprecated.