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 |
---|---|
SignatureMetaData |
Signature.getMetaData()
Gets the metadata associated with this signature.
|
Modifier and Type | Method and Description |
---|---|
void |
EasyScriptEventListener.signatureMetaData(SignatureMetaData metaData)
This method is called when the signature metadata is captured 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.signatureMetaData(SignatureMetaData header)
This method prints the signature metadata to the textArea of the demo form.
|