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

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

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

Fields in org.chorem.jtimer.ui.system.unix declared as X11.Pixmap
 X11.Pixmap X11.XSetWindowAttributes.background_pixmap
           
 X11.Pixmap X11.XSetWindowAttributes.border_pixmap
           
 X11.Pixmap X11.XGCValues.clip_mask
           
 X11.Pixmap X11.XWMHints.icon_mask
           
 X11.Pixmap X11.XWMHints.icon_pixmap
           
static X11.Pixmap X11.Pixmap.None
           
 X11.Pixmap X11.XGCValues.stipple
           
 X11.Pixmap X11.XGCValues.tile
           
 

Methods in org.chorem.jtimer.ui.system.unix that return X11.Pixmap
 X11.Pixmap X11.XCreateBitmapFromData(X11.Display display, X11.Window window, com.sun.jna.Pointer data, int width, int height)
           
 X11.Pixmap X11.XCreatePixmap(X11.Display display, X11.Drawable drawable, int width, int height, int depth)
           
 

Methods in org.chorem.jtimer.ui.system.unix with parameters of type X11.Pixmap
 int X11.XFreePixmap(X11.Display display, X11.Pixmap pixmap)
           
 void X11.Xext.XShapeCombineMask(X11.Display display, X11.Window window, int dest_kind, int x_off, int y_off, X11.Pixmap src, int op)
           
 



Copyright © 2007-2009 CodeLutin. All Rights Reserved.