public class Signature
extends java.lang.Object
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 |
---|---|
SignatureMetaData |
getMetaData()
Gets the metadata associated with this signature.
|
java.lang.String |
getModel()
The model number of the device used to create the string.
|
java.lang.String |
getProtocolVersion()
Gets the protocol version used to generate the EasyScript string.
|
java.util.List<java.util.List<Coordinate>> |
getStrokes()
List of strokes containing lists of points that make up the encoded
signature.
|
java.lang.String |
getVersion()
The firmware version of the device used to create the string.
|
java.lang.String |
toString()
Produces a human readable representation of this object.
|
public Signature(SignatureMetaData metaData, java.util.List<java.util.List<Coordinate>> strokes)
metaData
- all of the non-signature related data.strokes
- List of strokes containing coordinates.public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getProtocolVersion()
public java.lang.String getModel()
public java.lang.String getVersion()
public SignatureMetaData getMetaData()
public java.util.List<java.util.List<Coordinate>> getStrokes()