public class DesktopCapture extends CaptureOperation
The operation makes a screen shot of the desktop.
| Constructor and Description |
|---|
DesktopCapture() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes the current capture operation.
|
addCaptureListener, fireCaptureCancelEvent, fireCaptureCompleteEvent, fireCaptureStartEvent, getCaptureListeners, removeCaptureListenerpublic void execute()
CaptureOperationexecute in class CaptureOperation