Uses of Class
org.dashbuilder.displayer.MapColorScheme
-
Packages that use MapColorScheme Package Description org.dashbuilder.displayer org.dashbuilder.displayer.impl -
-
Uses of MapColorScheme in org.dashbuilder.displayer
Methods in org.dashbuilder.displayer that return MapColorScheme Modifier and Type Method Description static MapColorSchemeMapColorScheme. from(String value)MapColorSchemeDisplayerSettings. getMapColorScheme()static MapColorSchemeMapColorScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static MapColorScheme[]MapColorScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.displayer with parameters of type MapColorScheme Modifier and Type Method Description TMapChartSettingsBuilder. colorScheme(MapColorScheme colorScheme)Set this map color scheme.voidDisplayerSettings. setMapColorScheme(MapColorScheme colorScheme) -
Uses of MapColorScheme in org.dashbuilder.displayer.impl
Methods in org.dashbuilder.displayer.impl with parameters of type MapColorScheme Modifier and Type Method Description MapChartSettingsBuilderImplMapChartSettingsBuilderImpl. colorScheme(MapColorScheme colorScheme)
-