Package hudson.util
Class ColorPalette
- java.lang.Object
-
- hudson.util.ColorPalette
-
public class ColorPalette extends Object
Color constants consistent with the Hudson color palette.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description ColorPalette()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
apply(org.jfree.chart.renderer.category.LineAndShapeRenderer renderer)
AppliesLINE_GRAPH
colors to the given renderer.
-
-
-
Method Detail
-
apply
public static void apply(org.jfree.chart.renderer.category.LineAndShapeRenderer renderer)
AppliesLINE_GRAPH
colors to the given renderer.
-
-