com.steema.teechart.themes
Class ColorPalettes

java.lang.Object
  extended by com.steema.teechart.themes.ColorPalettes

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);
 


Field Summary
static java.lang.String[] PaletteNames
           
static Color[][] Palettes
           
 
Constructor Summary
ColorPalettes()
           
 
Method Summary
static void applyPalette(IBaseChart custom, Color[] palette)
           
static void applyPalette(IBaseChart custom, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Palettes

public static final Color[][] Palettes

PaletteNames

public static final java.lang.String[] PaletteNames
Constructor Detail

ColorPalettes

public ColorPalettes()
Method Detail

applyPalette

public static void applyPalette(IBaseChart custom,
                                int index)

applyPalette

public static void applyPalette(IBaseChart custom,
                                Color[] palette)