PlugInpublic class ScreenGrabber extends Object implements PlugIn
| Constructor | Description |
|---|---|
ScreenGrabber() |
| Modifier and Type | Method | Description |
|---|---|---|
ImagePlus |
captureImage() |
Captures the active image window and returns it as an ImagePlus.
|
ImagePlus |
captureScreen() |
Captures the entire screen and returns it as an ImagePlus.
|
void |
run(String arg) |
This method is called when the plugin is loaded.
|
public void run(String arg)
PlugInpublic ImagePlus captureScreen()
public ImagePlus captureImage()