Package hudson.util
Class ColorPalette
java.lang.Object
hudson.util.ColorPalette
Color constants consistent with the Hudson color palette.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
apply
(org.jfree.chart.renderer.category.LineAndShapeRenderer renderer) AppliesLINE_GRAPH
colors to the given renderer.
-
Field Details
-
RED
-
YELLOW
-
BLUE
-
GREY
-
DARK_GREY
-
LIGHT_GREY
-
LINE_GRAPH
Color list usable for generating line charts.
-
-
Constructor Details
-
ColorPalette
public ColorPalette()
-
-
Method Details
-
apply
public static void apply(org.jfree.chart.renderer.category.LineAndShapeRenderer renderer) AppliesLINE_GRAPH
colors to the given renderer.
-