IJWindowManager: IJ WindowManager object

Description Usage Format References See Also Examples

Description

This represents an object of class ij.WindowManager created when the RImageJ package is loaded. This Java class manages all ImageJ windows.

Usage

1

Format

This is a Java object, instance of the class ij.WindowManager, that is created when the package is loaded.

References

The Java documentation of the class WindowManager: http://rsbweb.nih.gov/ij/developer/api/ij/WindowManager.html

See Also

ImageJ, IJ

Examples

1
2
3
4
5
6
7
## Not run: 
## Get the number of currently opened ImageJ windows
IJWindowManager$getImageCount()
## Close all currently opened ImageJ windows 
IJWindowManager$closeAllWindows()

## End(Not run)

RImageJ documentation built on May 2, 2019, 5:53 p.m.