| Class | Description |
|---|---|
| Graph |
The class Graph is the class from which all implemented classes are extended
It holds a series, a dataset a lineChart, two axis and a title which the graph will display
|
| GraphFarmingBalance |
Graph which displays the farming balance for a region over time
|
| GraphHDI |
Graph which displays the HDI over time
|
| GraphManager |
Graph Manager which handles all of the graphs attached to the GUIOrig
Has functions which allows the client to add data to a graph or methods for the graph node in the GUIOrig to get
the linechart which needs to be displayed
|
| GraphPopulation |
Graph which shows the region population over time
|
| GraphProductBar |
Graph which is displayed for each product in the product bar
|
| GraphProductsDollars | |
| HoveredNode |
Class which gets added to graphs to allow to display datapoint on mouse over
|