com.sun.jna.examples.unix
Class X11.Pixmap
java.lang.Object
com.sun.jna.examples.unix.X11.XID
com.sun.jna.examples.unix.X11.Drawable
com.sun.jna.examples.unix.X11.Pixmap
- All Implemented Interfaces:
- NativeMapped
- Enclosing interface:
- X11
public static class X11.Pixmap
- extends X11.Drawable
None
public static final X11.Pixmap None
X11.Pixmap
public X11.Pixmap()
X11.Pixmap
public X11.Pixmap(Integer id)
X11.Pixmap
public X11.Pixmap(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.Drawable
Copyright © 2007-2008 Timothy Wall. All Rights Reserved.