|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.plugin.ScreenGrabber
public class ScreenGrabber
This plugin implements the Plugins/Utilities/Capture Screen and Plugins/Utilities/Capture Image commands. Note that these commands may not work on Linux if windows translucency or special effects are enabled in the windows manager.
Constructor Summary | |
---|---|
ScreenGrabber()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScreenGrabber()
Method Detail |
---|
public void run(String arg)
PlugIn
run
in interface PlugIn
public ImagePlus captureScreen()
public ImagePlus captureImage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |