org.gnu.gtk
Class Orientation
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.Orientation
- public class Orientation
- extends Enum
Fields inherited from class org.gnu.glib.Enum |
value_ |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
HORIZONTAL
public static final Orientation HORIZONTAL
VERTICAL
public static final Orientation VERTICAL
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)