public static enum InteractiveMarkerControlledWatershed.ResultMode extends Enum<InteractiveMarkerControlledWatershed.ResultMode>
| Enum Constant and Description | 
|---|
BASINS
Display only colored basins. 
 | 
LINES
Display only watershed dams. 
 | 
OVERLAID_BASINS
Display colored basins overlaid over original image. 
 | 
OVERLAID_DAMS
Display colored dams overlaid over original image. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static InteractiveMarkerControlledWatershed.ResultMode | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static InteractiveMarkerControlledWatershed.ResultMode[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final InteractiveMarkerControlledWatershed.ResultMode OVERLAID_BASINS
public static final InteractiveMarkerControlledWatershed.ResultMode OVERLAID_DAMS
public static final InteractiveMarkerControlledWatershed.ResultMode BASINS
public static final InteractiveMarkerControlledWatershed.ResultMode LINES
public static InteractiveMarkerControlledWatershed.ResultMode[] values()
for (InteractiveMarkerControlledWatershed.ResultMode c : InteractiveMarkerControlledWatershed.ResultMode.values()) System.out.println(c);
public static InteractiveMarkerControlledWatershed.ResultMode 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 © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.