public static enum InteractiveDoG.ValueChange extends Enum<InteractiveDoG.ValueChange>
Enum Constant and Description |
---|
ALL |
MINMAX |
ROI |
SIGMA |
SLICE |
THRESHOLD |
Modifier and Type | Method and Description |
---|---|
static InteractiveDoG.ValueChange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InteractiveDoG.ValueChange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InteractiveDoG.ValueChange SIGMA
public static final InteractiveDoG.ValueChange THRESHOLD
public static final InteractiveDoG.ValueChange SLICE
public static final InteractiveDoG.ValueChange ROI
public static final InteractiveDoG.ValueChange MINMAX
public static final InteractiveDoG.ValueChange ALL
public static InteractiveDoG.ValueChange[] values()
for (InteractiveDoG.ValueChange c : InteractiveDoG.ValueChange.values()) System.out.println(c);
public static InteractiveDoG.ValueChange 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 © 2015–2021 Fiji. All rights reserved.