|
static void | main (String[] args) |
|
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
-
- Exceptions
-
SQLException | |
ClassNotFoundException | |
LineChart<String, Number> GradeChart.getLineChart |
( |
| ) |
|
class Getter functions: getLineChart, getBarChart
- Returns
void GradeChart.start |
( |
Stage |
primaryStage | ) |
|
main function for testing
- Parameters
-
The documentation for this class was generated from the following file: