EvaluationBarGraphs Class Reference
EvaluationBarGraphs is a specialized JTabbedPane that is tied to a given gesture session. More...
Public Member Functions | |
| EvaluationBarGraphs (Vector< GestureModel > s) | |
| Constructs an EvaluationBarGraphs pane with the given gesture session. | |
| void | update (int index) |
| Updates the pane at the given index based on the current GestureModel statistics for the corresponding GestureModel. | |
| void | updateAll () |
| Updates all panes based on the current GestureModel statistics for the corresponding GestureModel. | |
Detailed Description
EvaluationBarGraphs is a specialized JTabbedPane that is tied to a given gesture session.
It provides tables for the correct/incorrect/not recognized statistics of each GestureModel, each in an individual pane, as well as a session summary. Each tab contains an EvaluationBarGraph, a specialized JPanel.
Constructor & Destructor Documentation
| EvaluationBarGraphs | ( | Vector< GestureModel > | s | ) |
Constructs an EvaluationBarGraphs pane with the given gesture session.
- Parameters:
-
s the gesture session used in construction
Member Function Documentation
| void update | ( | int | index | ) |
Updates the pane at the given index based on the current GestureModel statistics for the corresponding GestureModel.
- Parameters:
-
index the index of the pane to update
Here is the call graph for this function:

Here is the caller graph for this function:

| void updateAll | ( | ) |
Updates all panes based on the current GestureModel statistics for the corresponding GestureModel.
Here is the call graph for this function:

The documentation for this class was generated from the following file:
- /Users/dev/Documents/SVN brazos.cs.tcu.edu/trunk/FROG/src/frog/gui/EvaluationBarGraphs.java
