public class JFreeChartSupport
extends org.eclipse.hudson.graph.GraphSupport
| Modifier and Type | Class and Description |
|---|---|
static class |
JFreeChartSupport.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
List<org.eclipse.hudson.graph.MultiStageTimeSeries> |
multiStageTimeSeries |
| Constructor and Description |
|---|
JFreeChartSupport() |
| Modifier and Type | Method and Description |
|---|---|
org.jfree.chart.JFreeChart |
createChart() |
String |
getImageMap(String id,
int width,
int height) |
BufferedImage |
render(int width,
int height) |
void |
setChartType(int chartType) |
void |
setData(org.eclipse.hudson.graph.DataSet data) |
void |
setMultiStageTimeSeries(List<org.eclipse.hudson.graph.MultiStageTimeSeries> multiStageTimeSeries) |
void |
setTitle(String title) |
void |
setXAxisLabel(String xLabel) |
void |
setYAxisLabel(String yLabel) |
public List<org.eclipse.hudson.graph.MultiStageTimeSeries> multiStageTimeSeries
public void setChartType(int chartType)
setChartType in class org.eclipse.hudson.graph.GraphSupportpublic void setTitle(String title)
setTitle in class org.eclipse.hudson.graph.GraphSupportpublic void setXAxisLabel(String xLabel)
setXAxisLabel in class org.eclipse.hudson.graph.GraphSupportpublic void setYAxisLabel(String yLabel)
setYAxisLabel in class org.eclipse.hudson.graph.GraphSupportpublic void setMultiStageTimeSeries(List<org.eclipse.hudson.graph.MultiStageTimeSeries> multiStageTimeSeries)
setMultiStageTimeSeries in class org.eclipse.hudson.graph.GraphSupportpublic org.jfree.chart.JFreeChart createChart()
public BufferedImage render(int width, int height)
render in class org.eclipse.hudson.graph.GraphSupportpublic void setData(org.eclipse.hudson.graph.DataSet data)
setData in class org.eclipse.hudson.graph.GraphSupportCopyright © 2004-2013 Hudson. All Rights Reserved.