| Package | Description |
|---|---|
| ij | |
| ij.gui | |
| ij.plugin.frame |
| Modifier and Type | Field and Description |
|---|---|
protected ImageWindow |
ImagePlus.win |
| Modifier and Type | Method and Description |
|---|---|
static ImageWindow |
WindowManager.getCurrentWindow()
Returns the active ImageWindow.
|
ImageWindow |
ImagePlus.getWindow()
Returns the ImageWindow that is being used to display
this image.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WindowManager.setCurrentWindow(ImageWindow win)
Makes the image contained in the specified window the active image.
|
void |
ImagePlus.setWindow(ImageWindow win)
This method should only be called from an ImageWindow.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HistogramWindow
This class is an extended ImageWindow that displays histograms.
|
class |
PlotWindow
This class implements the Analyze/Plot Profile command.
|
class |
StackWindow
This class is an extended ImageWindow that displays stacks and hyperstacks.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SyncWindows.setC(ImageWindow source,
int channel) |
static void |
SyncWindows.setT(ImageWindow source,
int frame) |
static void |
SyncWindows.setZ(ImageWindow source,
int slice) |