org.jCharts.test
Class ClusteredBarTestDriver
java.lang.Object
|
+--org.jCharts.test.AxisChartTestBase
|
+--org.jCharts.test.ClusteredBarTestDriver
- class ClusteredBarTestDriver
- extends AxisChartTestBase
This file provides examples of how to create all the different chart types provided by
this package.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusteredBarTestDriver
ClusteredBarTestDriver()
supportsImageMap
boolean supportsImageMap()
- Specified by:
supportsImageMap
in class AxisChartTestBase
getDataSeries
DataSeries getDataSeries()
throws ChartDataException
- Specified by:
getDataSeries
in class AxisChartTestBase
ChartDataException
main
public static void main(java.lang.String[] args)
throws PropertyException,
ChartDataException
- Parameters:
args
-
- Throws:
PropertyException
ChartDataException
axisChartTest
static void axisChartTest(java.lang.String name,
AxisChartTestBase axisChartTestBase)
throws ChartDataException,
PropertyException
- Test for LineChart
ChartDataException
PropertyException
createDataSeries
final DataSeries createDataSeries(int numberOfValuesToCreate)
createAxisChartDataSet
AxisChartDataSet createAxisChartDataSet(ChartType chartType,
ChartTypeProperties chartTypeProperties,
int numberOfDataSets,
int numberOfValuesToCreate,
int minValue,
int maxValue)
throws ChartDataException
- Generates a random MultiDataSet
- Parameters:
numberOfDataSets
- numberOfValuesToCreate
- the number of doubles to generateminValue
- maxValue
-
- Returns:
- AxisChartDataSet
ChartDataException