public static enum SignApi.Dialog.TextCapture extends Enum<SignApi.Dialog.TextCapture>
Enum Constant and Description |
---|
Handwriting
Write text with the pen.
|
Keyboard
Write text with the dialog keyboards.
|
Modifier and Type | Method and Description |
---|---|
static SignApi.Dialog.TextCapture |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignApi.Dialog.TextCapture[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignApi.Dialog.TextCapture Keyboard
public static final SignApi.Dialog.TextCapture Handwriting
public static SignApi.Dialog.TextCapture[] values()
for (SignApi.Dialog.TextCapture c : SignApi.Dialog.TextCapture.values()) System.out.println(c);
public static SignApi.Dialog.TextCapture 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 © 2024. All rights reserved.