public static enum MTBDataIOFileSwing.OutputMode extends Enum<MTBDataIOFileSwing.OutputMode>
Enum Constant and Description |
---|
GUI
Show the data in graphical component.
|
MEASURE
Measure data for some datatypes, like area of regions, length of contours.
|
MTB_XML
Save the data to XML beans MiToBo XML file (library: xbeans).
|
ROI_MANAGER
Export the data to the ImageJ roi manager.
|
SERIAL_XML
Save the data to serialized XML file (library: xstream).
|
Modifier and Type | Method and Description |
---|---|
static MTBDataIOFileSwing.OutputMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MTBDataIOFileSwing.OutputMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MTBDataIOFileSwing.OutputMode ROI_MANAGER
public static final MTBDataIOFileSwing.OutputMode MEASURE
public static final MTBDataIOFileSwing.OutputMode MTB_XML
public static final MTBDataIOFileSwing.OutputMode SERIAL_XML
public static final MTBDataIOFileSwing.OutputMode GUI
public static MTBDataIOFileSwing.OutputMode[] values()
for (MTBDataIOFileSwing.OutputMode c : MTBDataIOFileSwing.OutputMode.values()) System.out.println(c);
public static MTBDataIOFileSwing.OutputMode 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–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.