public enum ROI3DOutline extends Enum<ROI3DOutline>
Enum Constant and Description |
---|
BoundingBox |
BoundingBoxOriented |
ConvexHull |
ConvexSurface |
Surface |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ROI3DOutline |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ROI3DOutline[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ROI3DOutline BoundingBox
public static final ROI3DOutline BoundingBoxOriented
public static final ROI3DOutline ConvexHull
public static final ROI3DOutline Surface
public static final ROI3DOutline ConvexSurface
public static ROI3DOutline[] values()
for (ROI3DOutline c : ROI3DOutline.values()) System.out.println(c);
public static ROI3DOutline 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<ROI3DOutline>
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.