com.sun.jna.examples.unix
Class X11.Drawable
java.lang.Object
com.sun.jna.examples.unix.X11.XID
com.sun.jna.examples.unix.X11.Drawable
- All Implemented Interfaces:
- NativeMapped
- Direct Known Subclasses:
- X11.Pixmap, X11.Window
- Enclosing interface:
- X11
public static class X11.Drawable
- extends X11.XID
None
public static final X11.Drawable None
X11.Drawable
public X11.Drawable()
X11.Drawable
public X11.Drawable(Integer id)
X11.Drawable
public X11.Drawable(int id)
fromNative
public Object fromNative(Object nativeValue,
FromNativeContext context)
- Description copied from interface:
NativeMapped
- Convert the given native object into its Java representation using
the given context.
- Specified by:
fromNative
in interface NativeMapped
- Overrides:
fromNative
in class X11.XID
Copyright © 2007-2008 Timothy Wall. All Rights Reserved.