com.sun.jna.examples.unix
Class X11.Cursor
java.lang.Object
com.sun.jna.examples.unix.X11.XID
com.sun.jna.examples.unix.X11.Cursor
- All Implemented Interfaces:
- NativeMapped
- Enclosing interface:
- X11
public static class X11.Cursor
- extends X11.XID
None
public static final X11.Cursor None
X11.Cursor
public X11.Cursor()
X11.Cursor
public X11.Cursor(Integer id)
X11.Cursor
public X11.Cursor(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.