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