Tamu Grade Analyzer
Analyzes the grade distribution of Texas A&M professors
|
Public Member Functions | |
void | start (Stage primaryStage) |
DisplayData () | |
DisplayData (DatabaseAPI database, boolean isNull) | |
VBox | getPercentagesDisplay () |
VBox | getTotalGrades () |
VBox | getCourseInfo () |
Label | getAvgGPA () |
Static Public Member Functions | |
static void | main (String[] args) |
DisplayData.DisplayData | ( | ) |
Default Constructor
DisplayData.DisplayData | ( | DatabaseAPI | database, |
boolean | isNull | ||
) |
Class constructor sets up the label displays for the percentages of the grade distribution and the number of A's, B's, etc.
database | |
isNull |
VBox DisplayData.getPercentagesDisplay | ( | ) |
class getter functions
void DisplayData.start | ( | Stage | primaryStage | ) |
Main function for testing this class
primaryStage |