public interface SignatureProtocol
Modifier and Type | Method and Description |
---|---|
char |
getCancel()
This method should return the character that denotes the signature
has been canceled.
|
char |
getEndStream()
This method should return 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 should return the character that denotes a "pen up" event,
or the start of a new stroke.
|
java.lang.String |
getSentinel()
This method should return the "sentinel" for the stream, the set of
characters immediately following the start character.
|
char |
getStartStream()
This method should return the character that denotes the start of a new
signature.
|
int |
getWidth()
This method should return the width of the device's display in pixels.
|
byte[][] |
getXValues()
This method should return a two dimensional array containing the values
for the high and low x bytes.
|
byte[][] |
getYValues()
This method should return a two dimensional array containing the values
for the high and low y bytes.
|
char getStartStream()
char getEndStream()
char getPenUp()
char getCancel()
java.lang.String getSentinel()
int getWidth()
int getHeight()
byte[][] getXValues()
byte[][] getYValues()