Package | Description |
---|---|
ij | |
ij.gui | |
ij.plugin.frame |
Modifier and Type | Method and Description |
---|---|
ImageCanvas |
ImagePlus.getCanvas()
Returns the ImageCanvas being used to
display this image, or null.
|
Modifier and Type | Class and Description |
---|---|
class |
PlotCanvas
This subclass of ImageCanvas has special provisions for plots:
- Zooming: sets the plot range
- Scrolling: moves data area
This behavior can be suppressed if
|
Modifier and Type | Field and Description |
---|---|
protected ImageCanvas |
ImageWindow.ic |
protected ImageCanvas |
Roi.ic |
Modifier and Type | Method and Description |
---|---|
ImageCanvas |
ImageWindow.getCanvas() |
Constructor and 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 and Description |
---|---|
protected java.awt.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.
|