org.gnu.gdk

Class AxisUse


public class AxisUse
extends Enum

END OF GENERATED CODE

Field Summary

static AxisUse
IGNORE
static AxisUse
LAST
static AxisUse
PRESSURE
static AxisUse
WHEEL
static AxisUse
X
static AxisUse
XTILT
static AxisUse
Y
static AxisUse
YTILT

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

AxisUse
and(AxisUse other)
static AxisUse
intern(int value)
AxisUse
or(AxisUse other)
boolean
test(AxisUse other)
AxisUse
xor(AxisUse other)

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

IGNORE

public static final AxisUse IGNORE


LAST

public static final AxisUse LAST


PRESSURE

public static final AxisUse PRESSURE


WHEEL

public static final AxisUse WHEEL


X

public static final AxisUse X


XTILT

public static final AxisUse XTILT


Y

public static final AxisUse Y


YTILT

public static final AxisUse YTILT

Method Details

and

public AxisUse and(AxisUse other)


intern

public static AxisUse intern(int value)


or

public AxisUse or(AxisUse other)


test

public boolean test(AxisUse other)


xor

public AxisUse xor(AxisUse other)