org.gnu.gdk
Class AxisUse
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.AxisUse
public class AxisUse
- 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 |
IGNORE
public static final AxisUse IGNORE
X
public static final AxisUse X
Y
public static final AxisUse Y
PRESSURE
public static final AxisUse PRESSURE
XTILT
public static final AxisUse XTILT
YTILT
public static final AxisUse YTILT
WHEEL
public static final AxisUse WHEEL
LAST
public static final AxisUse LAST
intern
public static AxisUse intern(int value)
or
public AxisUse or(AxisUse other)
and
public AxisUse and(AxisUse other)
xor
public AxisUse xor(AxisUse other)
test
public boolean test(AxisUse other)