org.gnu.gtk
Class SideType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.SideType
public class SideType
- 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 |
TOP
public static final SideType TOP
BOTTOM
public static final SideType BOTTOM
LEFT
public static final SideType LEFT
RIGHT
public static final SideType RIGHT
intern
public static SideType intern(int value)
or
public SideType or(SideType other)
and
public SideType and(SideType other)
xor
public SideType xor(SideType other)
test
public boolean test(SideType other)