com.teamdev.jxcapture.image.operation
Class ActiveWindowCapture

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

public class ActiveWindowCapture
extends CaptureOperation

Represents the active window capture operation.

The operation makes a screen shot of the active window (the window with which the user is currently working).


Constructor Summary
ActiveWindowCapture()
           
 
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

ActiveWindowCapture

public ActiveWindowCapture()
Method Detail

execute

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

Specified by:
execute in class CaptureOperation