FROG

FROG Recognizer of Gestures

TrainPanel Class Reference

TrainPanel represents the Training mode for FROG. More...

Inheritance diagram for TrainPanel:
Collaboration diagram for TrainPanel:

List of all members.

Public Member Functions

 TrainPanel ()
 Creates a new TrainPanel.
String toString ()
void accelerationPerformed (AccelEvent e)
 Executed whenever a Session detects an acceleration from a Device it is listening to.
void unexpectedDisconnect (Device d)
 Executed whenever a Session detects an unexpected disconnect 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 gestureComplete (boolean good, Device d)
 Executed whenever a Session detects a complete gesture from a Device it is listening to.
void actionPerformed (ActionEvent e)

Detailed Description

TrainPanel represents the Training mode for FROG.

It displays a 3D plot for graphing incoming vector data, and allows a user to train new gestures for recognition in the other FROG modes.

Author:
Team Better Recognize

Constructor & Destructor Documentation

TrainPanel (  ) 

Creates a new TrainPanel.

Here is the call graph for this function:


Member Function Documentation

void accelerationPerformed ( AccelEvent  e  ) 

Executed whenever a Session detects an acceleration from a Device it is listening to.

Implements SessionListener.

Here is the call graph for this function:

void actionPerformed ( ActionEvent  e  ) 

Here is the call graph for this function:

void gestureComplete ( boolean  good,
Device  d 
)

Executed whenever a Session detects a complete gesture from a Device it is listening to.

Implements SessionListener.

Here is the call graph for this function:

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.

String toString (  ) 
void unexpectedDisconnect ( Device  d  ) 

Executed whenever a Session detects an unexpected disconnect from a Device it is listening to.

Implements SessionListener.

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/TrainPanel.java
 All Classes Namespaces Files Functions Variables