com.teamdev.jxcapture.image.linux
Class CursorImage

java.lang.Object
  extended by com.teamdev.jxcapture.image.linux.CursorImage

public class CursorImage
extends java.lang.Object


Constructor Summary
CursorImage(com.jniwrapper.Pointer.Void handle)
           
 
Method Summary
 void attachTo(com.teamdev.jxdesktop.linux.xlib.XImage image, java.awt.Rectangle captureRect)
           
static CursorImage grab(com.teamdev.jxdesktop.linux.xlib.XDisplay display)
           
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CursorImage

public CursorImage(com.jniwrapper.Pointer.Void handle)
Method Detail

grab

public static CursorImage grab(com.teamdev.jxdesktop.linux.xlib.XDisplay display)

attachTo

public void attachTo(com.teamdev.jxdesktop.linux.xlib.XImage image,
                     java.awt.Rectangle captureRect)

release

public void release()