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 SignatureProtocolpublic char getEndStream()
getEndStream in interface SignatureProtocolpublic char getPenUp()
getPenUp in interface SignatureProtocolpublic java.lang.String getSentinel()
getSentinel in interface SignatureProtocolpublic int getWidth()
getWidth in interface SignatureProtocolpublic int getHeight()
getHeight in interface SignatureProtocolpublic byte[][] getXValues()
getXValues in interface SignatureProtocolpublic byte[][] getYValues()
getYValues in interface SignatureProtocolpublic char getCancel()
getCancel in interface SignatureProtocol