public class NameHarmonizer extends Object implements DisplayHarmonizer
| Constructor and Description |
|---|
NameHarmonizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
updateDisplay(ImageDisplay disp,
ij.ImagePlus imp)
Sets the name of the Display to the title of the given ImagePlus.
|
void |
updateLegacyImage(ImageDisplay disp,
ij.ImagePlus imp)
Sets the title of the ImagePlus to the name of the given Display.
|
public void updateDisplay(ImageDisplay disp, ij.ImagePlus imp)
updateDisplay in interface DisplayHarmonizerpublic void updateLegacyImage(ImageDisplay disp, ij.ImagePlus imp)
updateLegacyImage in interface DisplayHarmonizerCopyright © 2014–2022 ImageJ. All rights reserved.