protected static enum AbstractImageDisplayViewer.ZoomScaleOption extends Enum<AbstractImageDisplayViewer.ZoomScaleOption>
Enum Constant and Description |
---|
OPTIONS_FRACTIONAL_SCALE |
OPTIONS_PERCENT_SCALE |
Modifier and Type | Method and Description |
---|---|
static AbstractImageDisplayViewer.ZoomScaleOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractImageDisplayViewer.ZoomScaleOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractImageDisplayViewer.ZoomScaleOption OPTIONS_PERCENT_SCALE
public static final AbstractImageDisplayViewer.ZoomScaleOption OPTIONS_FRACTIONAL_SCALE
public static AbstractImageDisplayViewer.ZoomScaleOption[] values()
for (AbstractImageDisplayViewer.ZoomScaleOption c : AbstractImageDisplayViewer.ZoomScaleOption.values()) System.out.println(c);
public static AbstractImageDisplayViewer.ZoomScaleOption valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014–2022 ImageJ. All rights reserved.