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