|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BackEndRecognizer
| Field Summary | |
|---|---|
static java.lang.String |
classificationFinishedCommand
|
static java.lang.String |
classificationStartedCommand
|
| Method Summary | |
|---|---|
void |
addActionListener(java.lang.Object listener)
Used to add an ActionListener for updates on the status of classification. |
java.lang.String |
classifyStrokes(java.util.Collection<PenStroke> strokeSet)
Given a collection of strokes, the BackEndRecognizer will attempt to identify a string (most likely a single character) that represents these strokes. |
int |
getClassificationProgress()
Returns a value between 0 and 100 representing how close the back-end believes it is to recognizing a character |
void |
removeActionListener(java.lang.Object listener)
Used to remove an ActionListener |
void |
setInitialParameters(java.util.HashMap parameter)
Completely dependent upon the actual implementation of the back-end, this is used to pass information like kernel size, sample rate, or any other variables the end-coder may want to manipulate easily. |
| Field Detail |
|---|
static final java.lang.String classificationFinishedCommand
static final java.lang.String classificationStartedCommand
| Method Detail |
|---|
java.lang.String classifyStrokes(java.util.Collection<PenStroke> strokeSet)
strokeSet - void setInitialParameters(java.util.HashMap parameter)
parameter - void addActionListener(java.lang.Object listener)
listener - implements ActionListenervoid removeActionListener(java.lang.Object listener)
listener - int getClassificationProgress()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||