public class ScreenGrabber extends Object implements PlugIn
| Constructor and Description |
|---|
ScreenGrabber() |
| Modifier and Type | Method and 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()
Copyright © 1997–2018 NIH. All rights reserved.