hudson.plugins.robot.graph
Class RobotGraph

java.lang.Object
  extended by hudson.util.Graph
      extended by hudson.plugins.robot.graph.RobotGraph

public class RobotGraph
extends hudson.util.Graph


Field Summary
static int DEFAULT_CHART_HEIGHT
           
static int DEFAULT_CHART_WIDTH
           
 
Constructor Summary
RobotGraph(hudson.model.AbstractBuild<?,?> owner, org.jfree.data.category.CategoryDataset categoryDataset, java.lang.String yLabel, java.lang.String xLabel, int chartWidth, int chartHeight)
           
 
Method Summary
protected  org.jfree.chart.JFreeChart createGraph()
          Creates a Robot trend graph
 
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

RobotGraph

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

createGraph

protected org.jfree.chart.JFreeChart createGraph()
Creates a Robot trend graph

Specified by:
createGraph in class hudson.util.Graph
Returns:
the JFreeChart graph object


Copyright © 2010. All Rights Reserved.