org.gnu.gdk
public class ScrollDirection extends Enum
Field Summary | |
---|---|
static ScrollDirection | DOWN |
static ScrollDirection | LEFT |
static ScrollDirection | RIGHT |
static ScrollDirection | UP |
Method Summary | |
---|---|
ScrollDirection | and(ScrollDirection other) |
static ScrollDirection | intern(int value) |
ScrollDirection | or(ScrollDirection other) |
boolean | test(ScrollDirection other) |
ScrollDirection | xor(ScrollDirection other) |