teamdev.jxdesktop.win32
Class WindowsCaptureUtilities

java.lang.Object
  extended byteamdev.jxdesktop.CaptureUtilities
      extended byteamdev.jxdesktop.win32.WindowsCaptureUtilities

public class WindowsCaptureUtilities
extends CaptureUtilities

A collection of utility methods for the Windows desktop.


Constructor Summary
WindowsCaptureUtilities()
           
 
Method Summary
 java.awt.image.BufferedImage createScreenCapture(java.awt.Rectangle screenRect)
          Creates an image containing pixels read from the screen.
 
Methods inherited from class teamdev.jxdesktop.CaptureUtilities
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsCaptureUtilities

public WindowsCaptureUtilities()
Method Detail

createScreenCapture

public java.awt.image.BufferedImage createScreenCapture(java.awt.Rectangle screenRect)
Description copied from class: CaptureUtilities
Creates an image containing pixels read from the screen.

Specified by:
createScreenCapture in class CaptureUtilities
Parameters:
screenRect - rect to capture in screen coordinates
Returns:
The captured image