Uses of Interface
org.dashbuilder.renderer.c3.client.charts.map.geojson.CountriesGeoJsonService
-
Packages that use CountriesGeoJsonService Package Description org.dashbuilder.renderer.c3.client.charts.map org.dashbuilder.renderer.c3.client.charts.map.geojson.impl -
-
Uses of CountriesGeoJsonService in org.dashbuilder.renderer.c3.client.charts.map
Methods in org.dashbuilder.renderer.c3.client.charts.map that return CountriesGeoJsonService Modifier and Type Method Description CountriesGeoJsonServiceD3MapConf. getCountriesGeoJsonService()Methods in org.dashbuilder.renderer.c3.client.charts.map with parameters of type CountriesGeoJsonService Modifier and Type Method Description static D3MapConfD3MapConf. of(String title, Map<String,Double> data, boolean markers, boolean regions, String backgroundColor, CountriesGeoJsonService countriesGeoJsonService, Function<Double,String> formatter, Consumer<String> pathClickHandler, org.dashbuilder.displayer.MapColorScheme colorScheme, boolean showLegend)Constructors in org.dashbuilder.renderer.c3.client.charts.map with parameters of type CountriesGeoJsonService Constructor Description D3MapConf(String title, Map<String,Double> data, boolean markers, boolean regions, String backgroundColor, CountriesGeoJsonService countriesGeoJsonService, Function<Double,String> formatter, Consumer<String> pathClickHandler, org.dashbuilder.displayer.MapColorScheme colorScheme, boolean showLegend)D3MapDisplayer(org.dashbuilder.common.client.widgets.FilterLabelSet filterLabelSet, D3MapDisplayer.View view, CountriesGeoJsonService countriesGeoJsonService) -
Uses of CountriesGeoJsonService in org.dashbuilder.renderer.c3.client.charts.map.geojson.impl
Classes in org.dashbuilder.renderer.c3.client.charts.map.geojson.impl that implement CountriesGeoJsonService Modifier and Type Class Description classCountriesGeoJsonServiceImpl
-