cs235MasseyA6
DataVisualiser
 All Classes Files Functions
XYLineChart Member List

This is the complete list of members for XYLineChart, including all inherited members.

Chart(ChartData data, String title, String colourScheme, ArrayList< Color > userList)Chart
CreateChart(Dataset plotData, String title)XYLineChartvirtual
GetAuthor()Chart
GetChart()Chart
GetChartTitle()Chart
GetColour()Visualisation
GetData()Visualisation
GetDate()Chart
GetDescription()Chart
GetLegend()Chart
GetTitle()Visualisation
GetXAxis()Chart
GetYAxis()Chart
m_Author (defined in Chart)Chartprotected
m_Chart (defined in Chart)Chartprotected
m_ChartTitle (defined in Chart)Chartprotected
m_ColourScheme (defined in Visualisation)Visualisationprotected
m_Data (defined in Visualisation)Visualisationprotected
m_Date (defined in Chart)Chartprotected
m_Description (defined in Chart)Chartprotected
m_Legend (defined in Chart)Chartprotected
m_Title (defined in Visualisation)Visualisationprotected
m_XAxis (defined in Chart)Chartprotected
m_YAxis (defined in Chart)Chartprotected
main(String[] args)XYLineChartstatic
SetAuthor(String author)Chart
SetChart(JFreeChart chart)Chart
SetChartTitle(String title)Chart
SetColour(ColourList colour)Chart
SetData(ChartData data)Visualisation
SetDate(Boolean date)Chart
SetDescription(String descr)Chart
SetLegend(LegendTitle legend)Chart
SetTitle(String title)Visualisation
SetXAxis(String xAxis)Chart
SetYAxis(String yAxis)Chart
toString()Visualisation
XYLineChart(ChartData data, String title, String colourScheme, ArrayList< Color > userList)XYLineChart