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.PredefinedColorMapColorMap. predefinedColorMapMethods in org.eclipse.nebula.visualization.widgets.datadefinition that return ColorMap.PredefinedColorMap Modifier and Type Method Description static ColorMap.PredefinedColorMapColorMap.PredefinedColorMap. fromIndex(int index)ColorMap.PredefinedColorMapColorMap. getPredefinedColorMap()static ColorMap.PredefinedColorMapColorMap.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 voidColorMap. setPredefinedColorMap(ColorMap.PredefinedColorMap predefinedColorMap)static intColorMap.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)
-