

Public Member Functions | |
| ScatterChart (ChartData data, String title, String colourScheme, ArrayList< Color > userList) | |
| Construct a Scatter Graph. More... | |
| JFreeChart | CreateChart (Dataset plotData, String title) |
| Create a chart of type ScatterChart. More... | |
| XYDataset | CreateDataset (ChartData data) |
| Create a dataset of type XYDataset using data of type ChartData. More... | |
Public Member Functions inherited from Chart | |
| boolean | SetChartTitle (String title) |
| Set the Title of the chart. More... | |
| String | GetChartTitle () |
| Accessor for m_ChartTitle. More... | |
| boolean | SetAuthor (String author) |
| Set the Author of the chart. More... | |
| String | GetAuthor () |
| Accessor for m_Author. More... | |
| boolean | SetDate (Boolean date) |
| Mutator for m_Date - the Date of the chart. More... | |
| Boolean | GetDate () |
| Accessor for m_Date. More... | |
| boolean | SetDescription (String descr) |
| Mutator for m_Description - Description of the chart. More... | |
| String | GetDescription () |
| Accessor for m_Description. More... | |
| boolean | SetXAxis (String xAxis) |
| Mutator method for m_XAxis - X Axis Label of chart. More... | |
| String | GetXAxis () |
| Accessor for m_XAxis. More... | |
| boolean | SetYAxis (String yAxis) |
| Mutator method of m_YAxis - Y Axis Label of chart. More... | |
| String | GetYAxis () |
| Accessor for m_YAxis. More... | |
| JFreeChart | GetChart () |
| Accessor for m_Chart - internal chart structure. More... | |
| boolean | SetChart (JFreeChart chart) |
| Mutator for m_Chart - internal data storage. More... | |
| boolean | SetColour (ColourList colour) |
| Mutator method for m_Colour - colour scheme of chart. More... | |
| boolean | SetLegend (LegendTitle legend) |
| Mutator method of m_Legend - legent of chart. More... | |
| LegendTitle | GetLegend () |
| Accessor for m_Legend. More... | |
| Chart (ChartData data, String title, String colourScheme, ArrayList< Color > userList) | |
| Constructor from data, title and colourScheme. More... | |
Public Member Functions inherited from Visualisation | |
| boolean | SetColour (ColourList colour) |
| Mutator for m_ColourScheme - the colour scheme of the chart. More... | |
| ChartData | GetData () |
| Accessor for m_Data. More... | |
| boolean | SetData (ChartData data) |
| Mutator for m_Data - the internal data structure. More... | |
| ColourList | GetColour () |
| Accessor for m_Colour. More... | |
| boolean | SetTitle (String title) |
| Mutator for m_Title - title of visualisation. More... | |
| String | GetTitle () |
| Accessor for m_Title. More... | |
| String | toString () |
| Displays data in the form of a string. More... | |
Static Public Member Functions | |
| static void | main (String[] args) |
| Unit test. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Chart | |
| JFreeChart | m_Chart |
| String | m_ChartTitle |
| String | m_Author = "" |
| Boolean | m_Date = false |
| String | m_Description = "" |
| String | m_XAxis = "" |
| String | m_YAxis = "" |
| LegendTitle | m_Legend |
| ScatterChart.ScatterChart | ( | ChartData | data, |
| String | title, | ||
| String | colourScheme, | ||
| ArrayList< Color > | userList | ||
| ) |
Construct a Scatter Graph.
| data | is the data that shall be used to create the chart |
| title | is the title to be used upon creation of the chart |
| colourScheme | is a string of the type of colour to use |
| userList | is the ArrayList<Color> of user defined colours |

|
virtual |
Create a chart of type ScatterChart.
| plotData | is the data that shall be used to create the chart |
| title | is the title to be used upon creation of the chart |
| colourGroup | is the colour scheme which the user has selected |
Implements Chart.

|
virtual |
|
static |
Unit test.
| args | - command line arguments (not used) |

1.8.3.1