Package org.jCharts.test
Class StockTestDriver
- java.lang.Object
-
- org.jCharts.test.AxisChartTestBase
-
- org.jCharts.test.StockTestDriver
-
public final class StockTestDriver extends AxisChartTestBase
This file provides examples of how to create all the different chart types provided by this package.
-
-
Constructor Summary
Constructors Constructor Description StockTestDriver()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static ChartTypePropertiesgetChartTypeProperties(int numberOfDataSets)Separate this so can use for combo chart test(package private) DataSeriesgetDataSeries()Test for LineChart(package private) booleansupportsImageMap()-
Methods inherited from class org.jCharts.test.AxisChartTestBase
axisChartTest, createAxisChartDataSet, createDataSeries
-
-
-
-
Method Detail
-
supportsImageMap
boolean supportsImageMap()
- Specified by:
supportsImageMapin classAxisChartTestBase
-
getChartTypeProperties
static ChartTypeProperties getChartTypeProperties(int numberOfDataSets)
Separate this so can use for combo chart test
-
getDataSeries
DataSeries getDataSeries() throws ChartDataException
Test for LineChart- Specified by:
getDataSeriesin classAxisChartTestBase- Throws:
ChartDataException
-
-