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