Class MapType
java.lang.Object
com.vaadin.componentfactory.maps.model.MapType
- All Implemented Interfaces:
MapEnum,Serializable
The default series type for the chart. Can be one of HEATMAP, MAP, MAPBUBBLE,
MAPLINE, MAPPOINT. Defaults to MAP.
Own custom extensions can be made by extending this class.
Configuration specific to each MapType can be set using
Configuration.setPlotOptions(AbstractPlotOptions...) or for a single
series using AbstractSeries.setPlotOptions(AbstractPlotOptions)
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HEATMAP
- See Also:
-
MAP
- See Also:
-
MAPBUBBLE
- See Also:
-
MAPLINE
- See Also:
-
MAPPOINT
- See Also:
-
-
Constructor Details
-
MapType
Constructs a new Chart type.- Parameters:
type- the actual type string passed for client side
-
-
Method Details