This class creates the live signature and coordinates that are generated by an uncompressed ScripTouch EasyScript device.
package |
Application |
---|
__construct(\com\scriptel\SignatureProtocolsignatureProtocol, intposition, \com\scriptel\EasyScriptEventListener[]listOfCoordinateReceiverListener) : mixed
\com\scriptel\SignatureProtocol
The signature protocol that is used (STNSignatureProtocol).
int
Position in the string.
\com\scriptel\EasyScriptEventListener[]
A list of the CoordinateReceiver listeners.
mixed
decodePoint(string[]ePoint) : \com\scriptel\Coordinate
Throws |
|
---|
string[]
Array of four characters from the signature array to decode.
\com\scriptel\Coordinate
Representing the decoded point in percentage of the screen (0->1).
getSignatureProtocol() : \com\scriptel\SignatureProtocol
\com\scriptel\SignatureProtocol
The current used signature protocol.
parse(mixedstr) : mixed
mixed
mixed
parseSignature(stringchr) : mixed
Throws |
|
---|
string
A char read from the signature.
mixed
MAX_NUM
signatureProtocol : \com\scriptel\SignatureProtocol
position : int
var |
---|
int
coordinateReceiverListeners :
var |
EasyScriptEventListener[]. |
---|
signatureStream : string
var |
---|
string
newStroke :
var |
boolean. |
---|
keyboardDecoder : \com\scriptel\KeyboardDecoder