|
static void | main (String[] args) |
|
|
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 |
|
AreaChart.AreaChart |
( |
ChartData |
data, |
|
|
String |
title, |
|
|
String |
colourScheme, |
|
|
ArrayList< Color > |
userList |
|
) |
| |
|
inline |
Construct a AreaChart
- Parameters
-
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 |
JFreeChart AreaChart.CreateChart |
( |
Dataset |
plotData, |
|
|
String |
title |
|
) |
| |
|
inlinevirtual |
Create a chart of type AreaChart.
- Parameters
-
plotData | is the data that shall be used to create the chart |
title | is the title to be used upon creation of the chart |
- Returns
- the newly created AreaChart as chart
Implements Chart.
static void AreaChart.main |
( |
String[] |
args | ) |
|
|
inlinestatic |
Unit test
- Parameters
-
args | - command line arguments (not used) |
The documentation for this class was generated from the following file: