visit Kofax web site

de.softpro.signware.SPTabletEventListener2 Interface Reference

Inheritance diagram for de.softpro.signware.SPTabletEventListener2:

de.softpro.signware.SPTabletEventListener List of all members.

Detailed Description

Listener for tablet events.


Public Member Functions

void lineTo (int x, int y, int press, int time)
 process a tablet vector


Member Function Documentation

void de.softpro.signware.SPTabletEventListener2.lineTo int  x,
int  y,
int  press,
int  time
 

process a tablet vector

Note:
The callback may be invoked from a a separate thread.
Parameters:
x [i] the x - coordinate of the vector [in tablet coordinates, relative to the bottom left corner of the tablet, normalized to the tablet resolution]
y [i] the y - coordinate of the vector [in tablet coordinates, relative to the bottom left corner of the tablet, normalized to the tablet resolution]
press [i] the pressure of the vector, normalized to a range [0 ... 1023]
time [i] the time of the vector since signature capture start in milliseconds, or -1 if not supported


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