cs235MasseyA6
DataVisualiser
|
AreaChart.java | Stores a user defined AreaChart to be displayed on screen |
BarChart.java | Stores a user defined BarChart to be displayed on screen |
BarChart3D.java | Stores a user defined BarChart3D to be displayed on screen |
BubbleChart.java | Stores a user defined BubbleChart to be displayed on screen |
Chart.java | Stores how chart should be displayed from its respective data |
ChartData.java | Stores and handles data describing a Chart |
ColourGenerator.java | ColourGenerator generates colours to be stored in an ColourList |
ColourList.java | Handles an arraylist with colours generated of a specific colour scheme |
ColourSchemeChooser.java | Creates a interface for a user to select colour scheme |
CSV.java | Reads a .csv file of passed filename, checks and removes errors |
GUI.java | GUI class creates the GUI |
HistogramChart.java | Stores a user defined HistogramChart to be displayed on screen |
LineChart.java | Stores a user defined LineChart to be displayed on screen |
LineChart3D.java | Stores a user defined LineChart3D to be displayed on screen |
MultiplePieChart.java | Stores a user defined MultiplePieChart to be displayed on screen |
MultiplePieChart3D.java | Stores a user defined MultiplePieChart3D to be displayed on screen |
PieChart.java | Stores a user defined PieChart to be displayed on screen |
PieChart3D.java | Stores a user defined PieChart3D to be displayed on screen |
RingChart.java | Stores a user defined RingChart to be displayed on screen |
ScatterChart.java | Stores a user defined ScatterChart to be displayed on screen |
SlideShow.java | Creates and runs the Slideshow |
StackedAreaChart.java | Stores a user defined StackedAreaChart to be displayed on screen |
StackedBarChart.java | Stores a user defined StackedBarChart to be displayed on screen |
StackedBarChart3D.java | Stores a user defined StackedBarChart3D to be displayed on screen |
Table.java | A class that populates a table with data receieved |
TypeChooser.java | Creates the popup interface containing the buttons for each chart type |
UserDefinedColourSelection.java | This is a Class that provides the user with an interface to create their own selection of colours. They can choose the colours they want to make their own custom colour scheme |
Visualisation.java | Visual element to be displayed in JSwing |
XYBarChart.java | Header file for class which creates a XY Bar Chart |
XYLineChart.java | Stores a user defined XYLineChart to be displayed on screen |