com.steema.teechart.styles
Class PaletteStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.styles.PaletteStyle
All Implemented Interfaces:
java.io.Serializable

public final class PaletteStyle
extends Enum

Title: PaletteStyle class

Description: Describes the possible values of Custom3DPalette.PaletteStyle.

Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL

See Also:
Custom3DPalette.getPaletteStyle(), Serialized Form

Field Summary
static PaletteStyle GRAYSCALE
          Defines a grayscale palette.
static PaletteStyle INVERTED_GRAYSCALE
          Defines an inverted grayscale palette.
static PaletteStyle PALE
          Defines a pale palette.
static PaletteStyle RAINBOW
          Defines a rainbow palette.
static PaletteStyle STRONG
          Defines a strong palette.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PALE

public static final PaletteStyle PALE
Defines a pale palette.


STRONG

public static final PaletteStyle STRONG
Defines a strong palette.


GRAYSCALE

public static final PaletteStyle GRAYSCALE
Defines a grayscale palette.


INVERTED_GRAYSCALE

public static final PaletteStyle INVERTED_GRAYSCALE
Defines an inverted grayscale palette.


RAINBOW

public static final PaletteStyle RAINBOW
Defines a rainbow palette.