Package hudson.util
Class ColorPalette
java.lang.Object
hudson.util.ColorPalette
Color constants consistent with the Hudson color palette.
- Author:
 - Kohsuke Kawaguchi
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidapply(org.jfree.chart.renderer.category.LineAndShapeRenderer renderer) AppliesLINE_GRAPHcolors 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_GRAPHcolors to the given renderer. 
 -