public class ObjectCapture extends CaptureOperation
The active object is an object which is located under the mouse pointer. This object is highlighted by means of a blinking red frame.
To complete the operation and retrieve the screen shot of a selected object, press the Shift key.
To cancel the operation, press the Esc key.
Constructor and Description |
---|
ObjectCapture() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes the current capture operation.
|
addCaptureListener, fireCaptureCancelEvent, fireCaptureCompleteEvent, fireCaptureStartEvent, getCaptureListeners, removeCaptureListener
public static final int DELAY
public static final int PERIOD
public void execute()
CaptureOperation
execute
in class CaptureOperation