public static final class DeviceApi.SignatureRectangle.Scrolling.Option extends Object
Modifier and Type | Field and Description |
---|---|
static DeviceApi.SignatureRectangle.Scrolling.Option |
Center
Scrolls the signature rectangle to the centers.
|
static DeviceApi.SignatureRectangle.Scrolling.Option |
Default
The default scrolling option.
|
static DeviceApi.SignatureRectangle.Scrolling.Option |
Scroll
Scrolls the signature rectangle to the position given in
DeviceApi.SignatureRectangle.Scrolling.of(int, int) . |
static DeviceApi.SignatureRectangle.Scrolling.Option |
ScrollXCenterY
Scrolls the signature rectangle to the column given in
DeviceApi.SignatureRectangle.Scrolling.of(int, int) but centers along the y-direction. |
static DeviceApi.SignatureRectangle.Scrolling.Option |
ScrollYCenterX
Scrolls the signature rectangle to the row given in
DeviceApi.SignatureRectangle.Scrolling.of(int, int) but centers along the x-direction. |
public static final DeviceApi.SignatureRectangle.Scrolling.Option Default
public static final DeviceApi.SignatureRectangle.Scrolling.Option Scroll
DeviceApi.SignatureRectangle.Scrolling.of(int, int)
.public static final DeviceApi.SignatureRectangle.Scrolling.Option ScrollXCenterY
DeviceApi.SignatureRectangle.Scrolling.of(int, int)
but centers along the y-direction.public static final DeviceApi.SignatureRectangle.Scrolling.Option ScrollYCenterX
DeviceApi.SignatureRectangle.Scrolling.of(int, int)
but centers along the x-direction.public static final DeviceApi.SignatureRectangle.Scrolling.Option Center
Copyright © 2024. All rights reserved.