public class CallChart extends AbstractChart
Modifier and Type | Field and Description |
---|---|
protected org.jfree.data.xy.XYSeries |
eventSerie |
protected boolean |
scatterPlot |
chartConfiguration, chartId
Constructor and Description |
---|
CallChart(String testplan,
String bladeId,
String event,
ChartConfiguration chartConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
addData(double x,
double y) |
protected org.jfree.chart.JFreeChart |
createChart() |
void |
setScatterPlot(boolean scatterPlot) |
createChart, doPng, getBasicTitle
protected boolean scatterPlot
protected final org.jfree.data.xy.XYSeries eventSerie
public CallChart(String testplan, String bladeId, String event, ChartConfiguration chartConfiguration)
public void setScatterPlot(boolean scatterPlot)
public void addData(double x, double y)
protected org.jfree.chart.JFreeChart createChart()
createChart
in class AbstractChart
Copyright © 2016–2017 CLIF project. All rights reserved.