public enum ImageJCalibrationMode extends Enum<ImageJCalibrationMode>
Enum Constant and Description |
---|
AutomaticImageJ |
Custom |
Depth10Bit |
Depth12Bit |
Depth14Bit |
Depth15Bit |
Depth16Bit |
Depth8Bit |
MinMax |
Unit |
UnitAroundZero |
Modifier and Type | Method and Description |
---|---|
double |
getMax() |
double |
getMin() |
String |
toString() |
static ImageJCalibrationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageJCalibrationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageJCalibrationMode AutomaticImageJ
public static final ImageJCalibrationMode MinMax
public static final ImageJCalibrationMode Custom
public static final ImageJCalibrationMode Depth8Bit
public static final ImageJCalibrationMode Depth10Bit
public static final ImageJCalibrationMode Depth12Bit
public static final ImageJCalibrationMode Depth14Bit
public static final ImageJCalibrationMode Depth15Bit
public static final ImageJCalibrationMode Depth16Bit
public static final ImageJCalibrationMode Unit
public static final ImageJCalibrationMode UnitAroundZero
public static ImageJCalibrationMode[] values()
for (ImageJCalibrationMode c : ImageJCalibrationMode.values()) System.out.println(c);
public static ImageJCalibrationMode 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 nullpublic String toString()
toString
in class Enum<ImageJCalibrationMode>
public double getMin()
public double getMax()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.