Class PlotOptionsStyle
java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
- All Implemented Interfaces:
Serializable
PlotOptionsStyle class.
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldheatmap.getMap()Getter for the fieldmap.Getter for the fieldmapbubble.Getter for the fieldmapline.Getter for the fieldmappoint.Getter for the fieldseries.voidsetHeatmap(PlotOptionsHeatmap heatmap) Setter for the fieldheatmap.voidsetMap(PlotOptionsMap map) Setter for the fieldmap.voidsetMapbubble(PlotOptionsMapbubble mapbubble) Sets the style options forMapType.MAPBUBBLEchartsvoidsetMapline(PlotOptionsMapline mapline) Sets the style options forMapType.MAPLINEchartsvoidsetMappoint(PlotOptionsMappoint mappoint) Sets the style options forMapType.MAPPOINTchartsvoidsetSeries(PlotOptionsSeries series) Setter for the fieldseries.
-
Constructor Details
-
PlotOptionsStyle
public PlotOptionsStyle()
-
-
Method Details
-
getHeatmap
Getter for the field
heatmap.- Returns:
- the heatmap
-
setHeatmap
Setter for the field
heatmap.- Parameters:
heatmap- the heatmap to set
-
getMap
Getter for the field
map.- Returns:
- the map
-
setMap
Setter for the field
map.- Parameters:
map- the map to set
-
getMapbubble
Getter for the field
mapbubble.- Returns:
- the mapbubble
-
setMapbubble
Sets the style options forMapType.MAPBUBBLEcharts- Parameters:
mapbubble- the option to set
-
getMapline
Getter for the field
mapline.- Returns:
- the mapline
-
setMapline
Sets the style options forMapType.MAPLINEcharts- Parameters:
mapline- the options to set
-
getMappoint
Getter for the field
mappoint.- Returns:
- the mappoint
-
setMappoint
Sets the style options forMapType.MAPPOINTcharts- Parameters:
mappoint- the options to set
-
getSeries
Getter for the field
series.- Returns:
- the series
-
setSeries
Setter for the field
series.- Parameters:
series- the options to set
-