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)
PlugIn
public ImagePlus captureScreen()
public ImagePlus captureImage()