Package | Description |
---|---|
net.imagej.ui.viewer.image |
Modifier and Type | Method and Description |
---|---|
protected AbstractImageDisplayViewer.ZoomScaleOption |
AbstractImageDisplayViewer.getZoomScaleOption()
Implement this in the derived class to get the user's preference for
displaying zoom scale (as a fraction or percent)
|
static AbstractImageDisplayViewer.ZoomScaleOption |
AbstractImageDisplayViewer.ZoomScaleOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractImageDisplayViewer.ZoomScaleOption[] |
AbstractImageDisplayViewer.ZoomScaleOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2022 ImageJ. All rights reserved.