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