Class PlotOptionsStyle

java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
All Implemented Interfaces:
Serializable

public class PlotOptionsStyle extends AbstractConfigurationObject

PlotOptionsStyle class.

Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • PlotOptionsStyle

      public PlotOptionsStyle()
  • Method Details

    • getHeatmap

      public PlotOptionsHeatmap getHeatmap()

      Getter for the field heatmap.

      Returns:
      the heatmap
    • setHeatmap

      public void setHeatmap(PlotOptionsHeatmap heatmap)

      Setter for the field heatmap.

      Parameters:
      heatmap - the heatmap to set
    • getMap

      public PlotOptionsMap getMap()

      Getter for the field map.

      Returns:
      the map
    • setMap

      public void setMap(PlotOptionsMap map)

      Setter for the field map.

      Parameters:
      map - the map to set
    • getMapbubble

      public PlotOptionsMapbubble getMapbubble()

      Getter for the field mapbubble.

      Returns:
      the mapbubble
    • setMapbubble

      public void setMapbubble(PlotOptionsMapbubble mapbubble)
      Sets the style options for MapType.MAPBUBBLE charts
      Parameters:
      mapbubble - the option to set
    • getMapline

      public PlotOptionsMapline getMapline()

      Getter for the field mapline.

      Returns:
      the mapline
    • setMapline

      public void setMapline(PlotOptionsMapline mapline)
      Sets the style options for MapType.MAPLINE charts
      Parameters:
      mapline - the options to set
    • getMappoint

      public PlotOptionsMappoint getMappoint()

      Getter for the field mappoint.

      Returns:
      the mappoint
    • setMappoint

      public void setMappoint(PlotOptionsMappoint mappoint)
      Sets the style options for MapType.MAPPOINT charts
      Parameters:
      mappoint - the options to set
    • getSeries

      public PlotOptionsSeries getSeries()

      Getter for the field series.

      Returns:
      the series
    • setSeries

      public void setSeries(PlotOptionsSeries series)

      Setter for the field series.

      Parameters:
      series - the options to set