My Project
 All Classes Files Functions
Public Member Functions | Static Public Member Functions | List of all members
LineChart3D Class Reference
Inheritance diagram for LineChart3D:
Chart Visualisation

Public Member Functions

 LineChart3D (ChartData data, String title, String colourScheme, ArrayList< Color > userList)
 
JFreeChart CreateChart (Dataset plotData, String title)
 
- Public Member Functions inherited from Chart
boolean SetChartTitle (String title)
 
String GetChartTitle ()
 
boolean SetAuthor (String author)
 
String GetAuthor ()
 
boolean SetDate (Boolean date)
 
Boolean GetDate ()
 
boolean SetDescription (String descr)
 
String GetDescription ()
 
boolean SetXAxis (String xAxis)
 
String GetXAxis ()
 
boolean SetYAxis (String yAxis)
 
String GetYAxis ()
 
JFreeChart GetChart ()
 
boolean SetChart (JFreeChart chart)
 
boolean SetColour (ColourList colour)
 
boolean SetLegend (LegendTitle legend)
 
LegendTitle GetLegend ()
 
 Chart (ChartData data, String title, String colourScheme, ArrayList< Color > userList)
 
- Public Member Functions inherited from Visualisation
boolean SetColour (ColourList colour)
 
ChartData GetData ()
 
boolean SetData (ChartData data)
 
ColourList GetColour ()
 
boolean SetTitle (String title)
 
String GetTitle ()
 
String toString ()
 

Static Public Member Functions

static void main (String[] args)
 

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
 

Constructor & Destructor Documentation

LineChart3D.LineChart3D ( ChartData  data,
String  title,
String  colourScheme,
ArrayList< Color >  userList 
)
inline

Construct a LineChart3D

Parameters
datais the data that shall be used to create the chart
titleis the title to be used upon creation of the chart
colourSchemeis a string of the type of colour to use
userListis the ArrayList<Color> of user defined colours

Member Function Documentation

JFreeChart LineChart3D.CreateChart ( Dataset  plotData,
String  title 
)
inlinevirtual

Create a chart of type LineChart3D.

Parameters
plotDatais the data that shall be used to create the chart
titleis the title to be used upon creation of the chart
Returns
the newly created LineChart3D as chart

Implements Chart.

static void LineChart3D.main ( String[]  args)
inlinestatic

Unit test

Parameters
args- command line arguments (not used)

The documentation for this class was generated from the following file: