public class D3MapConf extends Object
| Constructor and Description |
|---|
D3MapConf(String title,
Map<String,Double> data,
boolean markers,
boolean regions,
String backgroundColor,
CountriesGeoJsonService countriesGeoJsonService,
Function<Double,String> formatter,
Consumer<String> pathClickHandler) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackgroundColor() |
CountriesGeoJsonService |
getCountriesGeoJsonService() |
Map<String,Double> |
getData() |
Function<Double,String> |
getFormatter() |
Consumer<String> |
getPathClickHandler() |
String |
getTitle() |
boolean |
isMarkers() |
boolean |
isRegions() |
static D3MapConf |
of(String title,
Map<String,Double> data,
boolean markers,
boolean regions,
String backgroundColor,
CountriesGeoJsonService countriesGeoJsonService,
Function<Double,String> formatter,
Consumer<String> pathClickHandler) |
public static D3MapConf of(String title, Map<String,Double> data, boolean markers, boolean regions, String backgroundColor, CountriesGeoJsonService countriesGeoJsonService, Function<Double,String> formatter, Consumer<String> pathClickHandler)
public boolean isMarkers()
public boolean isRegions()
public String getTitle()
public String getBackgroundColor()
public CountriesGeoJsonService getCountriesGeoJsonService()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.