public class JFreeScatterPeriodChartData extends JFreeChartData<JFreeScatterPlot> implements ScatterPeriodChartData<JFreeScatterPlot>
| Constructor and Description |
|---|
JFreeScatterPeriodChartData() |
| Modifier and Type | Method and Description |
|---|---|
JFreeScatterPlot |
addSeries(java.lang.String label,
java.awt.Color c)
Add a data series to the plot.
|
JFreeChart |
getJFreeChart() |
int |
getNSplits() |
SplitTimePeriod |
getPeriod() |
JFreeScatterPlot |
makeDataSet(int i)
make a dataset
|
void |
setPeriod(SplitTimePeriod period,
int nsplit) |
void |
setXAxis(java.lang.String text) |
void |
setYAxis(java.lang.String text) |
createPNG, createPNG, createPNG, getQuantityName, getSize, setGraphical, setQuantityName, setTitle, writeGraphicsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatePNG, createPNG, getQuantityName, getSize, setGraphical, setQuantityName, setTitle, writeGraphicspublic JFreeScatterPlot makeDataSet(int i) throws java.lang.Exception
ChartDatamakeDataSet in interface ChartData<JFreeScatterPlot>i - initial sizejava.lang.Exceptionpublic JFreeChart getJFreeChart()
getJFreeChart in class JFreeChartData<JFreeScatterPlot>public void setPeriod(SplitTimePeriod period, int nsplit)
setPeriod in interface ScatterPeriodChartData<JFreeScatterPlot>public SplitTimePeriod getPeriod()
getPeriod in interface ScatterPeriodChartData<JFreeScatterPlot>public int getNSplits()
getNSplits in interface ScatterPeriodChartData<JFreeScatterPlot>public JFreeScatterPlot addSeries(java.lang.String label, java.awt.Color c)
ScatterPeriodChartDataaddSeries in interface ScatterPeriodChartData<JFreeScatterPlot>label - String label for series.c - Color can be null.ScatterPeriodPlotpublic void setXAxis(java.lang.String text)
setXAxis in interface ScatterPeriodChartData<JFreeScatterPlot>public void setYAxis(java.lang.String text)
setYAxis in interface ScatterPeriodChartData<JFreeScatterPlot>