Package org.jCharts.test
Interface HTMLChartTestable
- All Known Implementing Classes:
AxisChart
,PieChart2D
,ScatterPlotAxisChart
public interface HTMLChartTestable
Interface class for Chart Objects that can be displayed in a jCharts test.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
toHTML
(HTMLGenerator htmlGenerator, String imageFileName, ImageMap imageMap)
-
Method Details
-
toHTML
- Parameters:
htmlGenerator
-imageFileName
- the name of the output test imageimageMap
- if this is NULL we are not creating image map data in html
-