public class ColorPalette extends Object
| Modifier and Type | Field and Description |
|---|---|
static Color |
BLUE |
static Color |
GREY |
static List<Color> |
LINE_GRAPH
Color list usable for generating line charts.
|
static Color |
RED |
static Color |
YELLOW |
| Constructor and Description |
|---|
ColorPalette() |
| Modifier and Type | Method and Description |
|---|---|
static void |
apply(org.jfree.chart.renderer.category.LineAndShapeRenderer renderer)
Applies
LINE_GRAPH colors to the given renderer. |
public static final Color RED
public static final Color YELLOW
public static final Color BLUE
public static final Color GREY
public static void apply(org.jfree.chart.renderer.category.LineAndShapeRenderer renderer)
LINE_GRAPH colors to the given renderer.Copyright © 2004-2013 Hudson. All Rights Reserved.