Package | Description |
---|---|
ij | |
ij.gui | |
ij.plugin | |
ij.process |
Modifier and Type | Method and Description |
---|---|
Overlay |
ImagePlus.getOverlay()
Returns the current overly, or null if this image does not have an overlay.
|
Modifier and Type | Method and Description |
---|---|
void |
ImagePlus.setOverlay(Overlay overlay)
Installs a list of ROIs that will be drawn on this image as a non-destructive overlay.
|
Modifier and Type | Method and Description |
---|---|
Overlay |
Overlay.create()
Returns a new Overlay that has the same properties as this one.
|
Overlay |
Overlay.crop(Rectangle bounds) |
Overlay |
Overlay.duplicate()
Returns a clone of this Overlay.
|
Overlay |
ImageCanvas.getOverlay()
Use ImagePlus.getOverlay().
|
Overlay |
Roi.getPrototypeOverlay() |
Overlay |
ImageCanvas.getShowAllList() |
Modifier and Type | Method and Description |
---|---|
void |
ImageCanvas.setOverlay(Overlay overlay)
Use ImagePlus.setOverlay(ij.gui.Overlay).
|
void |
Roi.setPrototypeOverlay(Overlay overlay) |
void |
ImageCanvas.setShowAllList(Overlay showAllList) |
Modifier and Type | Method and Description |
---|---|
static Overlay |
OverlayLabels.createOverlay()
Creates an empty Overlay that has the current label settings.
|
static Overlay |
Duplicator.cropOverlay(Overlay overlay,
Rectangle bounds) |
Modifier and Type | Method and Description |
---|---|
static Overlay |
Duplicator.cropOverlay(Overlay overlay,
Rectangle bounds) |
Modifier and Type | Method and Description |
---|---|
Overlay |
ImageProcessor.getOverlay() |
Modifier and Type | Method and Description |
---|---|
void |
ImageProcessor.drawOverlay(Overlay overlay)
Draws the specified Overlay on this image.
|
void |
ImageProcessor.setOverlay(Overlay overlay)
This method is used to display virtual stack overlays.
|