FROG

FROG Recognizer of Gestures

EvaluationBarGraph Class Reference

EvalutionBarGraph is a specialized JPanel that displays the correct/incorrect/not recognized statistic for a GestureModel. More...

Inherits javax::swing::JPanel.

List of all members.

Public Member Functions

 EvaluationBarGraph (int c, int i, int n)
 Constructs an EvaluationBarGraph with a given set of statistics.
void update (int c, int i, int n)
 Modifies the current bar graph according to the new specified statistics.
String toString ()

Detailed Description

EvalutionBarGraph is a specialized JPanel that displays the correct/incorrect/not recognized statistic for a GestureModel.

The GestureModel is not directly tied to the EvaluationBarGraph, but instead the statistics are directly passed in.

Author:
Team Better Recognize

Constructor & Destructor Documentation

EvaluationBarGraph ( int  c,
int  i,
int  n 
)

Constructs an EvaluationBarGraph with a given set of statistics.

Parameters:
c statistic for 'correct' events
i statistic for 'incorrect' event
n statistic for 'not recognized' event

Member Function Documentation

String toString (  ) 
void update ( int  c,
int  i,
int  n 
)

Modifies the current bar graph according to the new specified statistics.

Parameters:
c new statistic for 'correct' events
i new statistic for 'incorrect' event
n new statistic for 'not recognized' event

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables