|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.clichart.chart.AbstractChartBuilder
net.sf.clichart.chart.TimeSeriesChartBuilder
public class TimeSeriesChartBuilder
Builder for charts displaying time series (dates, times etc.)
| Field Summary |
|---|
| Fields inherited from class net.sf.clichart.chart.AbstractChartBuilder |
|---|
m_options, m_seriesTitles |
| Constructor Summary | |
|---|---|
TimeSeriesChartBuilder(Options options,
java.lang.String[] seriesTitles)
|
|
| Method Summary | |
|---|---|
protected void |
addYValue(int columnNumber,
java.lang.Object xValue,
java.lang.Object yValue)
Called for subclass to add this yValue to the appropriate series |
protected org.jfree.chart.JFreeChart |
getChartImpl(Options options)
Called for subclass to create the required chart object, containing all the data provided |
protected org.jfree.data.xy.XYDataset |
getDataset()
Return the dataset containing all the data provided - used to add the second axis |
protected org.jfree.chart.labels.XYToolTipGenerator |
getToolTipGenerator()
Return an appropriate tooltip generator for a new renderer |
protected void |
initialiseSeriesColumn(java.lang.String title)
Called for subclass to create and register the appropriate data series for the column with this title |
| Methods inherited from class net.sf.clichart.chart.AbstractChartBuilder |
|---|
addSecondAxis, dataParsed, getChart, headerParsed, parsingFinished |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeSeriesChartBuilder(Options options,
java.lang.String[] seriesTitles)
| Method Detail |
|---|
protected void initialiseSeriesColumn(java.lang.String title)
AbstractChartBuilder
initialiseSeriesColumn in class AbstractChartBuilder
protected void addYValue(int columnNumber,
java.lang.Object xValue,
java.lang.Object yValue)
AbstractChartBuilder
addYValue in class AbstractChartBuildercolumnNumber - The 0-based index into the dataColumnIndexes arrayxValue - The x axis value for this rowyValue - The y axis value for this row and column numberprotected org.jfree.chart.JFreeChart getChartImpl(Options options)
AbstractChartBuilder
getChartImpl in class AbstractChartBuilderprotected org.jfree.data.xy.XYDataset getDataset()
AbstractChartBuilder
getDataset in class AbstractChartBuilderprotected org.jfree.chart.labels.XYToolTipGenerator getToolTipGenerator()
AbstractChartBuilder
getToolTipGenerator in class AbstractChartBuilder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||