teamdev.jxcapture
Class ObjectOnScreenCapture
java.lang.Object
teamdev.jxcapture.CaptureOperation
teamdev.jxcapture.DrawableCapture
teamdev.jxcapture.ObjectOnScreenCapture
- public class ObjectOnScreenCapture
- extends DrawableCapture
Represents the operation that allows capturing a specified object (like a window or control)
located on the screen by means of the mouse cursor.
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.
Method Summary |
void |
execute()
Executes the current capture operation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectOnScreenCapture
public ObjectOnScreenCapture(SelectionController controller)
execute
public void execute()
- Description copied from class:
CaptureOperation
- Executes the current capture operation.
- Specified by:
execute
in class CaptureOperation