|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use Result | |
|---|---|
| org.ximtec.igesture.core | The core iGesture classes. |
| org.ximtec.igesture.tool.view.testbench.panel | |
| Uses of Result in org.ximtec.igesture.core |
|---|
| Methods in org.ximtec.igesture.core that return Result | |
|---|---|
Result |
ResultSet.getResult()
Returns the first result object which is also the result object with the highest recognition accuracy. |
Result |
ResultSet.getResult(int index)
Returns the result for a given index position. |
| Methods in org.ximtec.igesture.core that return types with arguments of type Result | |
|---|---|
List<Result> |
ResultSet.getResults()
Returns a list containing all result objects. |
| Methods in org.ximtec.igesture.core with parameters of type Result | |
|---|---|
void |
ResultSet.addResult(Result result)
Adds a result object to the result set. |
| Method parameters in org.ximtec.igesture.core with type arguments of type Result | |
|---|---|
void |
ResultSet.addResults(Collection<Result> results)
Adds a collection of result objects. |
| Uses of Result in org.ximtec.igesture.tool.view.testbench.panel |
|---|
| Method parameters in org.ximtec.igesture.tool.view.testbench.panel with type arguments of type Result | |
|---|---|
void |
ConfigurationPanel.setResultList(List<Result> classes)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||