| 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 | Field and Description |
|---|---|
protected java.util.List<EasyScriptEventListener> |
EasyScriptCompressedDecoder.coordinateReceiverListeners
Default constructor, uses the STN protocol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EasyScript.addListener(EasyScriptEventListener cr)
Adds a listener interested in EasyScript events to the list of listeners
to notify.
|
void |
EasyScript.removeListener(EasyScriptEventListener cr)
Removes a listener interested in EasyScript events from the list of listeners
to notify.
|
| Constructor and Description |
|---|
EasyScriptCompressedDecoder(SignatureProtocol signatureProtocol,
int position,
java.util.List<EasyScriptEventListener> listOfCoordinateReceiverListener)
Constructor, creates a new instance of EasyScriptEncoder class.
|
EasyScriptUncompressedDecoder(SignatureProtocol signatureProtocol,
int position,
java.util.List<EasyScriptEventListener> listOfCoordinateReceiverListener)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Example
This application demonstrates how to write a simple JFrame based application
that will capture EasyScript keyboard events and turn them into signatures.
|