public interface ZoomService extends ImageJService
ImageDisplay
s.Modifier and Type | Method and Description |
---|---|
void |
zoom100Percent(ImageDisplay display)
Zooms the given image display to 100% resolution.
|
void |
zoomIn(ImageDisplay display)
Zooms in on the given image display.
|
void |
zoomOriginalScale(ImageDisplay display)
Zooms the given image display at the scale it was originally viewed at.
|
void |
zoomOut(ImageDisplay display)
Zooms out on the given image display.
|
void |
zoomSet(ImageDisplay display,
double zoomPercent,
double centerU,
double centerV)
Zooms in on the center of the given image display at the specified
magnification level and center coordinates.
|
void |
zoomToSelection(ImageDisplay display)
Zooms in on the given image display's currently selected region.
|
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
void zoomIn(ImageDisplay display)
void zoomOut(ImageDisplay display)
void zoomOriginalScale(ImageDisplay display)
void zoom100Percent(ImageDisplay display)
void zoomToSelection(ImageDisplay display)
void zoomSet(ImageDisplay display, double zoomPercent, double centerU, double centerV)
Copyright © 2014–2022 ImageJ. All rights reserved.