Enum ColorMap.PredefinedColorMap

java.lang.Object
java.lang.Enum<ColorMap.PredefinedColorMap>
org.eclipse.nebula.visualization.widgets.datadefinition.ColorMap.PredefinedColorMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ColorMap.PredefinedColorMap>, java.lang.constant.Constable
Enclosing class:
ColorMap

public static enum ColorMap.PredefinedColorMap
extends java.lang.Enum<ColorMap.PredefinedColorMap>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    ColorSpectrum  
    Cool  
    GrayScale  
    Hot  
    JET  
    None  
    Shaded  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) org.eclipse.swt.graphics.RGB[] colors  
    (package private) java.lang.String name  
    (package private) double[] values  
  • Method Summary

    Modifier and Type Method Description
    static ColorMap.PredefinedColorMap fromIndex​(int index)  
    java.util.LinkedHashMap<java.lang.Double,​org.eclipse.swt.graphics.RGB> getMap()  
    static java.lang.String[] getStringValues()  
    static int toIndex​(ColorMap.PredefinedColorMap p)  
    java.lang.String toString()  
    static ColorMap.PredefinedColorMap valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static ColorMap.PredefinedColorMap[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait