|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gdk.AxisUse
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
|
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 |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final AxisUse IGNORE
public static final AxisUse X
public static final AxisUse Y
public static final AxisUse PRESSURE
public static final AxisUse XTILT
public static final AxisUse YTILT
public static final AxisUse WHEEL
public static final AxisUse LAST
Method Detail |
public static AxisUse intern(int value)
public AxisUse or(AxisUse other)
public AxisUse and(AxisUse other)
public AxisUse xor(AxisUse other)
public boolean test(AxisUse other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |