Package | Description |
---|---|
com.scriptel.easyscript |
This package contains all of the required logic to parse output from
Scriptel ScripTouch EasyScript products.
|
com.scriptel.easyscript.example |
Modifier and Type | Method and Description |
---|---|
protected Coordinate |
EasyScriptUncompressedDecoder.decodePoint(char[] ePoint)
This method attempts to take a four character point and decode it using
the protocol's value tables.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<Coordinate>> |
Signature.getStrokes()
List of strokes containing lists of points that make up the encoded
signature.
|
Modifier and Type | Method and Description |
---|---|
void |
EasyScriptEventListener.receiveCoordinate(Coordinate coordinate)
This method will be called when a coordinate is parsed from the signature
stream.
|
Constructor and Description |
---|
Signature(SignatureMetaData metaData,
java.util.List<java.util.List<Coordinate>> strokes)
Constructor, creates a new instance of this type.
|
Modifier and Type | Method and Description |
---|---|
void |
Example.receiveCoordinate(Coordinate coordinate)
This method receives coordinates from EasyScript as events are parsed from
the incoming EasyScript stream.
|