Class XYLineAndShapePlot
java.lang.Object
com.hello2morrow.sonargraph.integration.jenkins.model.AbstractPlot
com.hello2morrow.sonargraph.integration.jenkins.model.XYLineAndShapePlot
-
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) Methods inherited from class com.hello2morrow.sonargraph.integration.jenkins.model.AbstractPlot
checkMinMaxYValue, createXYChart, createXYDataset, getDatasetSize, getMaximumValue, getMinimumValue, getTimestampOfLastDisplayedPoint, setDataSetSize, setMaximumValue, setMinimumValue, setRangeAxis, setTimestampOfLastDisplayedPoint
-
Constructor Details
-
XYLineAndShapePlot
-
-
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
-
applyRendering
protected void applyRendering(org.jfree.chart.plot.XYPlot plot) - Specified by:
applyRenderingin classAbstractPlot
-