Class | Description |
---|---|
AbstractGraph |
The AbstractGraph class defines the necessary and commont components for both a Histogram and PieChart
Derived from the requirements documentation regarding visuals.
|
Histogram |
The Histogram class defines the necessary components for graphically changing the GradeScheme
Derived from the requirements documentation regarding visuals.
|
PieChart |
The PieChart class takes all of its required data and functionality from the AbstractGraph class.
|
Statistics |
The Statistics class performs different math operations on the Scores of a certain Section.
|