public class ScreenObjectCapture extends DrawableCapture
The active object is an object which is located under the mouse pointer. This object is highlighted with a red frame.
To complete the operation and retrieve the screen shot of a selected object, click the left mouse button or press the Enter key.
To cancel the operation, press the Esc key.
| Modifier and Type | Class and Description |
|---|---|
static class |
ScreenObjectCapture.UIElementRect
Allows displaying the rectangle around a specified UIElement object.
|
| Constructor and Description |
|---|
ScreenObjectCapture(SelectionController controller) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes the current capture operation.
|
cancel, complete, dispose, getController, getDrawableArea, showDrawableAreaaddCaptureListener, fireCaptureCancelEvent, fireCaptureCompleteEvent, fireCaptureStartEvent, getCaptureListeners, removeCaptureListenerpublic ScreenObjectCapture(SelectionController controller)
public void execute()
CaptureOperationexecute in class CaptureOperation