Package org.jCharts.test
Class BarTestDriver
java.lang.Object
org.jCharts.test.AxisChartTestBase
org.jCharts.test.BarTestDriver
This file provides examples of how to create all the different chart types provided by
this package.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
bug()
private static void
bug2()
(package private) static ChartTypeProperties
getChartTypeProperties
(int numberOfDataSets) Separate this so can use for combo chart test(package private) DataSeries
static void
(package private) boolean
Methods inherited from class org.jCharts.test.AxisChartTestBase
axisChartTest, createAxisChartDataSet, createDataSeries
-
Constructor Details
-
BarTestDriver
public BarTestDriver()
-
-
Method Details
-
supportsImageMap
boolean supportsImageMap()- Specified by:
supportsImageMap
in classAxisChartTestBase
-
getChartTypeProperties
Separate this so can use for combo chart test -
getDataSeries
- Specified by:
getDataSeries
in classAxisChartTestBase
- Throws:
ChartDataException
-
main
- Parameters:
args
-- Throws:
PropertyException
ChartDataException
-
bug
- Throws:
ChartDataException
PropertyException
-
bug2
private static void bug2()
-