public class ColorPalettes
extends java.lang.Object
Title: ColorPalettes class
Description:
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Example:
ColorPalettes.applyPalette(myChart.getChart(), index);
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
PaletteNames |
static Color[][] |
Palettes |
| Constructor and Description |
|---|
ColorPalettes() |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyPalette(IBaseChart custom,
Color[] palette) |
static void |
applyPalette(IBaseChart custom,
int index) |
public static final Color[][] Palettes
public static final java.lang.String[] PaletteNames
public static void applyPalette(IBaseChart custom, int index)
public static void applyPalette(IBaseChart custom, Color[] palette)