org.jenkinsci.plugins.valgrind.graph
Class ValgrindGraph
java.lang.Object
hudson.util.Graph
org.jenkinsci.plugins.valgrind.graph.ValgrindGraph
public class ValgrindGraph
- extends hudson.util.Graph
Constructor Summary |
ValgrindGraph(hudson.model.AbstractBuild<?,?> owner,
org.jfree.data.category.CategoryDataset categoryDataset,
String yLabel,
int chartWidth,
int chartHeight)
|
Method Summary |
protected org.jfree.chart.JFreeChart |
createGraph()
|
Methods inherited from class hudson.util.Graph |
doMap, doPng |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CHART_WIDTH
public static final int DEFAULT_CHART_WIDTH
- See Also:
- Constant Field Values
DEFAULT_CHART_HEIGHT
public static final int DEFAULT_CHART_HEIGHT
- See Also:
- Constant Field Values
ValgrindGraph
public ValgrindGraph(hudson.model.AbstractBuild<?,?> owner,
org.jfree.data.category.CategoryDataset categoryDataset,
String yLabel,
int chartWidth,
int chartHeight)
createGraph
protected org.jfree.chart.JFreeChart createGraph()
- Specified by:
createGraph
in class hudson.util.Graph
Copyright © 2004-2012. All Rights Reserved.