public class RobotGraph
extends hudson.util.Graph
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CHART_HEIGHT |
static int |
DEFAULT_CHART_WIDTH |
static int |
DEFAULT_FONT_SIZE |
| Modifier and Type | Method and Description |
|---|---|
protected org.jfree.chart.JFreeChart |
createGraph()
Creates a Robot trend graph
|
static RobotGraph |
getRobotGraph(hudson.model.AbstractBuild<?,?> owner,
org.jfree.data.category.CategoryDataset categoryDataset,
String yLabel,
String xLabel,
int scale,
boolean binaryData,
int lowerBound,
int upperBound,
Color... colors)
Construct a new styled trend graph for given dataset
|
public static final int DEFAULT_CHART_WIDTH
public static final int DEFAULT_CHART_HEIGHT
public static final int DEFAULT_FONT_SIZE
public static RobotGraph getRobotGraph(hudson.model.AbstractBuild<?,?> owner, org.jfree.data.category.CategoryDataset categoryDataset, String yLabel, String xLabel, int scale, boolean binaryData, int lowerBound, int upperBound, Color... colors)
owner - Build which the graph is associated tocategoryDataset - Category data for graphyLabel - Y label namexLabel - X label namescale - the size 1 is graph of default size. This is multiplied by scale.protected org.jfree.chart.JFreeChart createGraph()
createGraph in class hudson.util.GraphCopyright © 2004-2014. All Rights Reserved.