|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.tasks.util.ChartBuilder
public final class ChartBuilder
Creates various charts.
| Method Summary | |
|---|---|
static org.jfree.chart.JFreeChart |
createChart(org.jfree.data.category.CategoryDataset dataset)
Creates a standard graph from the specified data set. |
static org.jfree.chart.JFreeChart |
createChart(org.jfree.data.category.CategoryDataset dataset,
org.jfree.chart.renderer.category.StackedAreaRenderer renderer,
int threshold,
boolean isThreeColor)
Creates a colored graph displaying the specified data set. |
static org.jfree.chart.JFreeChart |
createHighNormalLowChart(int high,
int normal,
int low,
int max)
Creates a standard bar graph from the specified priority values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.jfree.chart.JFreeChart createChart(org.jfree.data.category.CategoryDataset dataset,
org.jfree.chart.renderer.category.StackedAreaRenderer renderer,
int threshold,
boolean isThreeColor)
dataset - the values to displayrenderer - the renderer to usethreshold - the failure threshold, or 0 if there is no such thresholdisThreeColor - determines whether to use three colors.
public static org.jfree.chart.JFreeChart createChart(org.jfree.data.category.CategoryDataset dataset)
dataset - the values to display
public static org.jfree.chart.JFreeChart createHighNormalLowChart(int high,
int normal,
int low,
int max)
high - number of high priority itemsnormal - number of normal priority itemslow - number of low priority itemsmax - upper bound of the graph
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||