Uses of Class
com.vaadin.componentfactory.maps.model.AbstractPlotOptions
Packages that use AbstractPlotOptions
-
Uses of AbstractPlotOptions in com.vaadin.componentfactory.maps.model
Subclasses of AbstractPlotOptions in com.vaadin.componentfactory.maps.modelModifier and TypeClassDescriptionclassThe heatmap series type, a special case of a choropleth map where each point is a square colored to signify a value.classThe map series type is the default series type of a Highcharts map, where each point is represented by an area given by itspathoption of the path option of its correspondingmapDatapoint.classA bubble series is a three dimensional series type where each point renders an X, Y and Z value.classMapline series represent paths or lines in a map, all features that don't have an area.classA mappoint series is a scatter series laid on top of a map, where X and Y values relate to the coordinate system established by the paths used for the main map series.classGeneral options for all series types.Methods in com.vaadin.componentfactory.maps.model that return AbstractPlotOptionsModifier and TypeMethodDescriptionAbstractSeries.getPlotOptions()Gets the plot options related to this specific series.Configuration.getPlotOptions(MapType type) Returns the plot options for a specific map type used by this configuration.Series.getPlotOptions()Gets the plot options related to this specific series.Methods in com.vaadin.componentfactory.maps.model that return types with arguments of type AbstractPlotOptionsModifier and TypeMethodDescriptionConfiguration.getPlotOptions()Returns all plot options used by this configuration.Methods in com.vaadin.componentfactory.maps.model with parameters of type AbstractPlotOptionsModifier and TypeMethodDescriptionvoidConfiguration.addPlotOptions(AbstractPlotOptions plotOptions) Adds plot optionsvoidAbstractSeries.setPlotOptions(AbstractPlotOptions plotOptions) Sets the plot options for this specific series.voidConfiguration.setPlotOptions(AbstractPlotOptions... plotOptions) Sets component-wide default plot options.voidSeries.setPlotOptions(AbstractPlotOptions plotOptions) Sets the plot options for this specific series.