public class ResultHighmap extends ResultHighchart
Constructor and Description |
---|
ResultHighmap(Map<String,?> definition)
Not intended for public use.
|
Modifier and Type | Method and Description |
---|---|
ResultHighmap |
addMap(String... maps)
The map renderer will try to download the appropriate map by peeking at
chart.map value of
the provided definition . |
List<String> |
getMapsList()
Not intended for public use, required for JSON serialization.
|
String |
getResultType() |
addModule, addResultMatrixTab, getChartDefinition, getDataHeaders, getModulesList, getResultMatrixList, getShowDataTab, setDataHeaders, setResultMatrixTabs, setShowDataTab, showDataTab
public ResultHighmap addMap(String... maps)
chart.map
value of
the provided definition
. This method allows to downlaod any other JavaScript file available
under the mapdata/
directory.maps
- one or more Highmaps compatible JavaScript map names, with the same form as would be used
for the chart.map
property of the map definition
; i.e. including the path
from mapdata/
and without the ".js" extension.
e.g. "countries/us/us-all", "custom/world-robinson", "custom/europe"ResultHighmap
instance, for conveniencepublic List<String> getMapsList()
public String getResultType()
getResultType
in interface ComplexCalculationResult
getResultType
in class ResultHighchart
Copyright © 2019. All rights reserved.