public enum ROI3DMeasurement extends Enum<ROI3DMeasurement>
Enum Constant and Description |
---|
Area |
BoundingBox |
Calibration |
Center |
Color |
Comment |
ContourPixelValueStats |
CustomMetadata |
DistCenterStats |
Index |
Location |
MassCenter |
Name |
PixelValueStats |
ShapeMeasurements |
Volume |
Modifier and Type | Method and Description |
---|---|
int |
getNativeValue() |
static boolean |
includes(int nativeValue,
ROI3DMeasurement target) |
String |
toString() |
static ROI3DMeasurement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ROI3DMeasurement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ROI3DMeasurement Index
public static final ROI3DMeasurement Name
public static final ROI3DMeasurement Comment
public static final ROI3DMeasurement Area
public static final ROI3DMeasurement Volume
public static final ROI3DMeasurement Center
public static final ROI3DMeasurement ShapeMeasurements
public static final ROI3DMeasurement DistCenterStats
public static final ROI3DMeasurement PixelValueStats
public static final ROI3DMeasurement ContourPixelValueStats
public static final ROI3DMeasurement BoundingBox
public static final ROI3DMeasurement Calibration
public static final ROI3DMeasurement MassCenter
public static final ROI3DMeasurement Location
public static final ROI3DMeasurement Color
public static final ROI3DMeasurement CustomMetadata
public static ROI3DMeasurement[] values()
for (ROI3DMeasurement c : ROI3DMeasurement.values()) System.out.println(c);
public static ROI3DMeasurement 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 static boolean includes(int nativeValue, ROI3DMeasurement target)
public int getNativeValue()
public String toString()
toString
in class Enum<ROI3DMeasurement>
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.