Uses of Interface
hhreco.recognition.TypedData

Packages that use TypedData
hhreco.recognition Interfaces and core classes for doing multi-stroke symbol recognition. 
 

Uses of TypedData in hhreco.recognition
 

Classes in hhreco.recognition that implement TypedData
 class SimpleData
          An instance of typed data that represents dynamic, user-defined types.
 

Methods in hhreco.recognition that return TypedData
 TypedData Type.createTypedData()
          Create a TypedData object by instantiating an object based on the Class specified in this Type object.
 TypedData Recognition.getData()
          Return the data of this recognition.
 

Constructors in hhreco.recognition with parameters of type TypedData
Recognition(TypedData data, double confidence)
          Construct a new recognition using the given data and confidence.