DigitizationMode.public enum DigitizationMode extends Enum<DigitizationMode>
| Enum Constant and Description |
|---|
ALL_IMAGES
Deprecated.
|
NEVER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static DigitizationMode |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DigitizationMode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigitizationMode ALL_IMAGES
public static final DigitizationMode NEVER
public static DigitizationMode[] values()
for (DigitizationMode c : DigitizationMode.values()) System.out.println(c);
public static DigitizationMode 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 null