public static class X11.Pixmap extends X11.Drawable
Modifier and Type | Field and Description |
---|---|
static X11.Pixmap |
None |
SIZE
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.
|
compare, compare, compare, doubleValue, equals, floatValue, hashCode, intValue, longValue, nativeType, setValue, toNative
public static final X11.Pixmap None
public java.lang.Object fromNative(java.lang.Object nativeValue, FromNativeContext context)
NativeMapped
fromNative
in interface NativeMapped
fromNative
in class X11.Drawable
nativeValue
- Java representation of the native type to be converted.context
- Context in which the conversion is taking place.