This class implements the STN Protocol for the Scriptel ScripTouch keyboard
EasyScript products.
Methods
This method returns the character that denotes the signature has been canceled.
getCancel() : string
Response
stringCancel character for this protocol.
This method returns the character that denotes the end of a stream.
getEndStream() : string
Response
stringCharacter that ends a stream.
This method should return the height of the device's display in pixels.
getHeight() : int
Response
intHeight in pixels.
This method returns the character that denotes a "pen up" event,
or the start of a new stroke.
getPenUp() : string
Response
stringCharacter separating strokes.
This method returns the "sentinel" for the stream, the set of
characters immediately following the start character.
getSentinel() : string
Response
stringThe streams sentinel.
This method returns the character that denotes the start of a new
signature.
getStartStream() : string
Response
stringCharacter that starts a stream.
This method returns the width of the device's display in pixels.
getWidth() : int
Response
intWidth in pixels.
This method returns a two dimensional array containing the values
for the high and low x bytes.
getXValues() : \com\scriptel\byte[][]
Response
\com\scriptel\byte[][]Decoding table for X coordinates.
This method returns a two dimensional array containing the values
for the high and low y bytes.
getYValues() : \com\scriptel\byte[][]
Response
\com\scriptel\byte[][]Decoding table for the Y coordinates.
Constants
The chcaracter that denotes the start of a new signature.
START_STREAM
The chcaracter that denotes the end of a signature.
END_STREAM
The character that denotes a "pen up" event, or the start of a new stroke.
PEN_UP
The character that denotes the signature has been canceled.
CANCEL
The "sentinel" for the stream, the set of characters immediately following the start character.
SENTINEL
The width of the device's display in pixels.
WIDTH
The height of the device's display in pixels.
HEIGHT
Properties
A two dimensional array containing the values for the high and low x bytes.
xValues :
A two dimensional array containing the values for the high and low y bytes.
yValues :