Tamu Grade Analyzer
Analyzes the grade distribution of Texas A&M professors
Public Member Functions | Static Public Member Functions | List of all members
GradeChart Class Reference
Inheritance diagram for GradeChart:

Public Member Functions

void start (Stage primaryStage)
 
 GradeChart ()
 
 GradeChart (DatabaseAPI db, boolean isempty) throws SQLException, ClassNotFoundException
 
LineChart< String, Number > getLineChart ()
 
BarChart< String, Number > getBarChart ()
 

Static Public Member Functions

static void main (String[] args)
 

Constructor & Destructor Documentation

GradeChart.GradeChart ( )

Default empty constructor

GradeChart.GradeChart ( DatabaseAPI  db,
boolean  isempty 
) throws SQLException, ClassNotFoundException

WARNING: using the wrong boolean value may result in a nullpointer exception. Constructor for this class the takes in all the data from the DatabaseAPI object that is passed in and constructs a corresponding graph and chart with the data.

Parameters
db
isempty
Exceptions
SQLException
ClassNotFoundException

Member Function Documentation

LineChart<String, Number> GradeChart.getLineChart ( )

class Getter functions: getLineChart, getBarChart

Returns
void GradeChart.start ( Stage  primaryStage)

main function for testing

Parameters
primaryStage

The documentation for this class was generated from the following file: