| Package | Description |
|---|---|
| ij | |
| ij.gui | |
| ij.plugin.frame |
| Modifier and Type | Method and Description |
|---|---|
static ImageJ |
IJ.getInstance()
Returns a reference to the "ImageJ" frame.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Menus.installPlugin(java.lang.String plugin,
char menuCode,
java.lang.String command,
java.lang.String shortcut,
ImageJ ij)
Adds a plugin based command to the end of a specified menu.
|
| Modifier and Type | Field and Description |
|---|---|
protected ImageJ |
ImageWindow.ij |
protected ImageJ |
ImageCanvas.ij |
| Modifier and Type | Field and Description |
|---|---|
protected ImageJ |
SyncWindows.ijInstance
reference to current instance of ImageJ (to avoid repeated IJ.getInstance() s)
|