JNA API 3.0

com.sun.jna.examples.unix
Class X11.Pixmap

java.lang.Object
  extended by com.sun.jna.examples.unix.X11.XID
      extended by com.sun.jna.examples.unix.X11.Drawable
          extended by com.sun.jna.examples.unix.X11.Pixmap
All Implemented Interfaces:
NativeMapped
Enclosing interface:
X11

public static class X11.Pixmap
extends X11.Drawable


Field Summary
static X11.Pixmap None
           
 
Constructor Summary
X11.Pixmap()
           
X11.Pixmap(int id)
           
X11.Pixmap(Integer id)
           
 
Method Summary
 Object fromNative(Object nativeValue, FromNativeContext context)
          Convert the given native object into its Java representation using the given context.
 
Methods inherited from class com.sun.jna.examples.unix.X11.XID
isNone, nativeType, toNative
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final X11.Pixmap None
Constructor Detail

X11.Pixmap

public X11.Pixmap()

X11.Pixmap

public X11.Pixmap(Integer id)

X11.Pixmap

public X11.Pixmap(int id)
Method Detail

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

JNA API 3.0

Copyright © 2007 Timothy Wall. All Rights Reserved.