@Deprecated public class OverlayHarmonizer extends AbstractContextual implements DisplayHarmonizer
Overlays and ImagePlus Rois.| Constructor and Description |
|---|
OverlayHarmonizer(Context context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Overlay> |
getOverlays(ij.ImagePlus imp)
Deprecated.
Extracts a list of
Overlays from the given ImagePlus. |
void |
setOverlays(List<Overlay> overlays,
Overlay activeOverlay,
ij.ImagePlus imp)
Deprecated.
Assigns a list of
Overlays to the given ImagePlus. |
void |
updateDisplay(ImageDisplay display,
ij.ImagePlus imp)
Deprecated.
Updates the given
ImageDisplay to contain Overlays
corresponding to all the given ImagePlus's Rois (both the active
Roi and the Rois stored in ImageJ 1.x's current Overlay). |
void |
updateLegacyImage(ImageDisplay display,
ij.ImagePlus imp)
Deprecated.
Updates the given
ImagePlus's Roi and Overlay to match the modern
ImageJ Overlays being visualized in the given ImageDisplay. |
context, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetContextpublic OverlayHarmonizer(Context context)
public void updateDisplay(ImageDisplay display, ij.ImagePlus imp)
ImageDisplay to contain Overlays
corresponding to all the given ImagePlus's Rois (both the active
Roi and the Rois stored in ImageJ 1.x's current Overlay).updateDisplay in interface DisplayHarmonizerpublic void updateLegacyImage(ImageDisplay display, ij.ImagePlus imp)
ImagePlus's Roi and Overlay to match the modern
ImageJ Overlays being visualized in the given ImageDisplay.updateLegacyImage in interface DisplayHarmonizerpublic List<Overlay> getOverlays(ij.ImagePlus imp)
Overlays from the given ImagePlus. The
Overlays are created from the ImagePlus' Roi and ImageJ 1.x
Overlay.Copyright © 2014–2022 ImageJ. All rights reserved.