public static enum DeviceApi.Button.Kind extends Enum<DeviceApi.Button.Kind>
Enum Constant and Description |
---|
Cancel
Cancel button.
|
Next
Next button.
|
Ok
Ok button.
|
Prev
Previous button.
|
Repeat
Repeat button.
|
Rotate
Cancel button.
|
Rotate90
Rotate-by-90-degrees button.
|
StartSignature
Start signature button.
|
Unknown
Unknown button.
|
ZoomIn
Zoom in button.
|
ZoomOut
Zoom out button.
|
Modifier and Type | Method and Description |
---|---|
static DeviceApi.Button.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceApi.Button.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceApi.Button.Kind Unknown
public static final DeviceApi.Button.Kind Rotate
public static final DeviceApi.Button.Kind Next
public static final DeviceApi.Button.Kind Prev
public static final DeviceApi.Button.Kind Ok
public static final DeviceApi.Button.Kind Repeat
public static final DeviceApi.Button.Kind Cancel
public static final DeviceApi.Button.Kind ZoomIn
public static final DeviceApi.Button.Kind ZoomOut
public static final DeviceApi.Button.Kind StartSignature
public static final DeviceApi.Button.Kind Rotate90
public static DeviceApi.Button.Kind[] values()
for (DeviceApi.Button.Kind c : DeviceApi.Button.Kind.values()) System.out.println(c);
public static DeviceApi.Button.Kind 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.