public static enum RootImageSegmentationOperator.LayerSubset extends Enum<RootImageSegmentationOperator.LayerSubset>
| Enum Constant and Description | 
|---|
| ACTIVECurrently active layer. | 
| ALLAll layers. | 
| FIRST_TO_PREVIOUSLayers from zero to the one preceeding the active layer. | 
| NEXTLayer following the active layer. | 
| NEXT_TO_LASTLayers from layer after the active one to last one. | 
| PREVIOUSLayer preceeding active layer. | 
| Modifier and Type | Method and Description | 
|---|---|
| static RootImageSegmentationOperator.LayerSubset | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static RootImageSegmentationOperator.LayerSubset[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final RootImageSegmentationOperator.LayerSubset ACTIVE
public static final RootImageSegmentationOperator.LayerSubset PREVIOUS
public static final RootImageSegmentationOperator.LayerSubset NEXT
public static final RootImageSegmentationOperator.LayerSubset ALL
public static final RootImageSegmentationOperator.LayerSubset FIRST_TO_PREVIOUS
public static final RootImageSegmentationOperator.LayerSubset NEXT_TO_LAST
public static RootImageSegmentationOperator.LayerSubset[] values()
for (RootImageSegmentationOperator.LayerSubset c : RootImageSegmentationOperator.LayerSubset.values()) System.out.println(c);
public static RootImageSegmentationOperator.LayerSubset 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.