|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColorLibrary
Color scheme interface
Field Summary | |
---|---|
static String |
COLOR_AXIS_LABEL
Named color for a typical axis label |
static String |
COLOR_AXIS_LINE
Named color for a typical axis |
static String |
COLOR_AXIS_MINOR_TICK
Named color for a typical axis tick mark |
static String |
COLOR_AXIS_TICK
Named color for a typical axis tick mark |
static String |
COLOR_KEY_BACKGROUND
Named color for the background of the key box |
static String |
COLOR_KEY_LABEL
Named color for a label in the key part |
static String |
COLOR_LINE_COLORS
List of line colors |
static String |
COLOR_PAGE_BACKGROUND
Named color for the page background |
static String |
COLOR_PLOT_BACKGROUND
Background color for plot area |
Method Summary | |
---|---|
String |
getColor(int index)
Return the i'th color. |
int |
getNumberOfNativeColors()
Return the number of native colors available. |
Field Detail |
---|
static final String COLOR_LINE_COLORS
static final String COLOR_PAGE_BACKGROUND
static final String COLOR_AXIS_LINE
static final String COLOR_AXIS_TICK
static final String COLOR_AXIS_MINOR_TICK
static final String COLOR_AXIS_LABEL
static final String COLOR_KEY_BACKGROUND
static final String COLOR_KEY_LABEL
static final String COLOR_PLOT_BACKGROUND
Method Detail |
---|
int getNumberOfNativeColors()
String getColor(int index)
index
- color index
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |