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