public class NeoLoadGraph extends Object implements Serializable
| Constructor and Description |
|---|
NeoLoadGraph(org.jfree.data.category.CategoryDataset dataset,
String yAxisLabel,
Color lineColor) |
NeoLoadGraph(org.jfree.data.category.CategoryDataset dataset,
String yAxisLabel,
int numberOfColor,
String title) |
| Modifier and Type | Method and Description |
|---|---|
org.jfree.chart.JFreeChart |
createGraph() |
BufferedImage |
createImage(int width,
int height) |
void |
doPng(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
This is the method Hudson uses when a dynamic png is referenced in a jelly file.
|
Color |
getLineColor() |
String |
getyAxisLabel() |
public NeoLoadGraph(org.jfree.data.category.CategoryDataset dataset,
String yAxisLabel,
Color lineColor)
public org.jfree.chart.JFreeChart createGraph()
public void doPng(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
req - rsp - IOExceptionpublic BufferedImage createImage(int width, int height)
public String getyAxisLabel()
public Color getLineColor()
Copyright © 2004-2017. All Rights Reserved.