org.jCharts.test
Interface HTMLTestable

All Known Implementing Classes:
AreaProperties, Axis, AxisChartDataSet, AxisChartTypeProperties, AxisDataSeries, AxisProperties, AxisTypeProperties, ChartProperties, ChartTypeProperties, DataAxis, DataAxisProperties, DataSeries, DataSet, LabelAxis, LabelAxisProperties, Legend, LegendAreaProperties, LegendProperties, PieChart2DProperties, Properties, ScatterPlotDataSeries, ScatterPlotDataSet, StockChartDataSet, TextTag, TextTagGroup, XAxis, YAxis

public interface HTMLTestable

Interface class for Objects that can be displayed in a jCharts test.


Method Summary
 void toHTML(HTMLGenerator htmlGenerator)
          Enables the testing routines to display the contents of this Object.
 

Method Detail

toHTML

public void toHTML(HTMLGenerator htmlGenerator)
Enables the testing routines to display the contents of this Object.

Parameters:
htmlGenerator -