|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jCharts.chartData.AxisDataSeries
org.jCharts.chartData.ScatterPlotDataSeries
public class ScatterPlotDataSeries
Collection of all IAxisPlotDataSets to display in an AxisChart
Field Summary |
---|
Fields inherited from class org.jCharts.chartData.AxisDataSeries |
---|
dataSets, totalNumberOfDataSets |
Constructor Summary | |
---|---|
ScatterPlotDataSeries(IScatterPlotDataSet iScatterPlotDataSet,
java.lang.String xAxisTitle,
java.lang.String yAxisTitle,
java.lang.String chartTitle)
Constructor |
Method Summary | |
---|---|
void |
toHTML(HTMLGenerator htmlGenerator)
Returns the total number data dimensions in all of the IAxisChartDataSets contained in this collection. |
Methods inherited from class org.jCharts.chartData.AxisDataSeries |
---|
addIAxisPlotDataSet, getChartTitle, getIAxisPlotDataSet, getIAxisPlotDataSetIterator, getSizeOfEachDataSet, getTotalNumberOfDataSets, getXAxisTitle, getYAxisTitle, size, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jCharts.chartData.interfaces.IAxisDataSeries |
---|
addIAxisPlotDataSet, getChartTitle, getIAxisPlotDataSet, getIAxisPlotDataSetIterator, getTotalNumberOfDataSets, getXAxisTitle, getYAxisTitle, size, validate |
Constructor Detail |
---|
public ScatterPlotDataSeries(IScatterPlotDataSet iScatterPlotDataSet, java.lang.String xAxisTitle, java.lang.String yAxisTitle, java.lang.String chartTitle)
xAxisTitle
- if this is NULL, no title will be displayedyAxisTitle
- if this is NULL, no title will be displayedchartTitle
- if this is NULL, no title will be displayedMethod Detail |
---|
public void toHTML(HTMLGenerator htmlGenerator)
toHTML
in interface HTMLTestable
toHTML
in class AxisDataSeries
htmlGenerator
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |