hudson.plugins.analysis.graph
Class ColorPalette

java.lang.Object
  extended by hudson.plugins.analysis.graph.ColorPalette

public final class ColorPalette
extends Object

Replacement for Jenkins ColorPalette in order to get good looking graphs even if the green balls plug-in is installed.

Author:
Ulli Hafner

Field Summary
static Color BLUE
           
static Color GREY
           
static com.google.common.collect.ImmutableList<Color> LINE_GRAPH
          Color list usable for generating line charts.
static Color RED
           
static Color YELLOW
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RED

public static final Color RED

YELLOW

public static final Color YELLOW

BLUE

public static final Color BLUE

GREY

public static final Color GREY

LINE_GRAPH

public static final com.google.common.collect.ImmutableList<Color> LINE_GRAPH
Color list usable for generating line charts.



Copyright © 2004-2012 Hudson. All Rights Reserved.