java.lang.Object | |
↳ | com.pspdfkit.ui.signatures.SignatureUiData |
UI data for the newly drawn signature. Used by onSignatureUiDataCollected(Signature, SignatureUiData)
to collect the
signature UI data such as point sequences, input method, pressure, time and radius of each touch.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SignatureUiData(List<List<PointF>> pointSequences, List<Float> pressureList, List<Long> timePoints, List<Float> touchRadii, BiometricSignatureData.InputMethod inputMethod) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BiometricSignatureData.InputMethod |
getInputMethod()
The device that was used to create the signature.
| ||||||||||
List<List<PointF>> |
getPointSequences()
Point sequences that are in this draw view.
| ||||||||||
List<Float> |
getPressureList()
A list of floating point values.
| ||||||||||
List<Long> |
getTimePoints()
A list of time intervals.
| ||||||||||
List<Float> |
getTouchRadii()
A list of floating point values.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The device that was used to create the signature.
Point sequences that are in this draw view.
toViewPoint(PointF, int)
to convert this
point to the view coordinates.
A list of floating point values. Representing the intensity of each touch. Includes the same number of objects as `timePoints` and `touchRadii`. Predictive touches are not tracked.
A list of time intervals. Representing the timestamp of each touch. Includes the same number of objects as `pressureList` and `touchRadii`. Predictive touches are not tracked.
A list of floating point values. Representing the radius of each touch. Includes the same number of objects as `pressureList` and `timePoints`. Predictive touches are not tracked.