Class TimeSeriesPlot
java.lang.Object
com.hello2morrow.sonargraph.integration.jenkins.model.AbstractPlot
com.hello2morrow.sonargraph.integration.jenkins.model.TimeSeriesPlot
- 
Field Summary
Fields inherited from class com.hello2morrow.sonargraph.integration.jenkins.model.AbstractPlot
DATA_COLOR, m_datasetProvider - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyRendering(org.jfree.chart.plot.XYPlot plot) protected org.jfree.chart.JFreeChartcreateChartInternal(String chartTitle, String categoryName, String yAxisName, org.jfree.data.xy.XYDataset dataset) protected org.jfree.data.xy.XYDatasetcreateXYDataset(MetricId metric, int maximumNumberOfDataPoints) Creates a XYDataset from a CSV file.Methods inherited from class com.hello2morrow.sonargraph.integration.jenkins.model.AbstractPlot
checkMinMaxYValue, createXYChart, getDatasetSize, getMaximumValue, getMinimumValue, getTimestampOfLastDisplayedPoint, setDataSetSize, setMaximumValue, setMinimumValue, setRangeAxis, setTimestampOfLastDisplayedPoint 
- 
Constructor Details
- 
TimeSeriesPlot
 
 - 
 - 
Method Details
- 
createChartInternal
protected org.jfree.chart.JFreeChart createChartInternal(String chartTitle, String categoryName, String yAxisName, org.jfree.data.xy.XYDataset dataset) - Specified by:
 createChartInternalin classAbstractPlot
 - 
createXYDataset
protected org.jfree.data.xy.XYDataset createXYDataset(MetricId metric, int maximumNumberOfDataPoints) throws IOException Creates a XYDataset from a CSV file.- Overrides:
 createXYDatasetin classAbstractPlot- Throws:
 IOException
 - 
applyRendering
protected void applyRendering(org.jfree.chart.plot.XYPlot plot) - Specified by:
 applyRenderingin classAbstractPlot
 
 -