Class XYLineAndShapePlot
- java.lang.Object
-
- com.hello2morrow.sonargraph.integration.jenkins.model.AbstractPlot
-
- com.hello2morrow.sonargraph.integration.jenkins.model.XYLineAndShapePlot
-
public class XYLineAndShapePlot extends AbstractPlot
-
-
Field Summary
-
Fields inherited from class com.hello2morrow.sonargraph.integration.jenkins.model.AbstractPlot
DATA_COLOR, m_datasetProvider
-
-
Constructor Summary
Constructors Constructor Description XYLineAndShapePlot(IMetricHistoryProvider datasetProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
applyRendering(org.jfree.chart.plot.XYPlot plot)
protected org.jfree.chart.JFreeChart
createChartInternal(String chartTitle, String categoryName, String yAxisName, org.jfree.data.xy.XYDataset dataset)
-
Methods inherited from class com.hello2morrow.sonargraph.integration.jenkins.model.AbstractPlot
checkMinMaxYValue, createXYChart, createXYDataset, getDatasetSize, getMaximumValue, getMinimumValue, getTimestampOfLastDisplayedPoint, setDataSetSize, setMaximumValue, setMinimumValue, setRangeAxis, setTimestampOfLastDisplayedPoint
-
-
-
-
Constructor Detail
-
XYLineAndShapePlot
public XYLineAndShapePlot(IMetricHistoryProvider datasetProvider)
-
-
Method Detail
-
createChartInternal
protected org.jfree.chart.JFreeChart createChartInternal(String chartTitle, String categoryName, String yAxisName, org.jfree.data.xy.XYDataset dataset)
- Specified by:
createChartInternal
in classAbstractPlot
-
applyRendering
protected void applyRendering(org.jfree.chart.plot.XYPlot plot)
- Specified by:
applyRendering
in classAbstractPlot
-
-