SignDoc SDK (Java)  5.0.0
SignDocSignatureSample Class Reference

A single sample of the biometric data of a handwritten signature. More...

Inheritance diagram for SignDocSignatureSample:

Public Member Functions

 SignDocSignatureSample ()
 Constructor (without values). More...
 
 SignDocSignatureSample (int aX, int aY, int aP)
 Constructor (without time channel). More...
 
 SignDocSignatureSample (int aX, int aY, int aP, int aT)
 Constructor (with time channel). More...
 
int x ()
 Get the X coordinate. More...
 
void setX (int aX)
 Set the X coordinate. More...
 
int y ()
 Get the Y coordinate. More...
 
void setY (int aY)
 Set the Y coordinate. More...
 
int p ()
 Get the pressure (or force). More...
 
void setP (int aP)
 Set the pressure (force) value. More...
 
int t ()
 Get the relative time. More...
 
void setT (int aT)
 Set the relative time. More...
 

Detailed Description

A single sample of the biometric data of a handwritten signature.

The origin of the coordinate system is in the upper left corner of the capture device; X coordinates increase to the right, Y coordinates increase downwards. Note that this coordinate system differs from the coordinate system used by ISO 19794-7.

Pressure (force) values are normalized to 0 through 1023.

Constructor & Destructor Documentation

Constructor (without values).

The X and Y coordinates and the pressure (force) will be zero, the relative time will be not available.

SignDocSignatureSample ( int  aX,
int  aY,
int  aP 
)

Constructor (without time channel).

Parameters
[in]aXX coordinate.
[in]aYY coordinate.
[in]aPPressure (or force), normalized to 0 through 1023. A sample with zero aP is used for separating strokes.
SignDocSignatureSample ( int  aX,
int  aY,
int  aP,
int  aT 
)

Constructor (with time channel).

Parameters
[in]aXX coordinate.
[in]aYY coordinate.
[in]aPPressure (or force), normalized to 0 through 1023. A sample with zero aP is used for separating strokes.
[in]aTRelative time in milliseconds. The first sample must use 0 for T. Negative if there is no time channel.

Member Function Documentation

int p ( )

Get the pressure (or force).

Returns
The pressure (or force), normalized to 0 through 1023.
void setP ( int  aP)

Set the pressure (force) value.

Parameters
[in]aPPressure (or force), normalized to 0 through 1023. A sample with zero aP is used for separating strokes.
void setT ( int  aT)

Set the relative time.

Parameters
[in]aTRelative time in milliseconds. The first sample must use 0 for T. Negative if there is no time channel.
void setX ( int  aX)

Set the X coordinate.

Parameters
[in]aXThe X coordinate.
void setY ( int  aY)

Set the Y coordinate.

Parameters
[in]aYThe Y coordinate.
int t ( )

Get the relative time.

Returns
The relative time in milliseconds or a negative value if not available.
int x ( )

Get the X coordinate.

Returns
The X coordinate.
int y ( )

Get the Y coordinate.

Returns
The Y coordinate.

The documentation for this class was generated from the following file: