| |
|
| org.krysalis.jcharts.test.HTMLTestable
All known Subclasses: org.krysalis.jcharts.properties.PieChart2DProperties, org.krysalis.jcharts.chartText.TextTag, org.krysalis.jcharts.properties.LabelAxisProperties, org.krysalis.jcharts.properties.AxisProperties, org.krysalis.jcharts.properties.Properties, org.krysalis.jcharts.chartData.ScatterPlotDataSet, org.krysalis.jcharts.properties.RadarChartProperties, org.krysalis.jcharts.Legend, org.krysalis.jcharts.properties.DataAxisProperties, org.krysalis.jcharts.properties.LegendProperties, org.krysalis.jcharts.properties.AxisChartTypeProperties, org.krysalis.jcharts.chartData.AxisDataSeries, org.krysalis.jcharts.chartData.AxisChartDataSet, org.krysalis.jcharts.chartData.DataSet, org.krysalis.jcharts.axisChart.axis.XAxis, org.krysalis.jcharts.properties.LegendAreaProperties, org.krysalis.jcharts.chartText.TextTagGroup, org.krysalis.jcharts.properties.ChartProperties, org.krysalis.jcharts.chartData.StockChartDataSet, org.krysalis.jcharts.properties.ChartTypeProperties, org.krysalis.jcharts.chartData.ScatterPlotDataSeries, org.krysalis.jcharts.axisChart.axis.Axis, org.krysalis.jcharts.chartData.DataSeries, org.krysalis.jcharts.properties.AreaProperties, org.krysalis.jcharts.axisChart.axis.YAxis, org.krysalis.jcharts.properties.PieChart3DProperties, org.krysalis.jcharts.properties.AxisTypeProperties,
HTMLTestable | public interface HTMLTestable (Code) | | Interface class for Objects that can be displayed in a jCharts test.
|
Method Summary | |
public void | toHTML(HTMLGenerator htmlGenerator) Enables the testing routines to display the contents of this Object. |
toHTML | public void toHTML(HTMLGenerator htmlGenerator)(Code) | | Enables the testing routines to display the contents of this Object.
Parameters: htmlGenerator - |
|
|
|