teamdev.jxcapture
Class RegionCapture

java.lang.Object
  extended byteamdev.jxcapture.CaptureOperation
      extended byteamdev.jxcapture.DrawableCapture
          extended byteamdev.jxcapture.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 teamdev.jxcapture.DrawableCapture
cancel, complete, dispose, getController, getDrawableArea, showDrawableArea
 
Methods inherited from class teamdev.jxcapture.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