Uses of Class
org.chorem.jtimer.ui.system.unix.X11.XImage

Packages that use X11.XImage
org.chorem.jtimer.ui.system.unix Linux specific system info implementation. 
 

Uses of X11.XImage in org.chorem.jtimer.ui.system.unix
 

Methods in org.chorem.jtimer.ui.system.unix that return X11.XImage
 X11.XImage X11.XCreateImage(X11.Display dpy, X11.Visual visual, int depth, int format, int offset, com.sun.jna.Pointer data, int width, int height, int bitmap_pad, int bytes_per_line)
           
 

Methods in org.chorem.jtimer.ui.system.unix with parameters of type X11.XImage
 int X11.XDestroyImage(X11.XImage image)
           
 int X11.XPutImage(X11.Display dpy, X11.Drawable d, X11.GC gc, X11.XImage image, int src_x, int src_y, int dest_x, int dest_y, int width, int height)
           
 



Copyright © 2007-2009 CodeLutin. All Rights Reserved.