public class STNSignatureProtocol extends java.lang.Object implements SignatureProtocol
Constructor and Description |
---|
STNSignatureProtocol() |
Modifier and Type | Method and Description |
---|---|
char |
getCancel()
This method gets the cancel character for this protocol.
|
char |
getEndStream()
This method returns the character that denotes the end of a stream.
|
int |
getHeight()
This method should return the width of the device's display in pixels.
|
char |
getPenUp()
This method returns the character that denotes a "pen up" event,
or the start of a new stroke.
|
java.lang.String |
getSentinel()
This method returns the "sentinel" for the stream, the set of
characters immediately following the start character.
|
char |
getStartStream()
This method returns the character that denotes the start of a new
signature.
|
int |
getWidth()
This method returns the width of the device's display in pixels.
|
byte[][] |
getXValues()
This method returns a two dimensional array containing the values
for the high and low x bytes.
|
byte[][] |
getYValues()
This method returns a two dimensional array containing the values
for the high and low y bytes.
|
public char getStartStream()
getStartStream
in interface SignatureProtocol
public char getEndStream()
getEndStream
in interface SignatureProtocol
public char getPenUp()
getPenUp
in interface SignatureProtocol
public java.lang.String getSentinel()
getSentinel
in interface SignatureProtocol
public int getWidth()
getWidth
in interface SignatureProtocol
public int getHeight()
getHeight
in interface SignatureProtocol
public byte[][] getXValues()
getXValues
in interface SignatureProtocol
public byte[][] getYValues()
getYValues
in interface SignatureProtocol
public char getCancel()
getCancel
in interface SignatureProtocol