com.teamdev.jxcapture.image.operation
Class DesktopCapture

java.lang.Object
  extended by com.teamdev.jxcapture.image.operation.CaptureOperation
      extended by com.teamdev.jxcapture.image.operation.DesktopCapture

public class DesktopCapture
extends CaptureOperation

Represents the desktop capture operation.

The operation makes a screen shot of the desktop.


Constructor Summary
DesktopCapture()
           
 
Method Summary
 void execute()
          Executes the current capture operation.
 
Methods inherited from class com.teamdev.jxcapture.image.operation.CaptureOperation
addCaptureListener, fireCaptureCancelEvent, fireCaptureCompleteEvent, fireCaptureStartEvent, getCaptureListeners, removeCaptureListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesktopCapture

public DesktopCapture()
Method Detail

execute

public void execute()
Description copied from class: CaptureOperation
Executes the current capture operation.

Specified by:
execute in class CaptureOperation