| Package | Description |
|---|---|
| ij | |
| ij.gui | |
| ij.plugin.frame |
| Modifier and Type | Method | Description |
|---|---|---|
ImageCanvas |
ImagePlus.getCanvas() |
Returns the ImageCanvas being used to
display this image, or null.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
PlotCanvas |
This subclass of ImageCanvas has special provisions for plots:
- Zooming: sets the plot range
- Scrolling: moves data area
This behavior is suppressed if the plot is frozen
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ImageCanvas |
ImageWindow.ic |
|
protected ImageCanvas |
Roi.ic |
| Modifier and Type | Method | Description |
|---|---|---|
ImageCanvas |
ImageWindow.getCanvas() |
| Constructor | Description |
|---|---|
ImageLayout(ImageCanvas ic) |
Creates a new ImageLayout with center alignment.
|
ImageWindow(ImagePlus imp,
ImageCanvas ic) |
|
StackWindow(ImagePlus imp,
ImageCanvas ic) |
| Modifier and Type | Method | Description |
|---|---|---|
protected Point |
SyncWindows.getMatchingCoords(ImageCanvas ic,
ImageCanvas icc,
int x,
int y) |
Get Screen Coordinates for ImageCanvas ic matching
the OffScreen Coordinates of the current ImageCanvas.
|