public static enum DeviceApi.SignatureRectangle.Scrolling.Correction extends Enum<DeviceApi.SignatureRectangle.Scrolling.Correction>
| Modifier and Type | Method and Description | 
|---|---|
static DeviceApi.SignatureRectangle.Scrolling.Correction | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DeviceApi.SignatureRectangle.Scrolling.Correction[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final DeviceApi.SignatureRectangle.Scrolling.Correction None
public static final DeviceApi.SignatureRectangle.Scrolling.Correction FromTop
public static final DeviceApi.SignatureRectangle.Scrolling.Correction FromRight
public static DeviceApi.SignatureRectangle.Scrolling.Correction[] values()
for (DeviceApi.SignatureRectangle.Scrolling.Correction c : DeviceApi.SignatureRectangle.Scrolling.Correction.values()) System.out.println(c);
public static DeviceApi.SignatureRectangle.Scrolling.Correction 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 © 2025. All rights reserved.