Package | Description |
---|---|
com.scriptel.easyscript |
This package contains all of the required logic to parse output from
Scriptel ScripTouch EasyScript products.
|
Modifier and Type | Method and Description |
---|---|
Signature |
EasyScript.parseSignature(java.lang.String sig)
This method takes an EasyScript string and attempts to parse it into
a signature object.
|
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
EasyScript.renderSignature(Signature s,
java.awt.Color foreColor,
java.awt.Color backColor,
int lineThickness,
float scale)
This method will take a signature and will attempt to render it onto a
buffered image object.
|