public static class X11.Colormap extends X11.XID
| Modifier and Type | Field and Description |
|---|---|
static X11.Colormap |
None |
| Constructor and Description |
|---|
X11.Colormap() |
X11.Colormap(int id) |
X11.Colormap(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.Colormap None
public X11.Colormap()
public X11.Colormap(java.lang.Integer id)
public X11.Colormap(int id)
public java.lang.Object fromNative(java.lang.Object nativeValue,
FromNativeContext context)
NativeMappedfromNative in interface NativeMappedfromNative in class X11.XID