public static enum MTBImage.MTBImageType extends Enum<MTBImage.MTBImageType>
| Enum Constant and Description |
|---|
MTB_BYTE |
MTB_DOUBLE |
MTB_FLOAT |
MTB_INT |
MTB_RGB |
MTB_SHORT |
| Modifier and Type | Method and Description |
|---|---|
static MTBImage.MTBImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MTBImage.MTBImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MTBImage.MTBImageType MTB_BYTE
public static final MTBImage.MTBImageType MTB_SHORT
public static final MTBImage.MTBImageType MTB_INT
public static final MTBImage.MTBImageType MTB_FLOAT
public static final MTBImage.MTBImageType MTB_DOUBLE
public static final MTBImage.MTBImageType MTB_RGB
public static MTBImage.MTBImageType[] values()
for (MTBImage.MTBImageType c : MTBImage.MTBImageType.values()) System.out.println(c);
public static MTBImage.MTBImageType 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 © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.