public class PositionHarmonizer extends Object implements DisplayHarmonizer
Constructor and Description |
---|
PositionHarmonizer() |
Modifier and Type | Method and Description |
---|---|
void |
updateDisplay(ImageDisplay disp,
ij.ImagePlus imp)
Updates the given
ImageDisplay 's position to match that of its
paired ImagePlus . |
void |
updateLegacyImage(ImageDisplay disp,
ij.ImagePlus imp)
Updates the given
ImagePlus 's position to match that of its
paired ImageDisplay . |
public void updateDisplay(ImageDisplay disp, ij.ImagePlus imp)
ImageDisplay
's position to match that of its
paired ImagePlus
.updateDisplay
in interface DisplayHarmonizer
public void updateLegacyImage(ImageDisplay disp, ij.ImagePlus imp)
ImagePlus
's position to match that of its
paired ImageDisplay
.updateLegacyImage
in interface DisplayHarmonizer
Copyright © 2014–2022 ImageJ. All rights reserved.