Class XYLineAndShapePlot
java.lang.Object
com.hello2morrow.sonargraph.integration.jenkins.model.AbstractPlot
com.hello2morrow.sonargraph.integration.jenkins.model.XYLineAndShapePlot
- 
Field SummaryFields inherited from class com.hello2morrow.sonargraph.integration.jenkins.model.AbstractPlotDATA_COLOR, m_datasetProvider
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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) Methods inherited from class com.hello2morrow.sonargraph.integration.jenkins.model.AbstractPlotcheckMinMaxYValue, createXYChart, createXYDataset, getDatasetSize, getMaximumValue, getMinimumValue, getTimestampOfLastDisplayedPoint, setDataSetSize, setMaximumValue, setMinimumValue, setRangeAxis, setTimestampOfLastDisplayedPoint
- 
Constructor Details- 
XYLineAndShapePlot
 
- 
- 
Method Details- 
createChartInternalprotected org.jfree.chart.JFreeChart createChartInternal(String chartTitle, String categoryName, String yAxisName, org.jfree.data.xy.XYDataset dataset) - Specified by:
- createChartInternalin class- AbstractPlot
 
- 
applyRenderingprotected void applyRendering(org.jfree.chart.plot.XYPlot plot) - Specified by:
- applyRenderingin class- AbstractPlot
 
 
-