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