public class RobotGraph
extends hudson.util.Graph
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CHART_HEIGHT |
static int |
DEFAULT_CHART_WIDTH |
| Constructor and Description |
|---|
RobotGraph(hudson.model.AbstractBuild<?,?> owner,
org.jfree.data.category.CategoryDataset categoryDataset,
String yLabel,
String xLabel,
int chartWidth,
int chartHeight,
boolean binaryData,
int lowerBound,
int upperBound,
Color... colors)
Construct a new styled trend graph for given dataset
|
| Modifier and Type | Method and Description |
|---|---|
protected org.jfree.chart.JFreeChart |
createGraph()
Creates a Robot trend graph
|
public static final int DEFAULT_CHART_WIDTH
public static final int DEFAULT_CHART_HEIGHT
public RobotGraph(hudson.model.AbstractBuild<?,?> owner,
org.jfree.data.category.CategoryDataset categoryDataset,
String yLabel,
String xLabel,
int chartWidth,
int chartHeight,
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 namechartWidth - Chart width in pixelschartHeight - Chart height in pixelsCopyright © 2004-2014. All Rights Reserved.