org.gnu.gtk
Class Orientation
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.Orientation
public class Orientation
- 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 |
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)