Uses of Class
org.eclipse.nebula.visualization.widgets.datadefinition.ColorMap.PredefinedColorMap
-
Packages that use ColorMap.PredefinedColorMap Package Description org.eclipse.nebula.visualization.widgets.datadefinition -
-
Uses of ColorMap.PredefinedColorMap in org.eclipse.nebula.visualization.widgets.datadefinition
Fields in org.eclipse.nebula.visualization.widgets.datadefinition declared as ColorMap.PredefinedColorMap Modifier and Type Field Description private ColorMap.PredefinedColorMap
ColorMap. predefinedColorMap
Methods in org.eclipse.nebula.visualization.widgets.datadefinition that return ColorMap.PredefinedColorMap Modifier and Type Method Description static ColorMap.PredefinedColorMap
ColorMap.PredefinedColorMap. fromIndex(int index)
ColorMap.PredefinedColorMap
ColorMap. getPredefinedColorMap()
static ColorMap.PredefinedColorMap
ColorMap.PredefinedColorMap. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ColorMap.PredefinedColorMap[]
ColorMap.PredefinedColorMap. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.visualization.widgets.datadefinition with parameters of type ColorMap.PredefinedColorMap Modifier and Type Method Description void
ColorMap. setPredefinedColorMap(ColorMap.PredefinedColorMap predefinedColorMap)
static int
ColorMap.PredefinedColorMap. toIndex(ColorMap.PredefinedColorMap p)
Constructors in org.eclipse.nebula.visualization.widgets.datadefinition with parameters of type ColorMap.PredefinedColorMap Constructor Description ColorMap(ColorMap.PredefinedColorMap predefinedColorMap, boolean autoScale, boolean interpolate)
-