public static enum DeviceApi.Device.Mode extends Enum<DeviceApi.Device.Mode>
Enum Constant and Description |
---|
Boot |
Calibrate
To track pen movements precisely, the sensors of the device need
to be calibrated.
|
Configuration
This mode allos to access the file system.
|
CustomerLogo
The customer logo mode allows you to use the display of the
signature pad for showing images to customers.
|
Dialog
This mode is deprecated.
|
DocumentSign
The sign in document mode.
|
DocumentView
One may view documents with this mode.
|
PadOpenDirect |
PadOpenSign |
SignBmpPrepare
The device is preparing the default signature mode.
|
SignBmpRun
The device has finished the preparation of the default signature
mode.
|
SignConfirm
In the signature confirm mode the device waits for a physical
confirmation from the signer, that is, the person wielding the
pen.
|
SimpleDialogSign
The simple dialog sign mode.
|
StandardSign
The standard signature mode.
|
Suspend |
Modifier and Type | Method and Description |
---|---|
static DeviceApi.Device.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceApi.Device.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceApi.Device.Mode StandardSign
public static final DeviceApi.Device.Mode CustomerLogo
DeviceApi.setCustomerLogoMode()
to set the device to that mode.public static final DeviceApi.Device.Mode Calibrate
DeviceApi.calibrateSensor()
.public static final DeviceApi.Device.Mode SignBmpPrepare
public static final DeviceApi.Device.Mode SignBmpRun
public static final DeviceApi.Device.Mode DocumentView
public static final DeviceApi.Device.Mode Configuration
public static final DeviceApi.Device.Mode Dialog
public static final DeviceApi.Device.Mode PadOpenSign
public static final DeviceApi.Device.Mode PadOpenDirect
public static final DeviceApi.Device.Mode Boot
public static final DeviceApi.Device.Mode Suspend
public static final DeviceApi.Device.Mode SignConfirm
public static final DeviceApi.Device.Mode DocumentSign
public static final DeviceApi.Device.Mode SimpleDialogSign
public static DeviceApi.Device.Mode[] values()
for (DeviceApi.Device.Mode c : DeviceApi.Device.Mode.values()) System.out.println(c);
public static DeviceApi.Device.Mode 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.