public class ColorPalette extends Object
Modifier and Type | Field and Description |
---|---|
static Color |
BLUE |
static Color |
DARK_GREY |
static Color |
GREY |
static Color |
LIGHT_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 final Color DARK_GREY
public static final Color LIGHT_GREY
public static void apply(org.jfree.chart.renderer.category.LineAndShapeRenderer renderer)
LINE_GRAPH
colors to the given renderer.Copyright © 2004–2022. All rights reserved.