org.jenkinsci.plugins.valgrind.graph
Class ValgrindGraph

java.lang.Object
  extended by hudson.util.Graph
      extended by org.jenkinsci.plugins.valgrind.graph.ValgrindGraph

public class ValgrindGraph
extends hudson.util.Graph


Field Summary
static int DEFAULT_CHART_HEIGHT
           
static int DEFAULT_CHART_WIDTH
           
 
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
 

Field Detail

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
Constructor Detail

ValgrindGraph

public ValgrindGraph(hudson.model.AbstractBuild<?,?> owner,
                     org.jfree.data.category.CategoryDataset categoryDataset,
                     String yLabel,
                     int chartWidth,
                     int chartHeight)
Method Detail

createGraph

protected org.jfree.chart.JFreeChart createGraph()
Specified by:
createGraph in class hudson.util.Graph


Copyright © 2004-2012. All Rights Reserved.