org.gnu.gtk
Class Orientation

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

public class Orientation
extends org.gnu.glib.Enum


Field Summary
static Orientation HORIZONTAL
           
static Orientation VERTICAL
           
 
Method Summary
 Orientation and(Orientation other)
           
static Orientation intern(int value)
           
 Orientation or(Orientation other)
           
 boolean test(Orientation other)
           
 Orientation xor(Orientation 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

HORIZONTAL

public static final Orientation HORIZONTAL

VERTICAL

public static final Orientation VERTICAL
Method Detail

intern

public static Orientation intern(int value)

or

public Orientation or(Orientation other)

and

public Orientation and(Orientation other)

xor

public Orientation xor(Orientation other)

test

public boolean test(Orientation other)