com.teamdev.jxcapture.image.operation
Class RegionCapture

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

public class RegionCapture
extends DrawableCapture

Represents the region capture operation.

The operation allows capturing a specified region on the screen.


Constructor Summary
RegionCapture(SelectionController controller)
           
 
Method Summary
 void execute()
          Executes the current capture operation.
 
Methods inherited from class com.teamdev.jxcapture.image.operation.DrawableCapture
cancel, complete, dispose, getController, getDrawableArea, showDrawableArea
 
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

RegionCapture

public RegionCapture(SelectionController controller)
Method Detail

execute

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

Specified by:
execute in class CaptureOperation