EvaluationPanel Class Reference
EvaluationPanel contains the GUI elements for graphing experiments with the device in an attempt to analyze its accuracy. More...
Public Member Functions | |
EvaluationPanel () | |
Creates an EvaluationPanel. | |
void | actionPerformed (ActionEvent e) |
void | unexpectedDisconnect (Device d) |
Executed whenever a Session detects an unexpected disconnect from a Device it is listening to. | |
void | gestureComplete (boolean good, Device d) |
Executed whenever a Session detects a complete gesture from a Device it is listening to. | |
void | gestureRecognized (GestureModel g) |
Executed whenever a Session has recognized a gesture performed by the Device it is listening to (requires being in recognition mode). | |
void | accelerationPerformed (AccelEvent e) |
Executed whenever a Session detects an acceleration from a Device it is listening to. |
Detailed Description
EvaluationPanel contains the GUI elements for graphing experiments with the device in an attempt to analyze its accuracy.
Constructor & Destructor Documentation
EvaluationPanel | ( | ) |
Member Function Documentation
void accelerationPerformed | ( | AccelEvent | e | ) |
Executed whenever a Session detects an acceleration from a Device it is listening to.
Implements SessionListener.
void actionPerformed | ( | ActionEvent | e | ) |
void gestureComplete | ( | boolean | good, | |
Device | d | |||
) |
Executed whenever a Session detects a complete gesture from a Device it is listening to.
Implements SessionListener.
void gestureRecognized | ( | GestureModel | g | ) |
Executed whenever a Session has recognized a gesture performed by the Device it is listening to (requires being in recognition mode).
- Parameters:
-
g The gesture recognized
- See also:
- Session.inRecognitionMode()
Implements SessionListener.
void unexpectedDisconnect | ( | Device | d | ) |
Executed whenever a Session detects an unexpected disconnect from a Device it is listening to.
Implements SessionListener.
The documentation for this class was generated from the following file:
- /Users/dev/Documents/SVN brazos.cs.tcu.edu/trunk/FROG/src/frog/gui/EvaluationPanel.java