Package org.jCharts.test
Class BarTestDriver
- java.lang.Object
-
- org.jCharts.test.AxisChartTestBase
-
- org.jCharts.test.BarTestDriver
-
public final class BarTestDriver extends AxisChartTestBase
This file provides examples of how to create all the different chart types provided by this package.
-
-
Constructor Summary
Constructors Constructor Description BarTestDriver()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static 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
getDataSeries()
static void
main(java.lang.String[] args)
(package private) boolean
supportsImageMap()
-
Methods inherited from class org.jCharts.test.AxisChartTestBase
axisChartTest, createAxisChartDataSet, createDataSeries
-
-
-
-
Method Detail
-
supportsImageMap
boolean supportsImageMap()
- Specified by:
supportsImageMap
in classAxisChartTestBase
-
getChartTypeProperties
static ChartTypeProperties getChartTypeProperties(int numberOfDataSets)
Separate this so can use for combo chart test
-
getDataSeries
DataSeries getDataSeries() throws ChartDataException
- Specified by:
getDataSeries
in classAxisChartTestBase
- Throws:
ChartDataException
-
main
public static void main(java.lang.String[] args) throws PropertyException, ChartDataException
- Parameters:
args
-- Throws:
PropertyException
ChartDataException
-
bug
public static void bug() throws ChartDataException, PropertyException
- Throws:
ChartDataException
PropertyException
-
bug2
private static void bug2()
-
-