public static class X11.Cursor extends X11.XID
| Modifier and Type | Field and Description |
|---|---|
static X11.Cursor |
None |
| Constructor and Description |
|---|
X11.Cursor() |
X11.Cursor(int id) |
X11.Cursor(java.lang.Integer id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
FromNativeContext context)
Convert the given native object into its Java representation using
the given context.
|
isNone, nativeType, toNative, toStringpublic static final X11.Cursor None
public X11.Cursor()
public X11.Cursor(java.lang.Integer id)
public X11.Cursor(int id)
public java.lang.Object fromNative(java.lang.Object nativeValue,
FromNativeContext context)
NativeMappedfromNative in interface NativeMappedfromNative in class X11.XID