Index

A B C D E F G H I K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABSOLUTE - Enum constant in enum class com.vaadin.componentfactory.maps.model.style.StylePosition
 
AbstractConfigurationObject - Class in com.vaadin.componentfactory.maps.model
Abstract base class for model classes to be serialized to JSON.
AbstractConfigurationObject() - Constructor for class com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
 
AbstractDataLabels - Class in com.vaadin.componentfactory.maps.model
Abstract AbstractDataLabels class.
AbstractDataLabels() - Constructor for class com.vaadin.componentfactory.maps.model.AbstractDataLabels
 
AbstractPlotOptions - Class in com.vaadin.componentfactory.maps.model
Abstract AbstractPlotOptions class.
AbstractPlotOptions() - Constructor for class com.vaadin.componentfactory.maps.model.AbstractPlotOptions
 
AbstractSeries - Class in com.vaadin.componentfactory.maps.model
Abstract base class for series
AbstractSeries() - Constructor for class com.vaadin.componentfactory.maps.model.AbstractSeries
Constructor for AbstractSeries.
AbstractSeries(String) - Constructor for class com.vaadin.componentfactory.maps.model.AbstractSeries
Constructs a named series
AbstractSeriesBeanSerializer - Class in com.vaadin.componentfactory.maps.model.serializers
Custom bean serializer for AbstractSeries that adds the type field.
AbstractSeriesBeanSerializer() - Constructor for class com.vaadin.componentfactory.maps.model.serializers.AbstractSeriesBeanSerializer
 
AbstractSeriesEvent - Class in com.vaadin.componentfactory.maps.events.internal
Base class for series events.
AbstractSeriesEvent(Series) - Constructor for class com.vaadin.componentfactory.maps.events.internal.AbstractSeriesEvent
Constructs the event, storing the information about the series.
AbstractSeriesItem - Class in com.vaadin.componentfactory.maps.model
AbstractSeriesItem class.
AbstractSeriesItem() - Constructor for class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Constructor for AbstractSeriesItem.
AbstractSeriesItem(Number, Number) - Constructor for class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Constructor for AbstractSeriesItem.
AbstractSeriesItem(Number, Number, Number) - Constructor for class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Constructor for AbstractSeriesItem.
AbstractSeriesItem(String, Number, Number, Number) - Constructor for class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Constructor for AbstractSeriesItem.
AbstractSeriesItemEvent - Class in com.vaadin.componentfactory.maps.events.internal
Base class for series item events.
AbstractSeriesItemEvent(Series, MapDataSeriesItem) - Constructor for class com.vaadin.componentfactory.maps.events.internal.AbstractSeriesItemEvent
Constructs the event with a series item (without the value).
AbstractSeriesItemEvent(Series, Number) - Constructor for class com.vaadin.componentfactory.maps.events.internal.AbstractSeriesItemEvent
Constructs the event with a value (without the series item).
Accessibility - Class in com.vaadin.componentfactory.maps.model
Options for configuring accessibility for the chart.
Accessibility() - Constructor for class com.vaadin.componentfactory.maps.model.Accessibility
Constructor for Accessibility.
Accessibility(Boolean) - Constructor for class com.vaadin.componentfactory.maps.model.Accessibility
Constructor for Accessibility.
add(MapDataSeriesItem) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Adds a data item and immediately updates the map if it already has been drawn.
add(MapDataSeriesItem, boolean, boolean) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Adds a data item and immediately sends an update to the map if so specified.
addAxis(T) - Method in class com.vaadin.componentfactory.maps.model.AxisList
Adds a new axis to the list
addChangeListener(ConfigurationChangeListener) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Sets the listener to be notified of e.g. data series changes
addCheckBoxClickListener(ComponentEventListener<SeriesCheckboxClickEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds checkbox click listener, which will be notified when user has clicked a checkbox in the legend
addColorAxis(ColorAxis) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Adds a color-axis to the configuration
addDrilldownListener(ComponentEventListener<DrilldownEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Sets the Map drilldown handler that's responsible for returning the drilldown series for each drilldown callback when doing async drilldown
addItemWithDrilldown(MapDataSeriesItem) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Adds a new item to the series data and enables drilldown for it.
addItemWithDrilldown(MapDataSeriesItem, Series) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Adds a new item to the series data.
addMapAddSeriesListener(ComponentEventListener<MapAddSeriesEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a map add series listener, which will be notified after a new series is added to the map
addMapAfterPrintListener(ComponentEventListener<MapAfterPrintEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a map after print listener, which will be notified after the map is printed using the print menu
addMapBeforePrintListener(ComponentEventListener<MapBeforePrintEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a map before print listener, which will be notified before the map is printed using the print menu
addMapClickListener(ComponentEventListener<MapClickEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds map click listener, which will be notified of clicks on the map area
addMapDrillupAllListener(ComponentEventListener<MapDrillupAllEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds map drillupall listener, which will be notified after all the series have been drilled up in a map with multiple drilldown series.
addMapDrillupListener(ComponentEventListener<MapDrillupEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds map drillup listener, which will be notified of clicks on the 'Back to previous series' button.
addMapLoadListener(ComponentEventListener<MapLoadEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a map load listener, which will be notified after a map is loaded
addMapRedrawListener(ComponentEventListener<MapRedrawEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a map redraw listener, which will be notified after a map is redrawn
addMapSelectionListener(ComponentEventListener<MapSelectionEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a map selection listener
addPlotOptions(AbstractPlotOptions) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Adds plot options
addPointClickListener(ComponentEventListener<PointClickEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a point click listener, which will be notified of clicks on the points, bars or columns in the map
addPointLegendItemClickListener(ComponentEventListener<PointLegendItemClickEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a point legend item click listener, which will be notified of clicks on the legend's items corresponding to a Point
addPointMouseOutListener(ComponentEventListener<PointMouseOutEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a point mouse out listener, which will be notified when the mouse exits the neighborhood of a data point
addPointMouseOverListener(ComponentEventListener<PointMouseOverEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a point mouse over listener, which will be notified when the mouse enters the neighborhood of a data point
addPointRemoveListener(ComponentEventListener<PointRemoveEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a point remove listener, which will be notified when a data point is removed.
addPointSelectListener(ComponentEventListener<PointSelectEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a point select listener, which will be notified when a data point is selected.
addPointUnselectListener(ComponentEventListener<PointUnselectEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a point unselect listener, which will be notified when a data point is unselected.
addPointUpdateListener(ComponentEventListener<PointUpdateEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a point update listener, which will be notified when a data point is updated.
addSeries(Series) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Adds a single series to the list of series in this configuration.
addSeriesAfterAnimateListener(ComponentEventListener<SeriesAfterAnimateEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a series after animate listener, which will be notified after a series is animated
addSeriesAsDrilldown(String, MapDataSeries) - Method in class com.vaadin.componentfactory.maps.Map
addSeriesAsDrilldown.
addSeriesClickListener(ComponentEventListener<SeriesClickEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a series click listener, which will be notified of clicks on the series in the map
addSeriesHideListener(ComponentEventListener<SeriesHideEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a series hide listener, which will be notified when a series is hidden
addSeriesLegendItemClickListener(ComponentEventListener<SeriesLegendItemClickEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a series legend item click listener, which will be notified of clicks on the legend's items corresponding to a Series
addSeriesMouseOutListener(ComponentEventListener<SeriesMouseOutEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a point mouse out listener, which will be notified when the mouse exits the neighborhood of a series
addSeriesMouseOverListener(ComponentEventListener<SeriesMouseOverEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a point mouse out listener, which will be notified when the mouse enters the neighborhood of a series
addSeriesShowListener(ComponentEventListener<SeriesShowEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a series show listener, which will be notified when a series is shown
addStop(Stop) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Adds stop to the stops array
addXAxesExtremesSetListener(ComponentEventListener<XAxesExtremesSetEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a x axes extremes set listener, which will be notified when an x axis extremes are set
addxAxis(XAxis) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Adds an X-axis to the configuration
addYAxesExtremesSetListener(ComponentEventListener<YAxesExtremesSetEvent>) - Method in class com.vaadin.componentfactory.maps.Map
Adds a y axes extremes set listener, which will be notified when an y axis extremes are set
addyAxis(YAxis) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Adds a Y-axis.
ALICEBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant ALICEBLUE
ANTIQUEWHITE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant ANTIQUEWHITE
AQUA - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant AQUA
AQUAMARINE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant AQUAMARINE
asArraySerializer() - Method in class com.vaadin.componentfactory.maps.model.serializers.BeanSerializerDelegator
Axis - Class in com.vaadin.componentfactory.maps.model
Abstract Axis class.
Axis() - Constructor for class com.vaadin.componentfactory.maps.model.Axis
 
AxisDimension - Enum Class in com.vaadin.componentfactory.maps.model
Possible axis dimensions with their indexes in client-side
AxisList<T> - Class in com.vaadin.componentfactory.maps.model
Alternative AxisContainer to allow multiple axes
AxisList() - Constructor for class com.vaadin.componentfactory.maps.model.AxisList
 
AxisListSerializer - Class in com.vaadin.componentfactory.maps.model.serializers
Serializer for AxisList
AxisListSerializer() - Constructor for class com.vaadin.componentfactory.maps.model.serializers.AxisListSerializer
 
axisRescaled(AxisRescaledEvent) - Method in interface com.vaadin.componentfactory.maps.events.internal.ConfigurationChangeListener
An axis has been rescaled.
AxisRescaledEvent - Class in com.vaadin.componentfactory.maps.events.internal
Event for information about rescaling the axis.
AxisRescaledEvent(int, int, Number, Number) - Constructor for class com.vaadin.componentfactory.maps.events.internal.AxisRescaledEvent
Constructs the event with animated transition, redraws the chart.
AxisRescaledEvent(int, int, Number, Number, boolean) - Constructor for class com.vaadin.componentfactory.maps.events.internal.AxisRescaledEvent
Constructs the event with animated transition.
AxisRescaledEvent(int, int, Number, Number, boolean, boolean) - Constructor for class com.vaadin.componentfactory.maps.events.internal.AxisRescaledEvent
Constructs the event.
AxisTitle - Class in com.vaadin.componentfactory.maps.model
The axis title.
AxisTitle() - Constructor for class com.vaadin.componentfactory.maps.model.AxisTitle
Constructor for AxisTitle.
AxisTitle(String) - Constructor for class com.vaadin.componentfactory.maps.model.AxisTitle
Constructor for AxisTitle.
AxisTitleBeanSerializer - Class in com.vaadin.componentfactory.maps.model.serializers
Serializer for AxisTitle.
AxisTitleBeanSerializer() - Constructor for class com.vaadin.componentfactory.maps.model.serializers.AxisTitleBeanSerializer
 
AZURE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant AZURE

B

BeanSerializationDelegate<T> - Class in com.vaadin.componentfactory.maps.model.serializers
Abstract class for bean serializers.
BeanSerializationDelegate() - Constructor for class com.vaadin.componentfactory.maps.model.serializers.BeanSerializationDelegate
 
BeanSerializerDelegator<T> - Class in com.vaadin.componentfactory.maps.model.serializers
Delegates serialization calls to the given instance of BeanSerializationDelegate.
BeanSerializerDelegator(BeanSerializerBase) - Constructor for class com.vaadin.componentfactory.maps.model.serializers.BeanSerializerDelegator
 
BeanSerializerDelegator(BeanSerializerBase, BeanSerializationDelegate<T>) - Constructor for class com.vaadin.componentfactory.maps.model.serializers.BeanSerializerDelegator
 
BeanSerializerDelegator(BeanSerializerBase, Object) - Constructor for class com.vaadin.componentfactory.maps.model.serializers.BeanSerializerDelegator
 
BeanSerializerDelegator(BeanSerializerBase, Set<String>, Set<String>) - Constructor for class com.vaadin.componentfactory.maps.model.serializers.BeanSerializerDelegator
 
BeanSerializerDelegator(BeanSerializerBase, BeanPropertyWriter[], BeanPropertyWriter[]) - Constructor for class com.vaadin.componentfactory.maps.model.serializers.BeanSerializerDelegator
 
BeanSerializerDelegator(BeanSerializerBase, ObjectIdWriter) - Constructor for class com.vaadin.componentfactory.maps.model.serializers.BeanSerializerDelegator
 
BEIGE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant BEIGE
BGCOLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant BGCOLOR
BGCOLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant BGCOLOR
BGCOLOR_LIGHT_GRAY - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant BGCOLOR_LIGHT_GRAY
BGCOLOR_LIGHT_GRAY - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant BGCOLOR_LIGHT_GRAY
BISQUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant BISQUE
BLACK - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant BLACK
BLANCHEDALMOND - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant BLANCHEDALMOND
BLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant BLUE
BLUEVIOLET - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant BLUEVIOLET
BOLD - Enum constant in enum class com.vaadin.componentfactory.maps.model.style.FontWeight
Bold text
BORDER_RADIUS - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant BORDER_RADIUS=5
BORDER_RADIUS - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant BORDER_RADIUS=5
BOTTOM - Enum constant in enum class com.vaadin.componentfactory.maps.model.VerticalAlign
 
BROWN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant BROWN
BubblemapDataSeriesItem - Class in com.vaadin.componentfactory.maps.model
The BubblemapDataSeriesItem class represents a single entry in a MapDataSeries.
BubblemapDataSeriesItem() - Constructor for class com.vaadin.componentfactory.maps.model.BubblemapDataSeriesItem
Constructor for BubblemapDataSeriesItem.
BubblemapDataSeriesItem(Number, Number, Number) - Constructor for class com.vaadin.componentfactory.maps.model.BubblemapDataSeriesItem
Constructor for BubblemapDataSeriesItem.
BubblemapDataSeriesItem(String, Number, Number, Number) - Constructor for class com.vaadin.componentfactory.maps.model.BubblemapDataSeriesItem
Constructor for BubblemapDataSeriesItem.
BURLYWOOD - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant BURLYWOOD
ButtonOptions - Class in com.vaadin.componentfactory.maps.model
A collection of options for buttons appearing in the exporting module.
ButtonOptions() - Constructor for class com.vaadin.componentfactory.maps.model.ButtonOptions
Constructor for ButtonOptions.
ButtonOptions(Boolean) - Constructor for class com.vaadin.componentfactory.maps.model.ButtonOptions
Constructor for ButtonOptions.
ButtonOptions(String) - Constructor for class com.vaadin.componentfactory.maps.model.ButtonOptions
Constructor for ButtonOptions.
ButtonPosition - Class in com.vaadin.componentfactory.maps.model
Positioning options for DrillUpButton
ButtonPosition() - Constructor for class com.vaadin.componentfactory.maps.model.ButtonPosition
 
Buttons - Class in com.vaadin.componentfactory.maps.model
Options for the export related buttons, print and export.
Buttons() - Constructor for class com.vaadin.componentfactory.maps.model.Buttons
Constructor for Buttons.
ButtonTheme - Class in com.vaadin.componentfactory.maps.model.style
ButtonTheme class.
ButtonTheme() - Constructor for class com.vaadin.componentfactory.maps.model.style.ButtonTheme
 

C

CADETBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant CADETBLUE
CALLOUT - Enum constant in enum class com.vaadin.componentfactory.maps.model.Shape
 
CENTER - Enum constant in enum class com.vaadin.componentfactory.maps.model.HorizontalAlign
 
CHART - Enum constant in enum class com.vaadin.componentfactory.maps.model.ResetZoomButtonRelativeTo
 
CHARTREUSE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant CHARTREUSE
ChartSerialization - Class in com.vaadin.componentfactory.maps.util
Util class that handles the configuration needed for the model classes to be serialized to JSON.
ChartSerialization() - Constructor for class com.vaadin.componentfactory.maps.util.ChartSerialization
 
ChartStyle - Class in com.vaadin.componentfactory.maps.model.style
ChartStyle class.
ChartStyle() - Constructor for class com.vaadin.componentfactory.maps.model.style.ChartStyle
 
CHOCOLATE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant CHOCOLATE
CIRCLE - Enum constant in enum class com.vaadin.componentfactory.maps.model.Shape
 
clear() - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Removes all items from the series.
ClickEvent - Interface in com.vaadin.componentfactory.maps.events
 
Color - Interface in com.vaadin.componentfactory.maps.model.style
Color interface.
COLOR_AXIS - Enum constant in enum class com.vaadin.componentfactory.maps.model.AxisDimension
 
COLOR1 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR1
COLOR1 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR1
COLOR10 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR10
COLOR10 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR10
COLOR11 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR11
COLOR11 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR11
COLOR12 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR12
COLOR12 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR12
COLOR13 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR13
COLOR13 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR13
COLOR14 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR14
COLOR14 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR14
COLOR15 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR15
COLOR15 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR15
COLOR16 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR16
COLOR16 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR16
COLOR2 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR2
COLOR2 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR2
COLOR3 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR3
COLOR3 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR3
COLOR4 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR4
COLOR4 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR4
COLOR5 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR5
COLOR5 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR5
COLOR6 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR6
COLOR6 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR6
COLOR7 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR7
COLOR7 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR7
COLOR8 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR8
COLOR8 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR8
COLOR9 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant COLOR9
COLOR9 - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant COLOR9
ColorAxis - Class in com.vaadin.componentfactory.maps.model
A color axis for choropleth mapping.
ColorAxis() - Constructor for class com.vaadin.componentfactory.maps.model.ColorAxis
Constructor for ColorAxis.
com.vaadin.componentfactory.maps - package com.vaadin.componentfactory.maps
 
com.vaadin.componentfactory.maps.events - package com.vaadin.componentfactory.maps.events
 
com.vaadin.componentfactory.maps.events.internal - package com.vaadin.componentfactory.maps.events.internal
 
com.vaadin.componentfactory.maps.model - package com.vaadin.componentfactory.maps.model
 
com.vaadin.componentfactory.maps.model.serializers - package com.vaadin.componentfactory.maps.model.serializers
 
com.vaadin.componentfactory.maps.model.style - package com.vaadin.componentfactory.maps.model.style
 
com.vaadin.componentfactory.maps.util - package com.vaadin.componentfactory.maps.util
 
Configuration - Class in com.vaadin.componentfactory.maps.model
Map's configuration root object containing all the child objects that are used to configure map, axes, legend, titles etc.
Configuration() - Constructor for class com.vaadin.componentfactory.maps.model.Configuration
 
ConfigurationChangeListener - Interface in com.vaadin.componentfactory.maps.events.internal
Listener interface for events triggered in Configuration.
contains(Axis) - Method in class com.vaadin.componentfactory.maps.model.AxisList
contains.
ContextButton - Class in com.vaadin.componentfactory.maps.model
Options for the export button.
ContextButton() - Constructor for class com.vaadin.componentfactory.maps.model.ContextButton
Constructor for ContextButton.
ContextButton(Boolean) - Constructor for class com.vaadin.componentfactory.maps.model.ContextButton
Constructor for ContextButton.
ContextButton(String) - Constructor for class com.vaadin.componentfactory.maps.model.ContextButton
Constructor for ContextButton.
CORAL - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant CORAL
CORNFLOWERBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant CORNFLOWERBLUE
CORNSILK - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant CORNSILK
createObjectMapper() - Static method in class com.vaadin.componentfactory.maps.util.ChartSerialization
Create the default ObjectMapper used for serialization.
createObjectMapper() - Static method in class com.vaadin.componentfactory.maps.util.MapSerialization
Create the default ObjectMapper used for serialization.
createObjectMapper(ValueSerializerModifier) - Static method in class com.vaadin.componentfactory.maps.util.ChartSerialization
 
createObjectMapper(ValueSerializerModifier) - Static method in class com.vaadin.componentfactory.maps.util.MapSerialization
createObjectMapper.
Credits - Class in com.vaadin.componentfactory.maps.model
Highchart by default puts a credits label in the lower right corner of the chart.
Credits() - Constructor for class com.vaadin.componentfactory.maps.model.Credits
Constructor for Credits.
Credits(Boolean) - Constructor for class com.vaadin.componentfactory.maps.model.Credits
Constructor for Credits.
Credits(String) - Constructor for class com.vaadin.componentfactory.maps.model.Credits
Constructor for Credits.
CRIMSON - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant CRIMSON
Crosshair - Class in com.vaadin.componentfactory.maps.model
Configure a crosshair that follows either the mouse pointer or the hovered point.
Crosshair() - Constructor for class com.vaadin.componentfactory.maps.model.Crosshair
Constructor for Crosshair.
CSSObject - Class in com.vaadin.componentfactory.maps.model
CSSObject class.
CSSObject() - Constructor for class com.vaadin.componentfactory.maps.model.CSSObject
 
Cursor - Enum Class in com.vaadin.componentfactory.maps.model
You can set the cursor to POINTER("pointer") if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
CYAN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant CYAN

D

DARKBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKBLUE
DARKCYAN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKCYAN
DARKGOLDENROD - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKGOLDENROD
DARKGRAY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKGRAY
DARKGREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKGREEN
DARKGREY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKGREY
DARKKHAKI - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKKHAKI
DARKMAGENTA - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKMAGENTA
DARKOLIVEGREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKOLIVEGREEN
DARKORANGE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKORANGE
DARKORCHID - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKORCHID
DARKRED - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKRED
DARKSALMON - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKSALMON
DARKSEAGREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKSEAGREEN
DARKSLATEBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKSLATEBLUE
DARKSLATEGRAY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKSLATEGRAY
DARKSLATEGREY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKSLATEGREY
DARKTURQUOISE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKTURQUOISE
DARKVIOLET - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DARKVIOLET
DASH - Enum constant in enum class com.vaadin.componentfactory.maps.model.DashStyle
 
DASHDOT - Enum constant in enum class com.vaadin.componentfactory.maps.model.DashStyle
 
DashStyle - Enum Class in com.vaadin.componentfactory.maps.model
Dash styles used to render lines.
dataAdded(DataAddedEvent) - Method in interface com.vaadin.componentfactory.maps.events.internal.ConfigurationChangeListener
A data point has been added
DataAddedEvent - Class in com.vaadin.componentfactory.maps.events.internal
Event triggered when data was added to the series.
DataAddedEvent(Series, MapDataSeriesItem, boolean) - Constructor for class com.vaadin.componentfactory.maps.events.internal.DataAddedEvent
Constructs the event with given series, item and a shift information.
DataAddedEvent(Series, Number) - Constructor for class com.vaadin.componentfactory.maps.events.internal.DataAddedEvent
Constructs the event with given series and number.
DataClasses - Class in com.vaadin.componentfactory.maps.model
An array of data classes or ranges for the choropleth map.
DataClasses() - Constructor for class com.vaadin.componentfactory.maps.model.DataClasses
Constructor for DataClasses.
DataLabels - Class in com.vaadin.componentfactory.maps.model
DataLabels class.
DataLabels() - Constructor for class com.vaadin.componentfactory.maps.model.DataLabels
Constructor for DataLabels.
DataLabels(Boolean) - Constructor for class com.vaadin.componentfactory.maps.model.DataLabels
Constructor for DataLabels.
dataRemoved(DataRemovedEvent) - Method in interface com.vaadin.componentfactory.maps.events.internal.ConfigurationChangeListener
A data point has been removed
DataRemovedEvent - Class in com.vaadin.componentfactory.maps.events.internal
Event when the data was removed.
DataRemovedEvent(Series, int) - Constructor for class com.vaadin.componentfactory.maps.events.internal.DataRemovedEvent
Constructs the event with given series and index of the removed data.
dataUpdated(DataUpdatedEvent) - Method in interface com.vaadin.componentfactory.maps.events.internal.ConfigurationChangeListener
A data point has been updated
DataUpdatedEvent - Class in com.vaadin.componentfactory.maps.events.internal
Event for updating existing data series.
DataUpdatedEvent(Series, MapDataSeriesItem, int) - Constructor for class com.vaadin.componentfactory.maps.events.internal.DataUpdatedEvent
Constructs the event with given series, item and point index.
DataUpdatedEvent(Series, Number, int) - Constructor for class com.vaadin.componentfactory.maps.events.internal.DataUpdatedEvent
Constructs the event with given series, number and point index.
DEEPPINK - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DEEPPINK
DEEPSKYBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DEEPSKYBLUE
DEFAULT_FONT_FAMILIES - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant DEFAULT_FONT_FAMILIES="Open Sans, Helvetica Neue, Arial, sans-"{trunked}
DEFAULT_FONT_FAMILIES - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant DEFAULT_FONT_FAMILIES="Open Sans, Helvetica Neue, Arial, sans-"{trunked}
DefaultBeanSerializerModifier - Class in com.vaadin.componentfactory.maps.model.serializers
Logic for altering the bean serialization process.
DefaultBeanSerializerModifier() - Constructor for class com.vaadin.componentfactory.maps.model.serializers.DefaultBeanSerializerModifier
 
DIAMOND - Enum constant in enum class com.vaadin.componentfactory.maps.model.Shape
 
DIMGRAY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DIMGRAY
DIMGREY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DIMGREY
disableCredits() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Disables the credits by setting a Credits object with the enabled property set to false.
DODGERBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant DODGERBLUE
DOT - Enum constant in enum class com.vaadin.componentfactory.maps.model.DashStyle
 
drawMap(boolean) - Method in class com.vaadin.componentfactory.maps.Map
drawMap.
Drilldown - Class in com.vaadin.componentfactory.maps.model
Options for drill down, the concept of inspecting increasingly high resolution data through clicking on chart items like columns or pie slices.
Drilldown() - Constructor for class com.vaadin.componentfactory.maps.model.Drilldown
 
DrilldownEvent - Class in com.vaadin.componentfactory.maps.events
The DrilldownEvent class stores information on click events in drilldown points
DrilldownEvent(Map, boolean, String, String, Double, Double, int, int, String) - Constructor for class com.vaadin.componentfactory.maps.events.DrilldownEvent
Construct a ChartDrilldownEvent
DrillUpButton - Class in com.vaadin.componentfactory.maps.model
Options for the drill up button that appears when drilling down on a series.
DrillUpButton() - Constructor for class com.vaadin.componentfactory.maps.model.DrillUpButton
 
DrillUpButtonRelativeTo - Enum Class in com.vaadin.componentfactory.maps.model
What box to align the button to.

E

Exporting - Class in com.vaadin.componentfactory.maps.model
Options for the exporting module.
Exporting() - Constructor for class com.vaadin.componentfactory.maps.model.Exporting
Constructor for Exporting.
Exporting(Boolean) - Constructor for class com.vaadin.componentfactory.maps.model.Exporting
Constructor for Exporting.

F

fireAxesRescaled(Axis, Number, Number, boolean, boolean) - Method in class com.vaadin.componentfactory.maps.model.Configuration
fireAxesRescaled.
fireAxesRescaled(Axis, Number, Number, boolean, boolean) - Method in interface com.vaadin.componentfactory.maps.model.MapConfiguration
fireAxesRescaled.
FIREBRICK - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant FIREBRICK
FLORALWHITE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant FLORALWHITE
FontWeight - Enum Class in com.vaadin.componentfactory.maps.model.style
FontWeight class.
FORESTGREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant FORESTGREEN
FUCHSIA - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant FUCHSIA

G

GAINSBORO - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant GAINSBORO
get() - Static method in class com.vaadin.componentfactory.maps.MapOptions
Returns a ChartOptions instance for the current UI.
get(int) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Returns MapDataSeriesItem at given index
get(UI) - Static method in class com.vaadin.componentfactory.maps.MapOptions
Returns a ChartOptions instance for the given UI.
get(String) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
get.
getAbsoluteX() - Method in interface com.vaadin.componentfactory.maps.events.ClickEvent
 
getAbsoluteX() - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Getter for the field absoluteX.
getAbsoluteY() - Method in interface com.vaadin.componentfactory.maps.events.ClickEvent
 
getAbsoluteY() - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Getter for the field absoluteY.
getAccessibility() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field accessibility.
getActiveColor() - Method in class com.vaadin.componentfactory.maps.model.LegendNavigation
Getter for the field activeColor.
getAlign() - Method in class com.vaadin.componentfactory.maps.model.AxisTitle
Getter for the field align.
getAlign() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field align.
getAlign() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field align.
getAlign() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field align.
getAlign() - Method in class com.vaadin.componentfactory.maps.model.Labels
Getter for the field align.
getAlign() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field align.
getAlign() - Method in class com.vaadin.componentfactory.maps.model.Subtitle
Getter for the field align.
getAlign() - Method in class com.vaadin.componentfactory.maps.model.Title
Getter for the field align.
getAlign() - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
Getter for the field align.
getAlign() - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
Getter for the field align.
getAlignTo() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field alignTo.
getAlignTo() - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
Getter for the field alignTo.
getAlignTo() - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
Getter for the field alignTo.
getAllAreas() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field allAreas.
getAllAreas() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field allAreas.
getAllAreas() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field allAreas.
getAllAreas() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field allAreas.
getAllAreas() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field allAreas.
getAllowDecimals() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field allowDecimals.
getAllowDecimals() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field allowDecimals.
getAllowHTML() - Method in class com.vaadin.componentfactory.maps.model.Exporting
Getter for the field allowHTML.
getAllowOverlap() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field allowOverlap.
getAllowPointDrilldown() - Method in class com.vaadin.componentfactory.maps.model.Drilldown
Getter for the field allowPointDrilldown.
getAllowPointSelect() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field allowPointSelect.
getAllowPointSelect() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field allowPointSelect.
getAllowPointSelect() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field allowPointSelect.
getAllowPointSelect() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field allowPointSelect.
getAllowPointSelect() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field allowPointSelect.
getAllowPointSelect() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field allowPointSelect.
getAlternateGridColor() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field alternateGridColor.
getAlternateGridColor() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field alternateGridColor.
getAnimation() - Method in class com.vaadin.componentfactory.maps.model.Drilldown
Getter for the field animation.
getAnimation() - Method in class com.vaadin.componentfactory.maps.model.LegendNavigation
Getter for the field animation.
getAnimation() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field animation.
getAnimation() - Method in class com.vaadin.componentfactory.maps.model.Marker
Getter for the field animation.
getAnimation() - Method in class com.vaadin.componentfactory.maps.model.Normal
Getter for the field animation.
getAnimation() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field animation.
getAnimation() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field animation.
getAnimation() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field animation.
getAnimation() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field animation.
getAnimation() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field animation.
getAnimation() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field animation.
getAnimation() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field animation.
getAnimationLimit() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field animationLimit.
getAnimationLimit() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field animationLimit.
getAnimationLimit() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field animationLimit.
getAnimationLimit() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field animationLimit.
getAnimationLimit() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field animationLimit.
getAnimationLimit() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field animationLimit.
getArrowSize() - Method in class com.vaadin.componentfactory.maps.model.LegendNavigation
Getter for the field arrowSize.
getAxes() - Method in class com.vaadin.componentfactory.maps.model.AxisList
getAxes.
getAxis() - Method in interface com.vaadin.componentfactory.maps.events.HasAxis
getAxis.
getAxis() - Method in class com.vaadin.componentfactory.maps.events.internal.AxisRescaledEvent
Returns a number indicating axis dimension (X, Y, ...).
getAxis() - Method in class com.vaadin.componentfactory.maps.events.XAxesExtremesSetEvent
getAxis.
getAxis() - Method in class com.vaadin.componentfactory.maps.events.YAxesExtremesSetEvent
getAxis.
getAxis(int) - Method in class com.vaadin.componentfactory.maps.model.AxisList
Finds the axis at the given index
getAxisIndex() - Method in interface com.vaadin.componentfactory.maps.events.HasAxis
getAxisIndex.
getAxisIndex() - Method in class com.vaadin.componentfactory.maps.events.internal.AxisRescaledEvent
Returns the axis the event is about.
getAxisIndex() - Method in class com.vaadin.componentfactory.maps.events.XAxesExtremesSetEvent
getAxisIndex.
getAxisIndex() - Method in class com.vaadin.componentfactory.maps.events.YAxesExtremesSetEvent
getAxisIndex.
getBackgroundColor() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getBackgroundColor.
getBackgroundColor() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field backgroundColor.
getBackgroundColor() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field backgroundColor.
getBackgroundColor() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field backgroundColor.
getBackgroundColor() - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Getter for the field backgroundColor.
getBackgroundColor() - Method in class com.vaadin.componentfactory.maps.model.style.TooltipStyle
Getter for the field backgroundColor.
getBackgroundColor() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field backgroundColor.
getBeanClass() - Method in class com.vaadin.componentfactory.maps.model.serializers.AbstractSeriesBeanSerializer
getBeanClass.
getBeanClass() - Method in class com.vaadin.componentfactory.maps.model.serializers.AxisTitleBeanSerializer
getBeanClass.
getBeanClass() - Method in class com.vaadin.componentfactory.maps.model.serializers.BeanSerializationDelegate
getBeanClass.
getBeanClass() - Method in class com.vaadin.componentfactory.maps.model.serializers.LegendTitleBeanSerializer
getBeanClass.
getBeanClass() - Method in class com.vaadin.componentfactory.maps.model.serializers.TitleBeanSerializer
getBeanClass.
getBorderColor() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getBorderColor.
getBorderColor() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field borderColor.
getBorderColor() - Method in class com.vaadin.componentfactory.maps.model.Hover
Getter for the field borderColor.
getBorderColor() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field borderColor.
getBorderColor() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field borderColor.
getBorderColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field borderColor.
getBorderColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field borderColor.
getBorderColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field borderColor.
getBorderColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field borderColor.
getBorderColor() - Method in class com.vaadin.componentfactory.maps.model.Select
Getter for the field borderColor.
getBorderColor() - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Getter for the field borderColor.
getBorderColor() - Method in class com.vaadin.componentfactory.maps.model.style.TooltipStyle
Getter for the field borderColor.
getBorderColor() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field borderColor.
getBorderRadius() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getBorderRadius.
getBorderRadius() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field borderRadius.
getBorderRadius() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field borderRadius.
getBorderRadius() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field borderRadius.
getBorderRadius() - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Getter for the field borderRadius.
getBorderRadius() - Method in class com.vaadin.componentfactory.maps.model.style.TooltipStyle
Getter for the field borderRadius.
getBorderRadius() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field borderRadius.
getBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getBorderWidth.
getBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field borderWidth.
getBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.Hover
Getter for the field borderWidth.
getBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field borderWidth.
getBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field borderWidth.
getBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field borderWidth.
getBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field borderWidth.
getBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field borderWidth.
getBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field borderWidth.
getBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.Select
Getter for the field borderWidth.
getBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Getter for the field borderWidth.
getBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.style.TooltipStyle
Getter for the field borderWidth.
getBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field borderWidth.
getBrightness() - Method in class com.vaadin.componentfactory.maps.model.Hover
Getter for the field brightness.
getButton() - Method in interface com.vaadin.componentfactory.maps.events.ClickEvent
 
getButton() - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Getter for the field button.
getButtonName() - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
getButtonName.
getButtonOptions() - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Getter for the field buttonOptions.
getButtonOptions() - Method in class com.vaadin.componentfactory.maps.model.Navigation
Getter for the field buttonOptions.
getButtons() - Method in class com.vaadin.componentfactory.maps.model.Exporting
Getter for the field buttons.
getButtons() - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Getter for the field buttons.
getCanvasToolsURL() - Method in class com.vaadin.componentfactory.maps.model.Global
Getter for the field canvasToolsURL.
getCategory() - Method in class com.vaadin.componentfactory.maps.events.DrilldownEvent
getCategory() - Method in interface com.vaadin.componentfactory.maps.events.HasItem
 
getCategory() - Method in class com.vaadin.componentfactory.maps.events.PointClickEvent
getCategory() - Method in class com.vaadin.componentfactory.maps.events.PointLegendItemClickEvent
getCategory() - Method in class com.vaadin.componentfactory.maps.events.PointMouseOutEvent
getCategory() - Method in class com.vaadin.componentfactory.maps.events.PointMouseOverEvent
getCategory() - Method in class com.vaadin.componentfactory.maps.events.PointRemoveEvent
getCategory() - Method in class com.vaadin.componentfactory.maps.events.PointSelectEvent
getCategory() - Method in class com.vaadin.componentfactory.maps.events.PointUnselectEvent
getCategory() - Method in class com.vaadin.componentfactory.maps.events.PointUpdateEvent
getChart() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field chart.
getChart() - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Get chart style
getClassName() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field className.
getClassName() - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Getter for the field className.
getCode() - Method in class com.vaadin.componentfactory.maps.model.MapDataSeriesItem
Getter for the field code.
getColor() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getColor.
getColor() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Returns the color of the item.
getColor() - Method in class com.vaadin.componentfactory.maps.model.Crosshair
Getter for the field color.
getColor() - Method in class com.vaadin.componentfactory.maps.model.CSSObject
Getter for the field color.
getColor() - Method in class com.vaadin.componentfactory.maps.model.DataClasses
Getter for the field color.
getColor() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field color.
getColor() - Method in class com.vaadin.componentfactory.maps.model.Hover
Getter for the field color.
getColor() - Method in class com.vaadin.componentfactory.maps.model.Marker
Getter for the field color.
getColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field color.
getColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field color.
getColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field color.
getColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field color.
getColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field color.
getColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field color.
getColor() - Method in class com.vaadin.componentfactory.maps.model.Select
Getter for the field color.
getColor() - Method in class com.vaadin.componentfactory.maps.model.Stop
Getter for the field color.
getColor() - Method in class com.vaadin.componentfactory.maps.model.style.Style
Getter for the field color.
getColorAxis() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Returns the color axis.
getColorAxis() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field colorAxis.
getColorAxis() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field colorAxis.
getColorAxis() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field colorAxis.
getColorAxis() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field colorAxis.
getColorAxis() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field colorAxis.
getColorAxis() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field colorAxis.
getColorAxis(int) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field colorAxis.
getColors() - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Get colors of items
getColsize() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field colsize.
getConfiguration() - Method in class com.vaadin.componentfactory.maps.Map
Getter for the field configuration.
getConfiguration() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
Getter for the field configuration.
getConfiguration() - Method in class com.vaadin.componentfactory.maps.model.Axis
Returns the configuration this axis is bound to.
getConfiguration() - Method in class com.vaadin.componentfactory.maps.model.Drilldown
Getter for the field configuration.
getContextButton() - Method in class com.vaadin.componentfactory.maps.model.Buttons
Getter for the field contextButton.
getContextButtonTitle() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field contextButtonTitle.
getCredits() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field credits.
getCredits() - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Get credits style
getCrop() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getCrop.
getCrop() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field crop.
getCrosshair() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field crosshair.
getCrosshair() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field crosshair.
getCursor() - Method in class com.vaadin.componentfactory.maps.model.MapDataSeriesItem
Getter for the field cursor.
getCursor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field cursor.
getCursor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field cursor.
getCursor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field cursor.
getCursor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field cursor.
getCursor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field cursor.
getCursor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field cursor.
getDashStyle() - Method in class com.vaadin.componentfactory.maps.model.Crosshair
Getter for the field dashStyle.
getDashStyle() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field dashStyle.
getDashStyle() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field dashStyle.
getDashStyle() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field dashStyle.
getDashStyle() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field dashStyle.
getData() - Method in class com.vaadin.componentfactory.maps.events.MapAddSeriesEvent
Gets the series data
getData() - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Return an unmodifiable list of the data items in this series.
getDataClassColor() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field dataClassColor.
getDataClasses() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field dataClasses.
getDataLabels() - Method in class com.vaadin.componentfactory.maps.model.MapDataSeriesItem
Getter for the field dataLabels.
getDataLabels() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field dataLabels.
getDataLabels() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field dataLabels.
getDataLabels() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field dataLabels.
getDataLabels() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field dataLabels.
getDataLabels() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field dataLabels.
getDataLabels() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field dataLabels.
getDecimalPoint() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field decimalPoint.
getDefault() - Static method in class com.vaadin.componentfactory.maps.model.MapType
getDefault.
getDescribeSingleSeries() - Method in class com.vaadin.componentfactory.maps.model.Accessibility
Getter for the field describeSingleSeries.
getDisplayNegative() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field displayNegative.
getDownloadJPEG() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field downloadJPEG.
getDownloadPDF() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field downloadPDF.
getDownloadPNG() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field downloadPNG.
getDownloadSVG() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field downloadSVG.
getDrilldown() - Method in class com.vaadin.componentfactory.maps.events.DrilldownEvent
Gets the name of the drilldown
getDrilldown() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Configuration options for drill down, the concept of inspecting increasingly high resolution data through clicking on chart items like columns or pie slices.
getDrillUpButton() - Method in class com.vaadin.componentfactory.maps.model.Drilldown
Getter for the field drillUpButton.
getDrillUpText() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field drillUpText.
getEnableButtons() - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Getter for the field enableButtons.
getEnabled() - Method in class com.vaadin.componentfactory.maps.model.Accessibility
Getter for the field enabled.
getEnabled() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field enabled.
getEnabled() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field enabled.
getEnabled() - Method in class com.vaadin.componentfactory.maps.model.Credits
Getter for the field enabled.
getEnabled() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field enabled.
getEnabled() - Method in class com.vaadin.componentfactory.maps.model.Exporting
Getter for the field enabled.
getEnabled() - Method in class com.vaadin.componentfactory.maps.model.Hover
Getter for the field enabled.
getEnabled() - Method in class com.vaadin.componentfactory.maps.model.KeyboardNavigation
Getter for the field enabled.
getEnabled() - Method in class com.vaadin.componentfactory.maps.model.Labels
Getter for the field enabled.
getEnabled() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field enabled.
getEnabled() - Method in class com.vaadin.componentfactory.maps.model.LegendNavigation
Getter for the field enabled.
getEnabled() - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Getter for the field enabled.
getEnabled() - Method in class com.vaadin.componentfactory.maps.model.Select
Getter for the field enabled.
getEnabled() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field enabled.
getEnableDoubleClickZoom() - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Getter for the field enableDoubleClickZoom.
getEnableDoubleClickZoomTo() - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Getter for the field enableDoubleClickZoomTo.
getEnableMouseTracking() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field enableMouseTracking.
getEnableMouseTracking() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field enableMouseTracking.
getEnableMouseTracking() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field enableMouseTracking.
getEnableMouseTracking() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field enableMouseTracking.
getEnableMouseTracking() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field enableMouseTracking.
getEnableMouseTracking() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field enableMouseTracking.
getEnableMouseWheelZoom() - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Getter for the field enableMouseWheelZoom.
getEnableTouchZoom() - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Getter for the field enableTouchZoom.
getEndOnTick() - Method in class com.vaadin.componentfactory.maps.model.Axis
getEndOnTick.
getEndOnTick() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field endOnTick.
getEndOnTick() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field endOnTick.
getEndOnTick() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field endOnTick.
getExporting() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field exporting.
getFallbackToExportServer() - Method in class com.vaadin.componentfactory.maps.model.Exporting
Getter for the field fallbackToExportServer.
getFilename() - Method in class com.vaadin.componentfactory.maps.model.Exporting
Getter for the field filename.
getFill() - Method in class com.vaadin.componentfactory.maps.model.style.ButtonTheme
Getter for the field fill.
getFillColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field fillColor.
getFillColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field fillColor.
getFloating() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field floating.
getFloating() - Method in class com.vaadin.componentfactory.maps.model.Subtitle
Getter for the field floating.
getFloating() - Method in class com.vaadin.componentfactory.maps.model.Title
Getter for the field floating.
getFollowPointer() - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
Getter for the field followPointer.
getFollowPointer() - Method in class com.vaadin.componentfactory.maps.model.style.TooltipStyle
Getter for the field followPointer.
getFollowPointer() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field followPointer.
getFollowTouchMove() - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
Getter for the field followTouchMove.
getFollowTouchMove() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field followTouchMove.
getFontFamily() - Method in class com.vaadin.componentfactory.maps.model.style.Style
Getter for the field fontFamily.
getFontSize() - Method in class com.vaadin.componentfactory.maps.model.style.Style
Getter for the field fontSize.
getFontWeight() - Method in class com.vaadin.componentfactory.maps.model.style.Style
Getter for the field fontWeight.
getFooterFormat() - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
Getter for the field footerFormat.
getFooterFormat() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field footerFormat.
getFormat() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getFormat.
getFormat() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field format.
getFormat() - Method in class com.vaadin.componentfactory.maps.model.Labels
Getter for the field format.
getFormatter() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getFormatter.
getFormatter() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
getFormatter.
getFormatter() - Method in class com.vaadin.componentfactory.maps.model.Labels
getFormatter.
getFormatter() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
getFormatter.
getFrom() - Method in class com.vaadin.componentfactory.maps.model.DataClasses
Getter for the field from.
getGridLineColor() - Method in class com.vaadin.componentfactory.maps.model.Axis
getGridLineColor.
getGridLineColor() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field gridLineColor.
getGridLineColor() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field gridLineColor.
getGridLineColor() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field gridLineColor.
getGridLineDashStyle() - Method in class com.vaadin.componentfactory.maps.model.Axis
getGridLineDashStyle.
getGridLineDashStyle() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field gridLineDashStyle.
getGridLineDashStyle() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field gridLineDashStyle.
getGridLineDashStyle() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field gridLineDashStyle.
getGridLineWidth() - Method in class com.vaadin.componentfactory.maps.model.Axis
getGridLineWidth.
getGridLineWidth() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field gridLineWidth.
getGridLineWidth() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field gridLineWidth.
getGridLineWidth() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field gridLineWidth.
getHeaderFormat() - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
Getter for the field headerFormat.
getHeaderFormat() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field headerFormat.
getHeatmap() - Method in class com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
Getter for the field heatmap.
getHeight() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field height.
getHeight() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field height.
getHeight() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field height.
getHeight() - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
Getter for the field height.
getHeight() - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
Getter for the field height.
getHideDelay() - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
Getter for the field hideDelay.
getHideDelay() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field hideDelay.
getHideDuration() - Method in class com.vaadin.componentfactory.maps.model.Loading
Getter for the field hideDuration.
getHorizontalAlign() - Method in class com.vaadin.componentfactory.maps.model.ButtonPosition
getHorizontalAlign.
getHorizontalAlign() - Method in class com.vaadin.componentfactory.maps.model.Position
getHorizontalAlign.
getHover() - Method in class com.vaadin.componentfactory.maps.model.States
Getter for the field hover.
getHref() - Method in class com.vaadin.componentfactory.maps.model.Credits
Getter for the field href.
getHtml() - Method in class com.vaadin.componentfactory.maps.model.HTMLLabelItem
Getter for the field html.
getId() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
getId.
getId() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Returns the id of the item.
getId() - Method in class com.vaadin.componentfactory.maps.model.Axis
getId.
getId() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field id.
getId() - Method in interface com.vaadin.componentfactory.maps.model.Series
getId.
getId() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field id.
getId() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field id.
getInactiveColor() - Method in class com.vaadin.componentfactory.maps.model.LegendNavigation
Getter for the field inactiveColor.
getIndex() - Method in class com.vaadin.componentfactory.maps.events.internal.DataRemovedEvent
Returns index of the removed data point.
getIndex() - Method in class com.vaadin.componentfactory.maps.events.internal.ItemSlicedEvent
Returns the index of the point to be sliced
getIndex() - Method in enum class com.vaadin.componentfactory.maps.model.AxisDimension
Getter for the field index.
getItem() - Method in interface com.vaadin.componentfactory.maps.events.HasItem
Returns the item that was clicked
getItem() - Method in class com.vaadin.componentfactory.maps.events.internal.AbstractSeriesItemEvent
The item added.
getItemDistance() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field itemDistance.
getItemHiddenStyle() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field itemHiddenStyle.
getItemHoverStyle() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field itemHoverStyle.
getItemIndex() - Method in class com.vaadin.componentfactory.maps.events.DrilldownEvent
Returns the index of HasItem.getItem() in HasSeries.getSeries().
getItemIndex() - Method in interface com.vaadin.componentfactory.maps.events.HasItem
Returns the index of HasItem.getItem() in HasSeries.getSeries().
getItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointClickEvent
Returns the index of HasItem.getItem() in HasSeries.getSeries().
getItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointLegendItemClickEvent
Returns the index of HasItem.getItem() in HasSeries.getSeries().
getItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointMouseOutEvent
Returns the index of HasItem.getItem() in HasSeries.getSeries().
getItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointMouseOverEvent
Returns the index of HasItem.getItem() in HasSeries.getSeries().
getItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointRemoveEvent
Returns the index of HasItem.getItem() in HasSeries.getSeries().
getItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointSelectEvent
Returns the index of HasItem.getItem() in HasSeries.getSeries().
getItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointUnselectEvent
Returns the index of HasItem.getItem() in HasSeries.getSeries().
getItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointUpdateEvent
Returns the index of HasItem.getItem() in HasSeries.getSeries().
getItemMarginBottom() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field itemMarginBottom.
getItemMarginTop() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field itemMarginTop.
getItems() - Method in class com.vaadin.componentfactory.maps.model.HTMLLabels
Getter for the field items.
getItemStyle() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field itemStyle.
getItemWidth() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field itemWidth.
getJoinBy() - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Getter for the field joinBy.
getKeyboardNavigation() - Method in class com.vaadin.componentfactory.maps.model.Accessibility
Getter for the field keyboardNavigation.
getLabelFormat() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field labelFormat.
getLabelFormatter() - Method in class com.vaadin.componentfactory.maps.model.Legend
getLabelFormatter.
getLabels() - Method in class com.vaadin.componentfactory.maps.model.Axis
getLabels.
getLabels() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field labels.
getLabels() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field labels.
getLabels() - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Get style of labels
getLabels() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field labels.
getLabels() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field labels.
getLabelStyle() - Method in class com.vaadin.componentfactory.maps.model.Loading
Getter for the field labelStyle.
getLang() - Method in class com.vaadin.componentfactory.maps.MapOptions
Returns the Lang in use or null if no lang configuration has been set.
getLat() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Getter for the field lat.
getLayout() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field layout.
getLeft() - Method in class com.vaadin.componentfactory.maps.model.style.Style
Getter for the field left.
getLegend() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field legend.
getLegend() - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Get style of legend
getLegendIndex() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Returns the index of the legend.
getLineColor() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field lineColor.
getLineColor() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field lineColor.
getLineColor() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field lineColor.
getLineHeight() - Method in class com.vaadin.componentfactory.maps.model.style.Style
Getter for the field lineHeight.
getLineWidth() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field lineWidth.
getLineWidth() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field lineWidth.
getLineWidth() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field lineWidth.
getLineWidth() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field lineWidth.
getLineWidth() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field lineWidth.
getLoading() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field loading.
getLoading() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field loading.
getLon() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Getter for the field lon.
getMap() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field map.
getMap() - Method in class com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
Getter for the field map.
getMapbubble() - Method in class com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
Getter for the field mapbubble.
getMapData() - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Getter for the field mapData.
getMapline() - Method in class com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
Getter for the field mapline.
getMapNavigation() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field mapNavigation.
getMappoint() - Method in class com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
Getter for the field mappoint.
getMapText() - Method in class com.vaadin.componentfactory.maps.model.Credits
Getter for the field mapText.
getMapTextFull() - Method in class com.vaadin.componentfactory.maps.model.Credits
Getter for the field mapTextFull.
getMapType() - Method in class com.vaadin.componentfactory.maps.model.AbstractPlotOptions
getMapType.
getMapType() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
getMapType.
getMapType() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
getMapType.
getMapType() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
getMapType.
getMapType() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
getMapType.
getMapType() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
getMapType.
getMargin() - Method in class com.vaadin.componentfactory.maps.model.AxisTitle
Getter for the field margin.
getMargin() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field margin.
getMargin() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field margin.
getMargin() - Method in class com.vaadin.componentfactory.maps.model.Title
Getter for the field margin.
getMarginBottom() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field marginBottom.
getMarginLeft() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field marginLeft.
getMarginRight() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field marginRight.
getMarginTop() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field marginTop.
getMarker() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Returns the marker of the item.
getMarker() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field marker.
getMarker() - Method in class com.vaadin.componentfactory.maps.model.Hover
Getter for the field marker.
getMarker() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field marker.
getMax() - Method in class com.vaadin.componentfactory.maps.model.Axis
Getter for the field max.
getMaxColor() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field maxColor.
getMaxHeight() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field maxHeight.
getMaximum() - Method in class com.vaadin.componentfactory.maps.events.internal.AxisRescaledEvent
Returns the new maximum value on the axis.
getMaximum() - Method in class com.vaadin.componentfactory.maps.events.XAxesExtremesSetEvent
Getter for the field maximum.
getMaximum() - Method in class com.vaadin.componentfactory.maps.events.YAxesExtremesSetEvent
Getter for the field maximum.
getMaxPadding() - Method in class com.vaadin.componentfactory.maps.model.Axis
getMaxPadding.
getMaxPadding() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field maxPadding.
getMaxPadding() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field maxPadding.
getMaxPadding() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field maxPadding.
getMenuItemHoverStyle() - Method in class com.vaadin.componentfactory.maps.model.Navigation
Getter for the field menuItemHoverStyle.
getMenuItemStyle() - Method in class com.vaadin.componentfactory.maps.model.Navigation
Getter for the field menuItemStyle.
getMenuStyle() - Method in class com.vaadin.componentfactory.maps.model.Navigation
Getter for the field menuStyle.
getMin() - Method in class com.vaadin.componentfactory.maps.model.Axis
Getter for the field min.
getMinColor() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field minColor.
getMinimum() - Method in class com.vaadin.componentfactory.maps.events.internal.AxisRescaledEvent
Returns the new minimum value on the axis.
getMinimum() - Method in class com.vaadin.componentfactory.maps.events.XAxesExtremesSetEvent
Getter for the field minimum.
getMinimum() - Method in class com.vaadin.componentfactory.maps.events.YAxesExtremesSetEvent
Getter for the field minimum.
getMinorGridLineColor() - Method in class com.vaadin.componentfactory.maps.model.Axis
getMinorGridLineColor.
getMinorGridLineColor() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field minorGridLineColor.
getMinorGridLineColor() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field minorGridLineColor.
getMinorGridLineColor() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field minorGridLineColor.
getMinorGridLineDashStyle() - Method in class com.vaadin.componentfactory.maps.model.Axis
getMinorGridLineDashStyle.
getMinorGridLineDashStyle() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field minorGridLineDashStyle.
getMinorGridLineDashStyle() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field minorGridLineDashStyle.
getMinorGridLineDashStyle() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field minorGridLineDashStyle.
getMinorGridLineWidth() - Method in class com.vaadin.componentfactory.maps.model.Axis
getMinorGridLineWidth.
getMinorGridLineWidth() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field minorGridLineWidth.
getMinorGridLineWidth() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field minorGridLineWidth.
getMinorGridLineWidth() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field minorGridLineWidth.
getMinorTickColor() - Method in class com.vaadin.componentfactory.maps.model.Axis
getMinorTickColor.
getMinorTickColor() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field minorTickColor.
getMinorTickColor() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field minorTickColor.
getMinorTickColor() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field minorTickColor.
getMinorTickInterval() - Method in class com.vaadin.componentfactory.maps.model.Axis
getMinorTickInterval.
getMinorTickInterval() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field minorTickInterval.
getMinorTickInterval() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field minorTickInterval.
getMinorTickInterval() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field minorTickInterval.
getMinorTickLength() - Method in class com.vaadin.componentfactory.maps.model.Axis
getMinorTickLength.
getMinorTickLength() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field minorTickLength.
getMinorTickLength() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field minorTickLength.
getMinorTickLength() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field minorTickLength.
getMinorTickPosition() - Method in class com.vaadin.componentfactory.maps.model.Axis
getMinorTickPosition.
getMinorTickPosition() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field minorTickPosition.
getMinorTickPosition() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field minorTickPosition.
getMinorTickPosition() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field minorTickPosition.
getMinorTickWidth() - Method in class com.vaadin.componentfactory.maps.model.Axis
getMinorTickWidth.
getMinorTickWidth() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field minorTickWidth.
getMinorTickWidth() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field minorTickWidth.
getMinorTickWidth() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field minorTickWidth.
getMinPadding() - Method in class com.vaadin.componentfactory.maps.model.Axis
getMinPadding.
getMinPadding() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field minPadding.
getMinPadding() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field minPadding.
getMinPadding() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field minPadding.
getMinRange() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field minRange.
getMinRange() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field minRange.
getMinTickInterval() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field minTickInterval.
getMinTickInterval() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field minTickInterval.
getModule() - Static method in class com.vaadin.componentfactory.maps.model.serializers.AxisListSerializer
getModule.
getModule() - Static method in class com.vaadin.componentfactory.maps.model.serializers.MapEnumSerializer
getModule.
getModule() - Static method in class com.vaadin.componentfactory.maps.model.serializers.SolidColorSerializer
getModule.
getModule() - Static method in class com.vaadin.componentfactory.maps.model.serializers.StopSerializer
getModule.
getMonths() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field months.
getMouseDetails() - Method in interface com.vaadin.componentfactory.maps.events.ClickEvent
Gets the mouse click details
getMouseDetails() - Method in class com.vaadin.componentfactory.maps.events.MapClickEvent
Gets the mouse click details
getMouseDetails() - Method in class com.vaadin.componentfactory.maps.events.PointClickEvent
Gets the mouse click details
getMouseDetails() - Method in class com.vaadin.componentfactory.maps.events.SeriesClickEvent
Gets the mouse click details
getMouseDetails() - Method in class com.vaadin.componentfactory.maps.events.SeriesLegendItemClickEvent
Gets the mouse click details
getMouseWheelSensitivity() - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Getter for the field mouseWheelSensitivity.
getName() - Method in class com.vaadin.componentfactory.maps.events.MapAddSeriesEvent
Gets the series name
getName() - Method in enum class com.vaadin.componentfactory.maps.events.MouseEventDetails.MouseButton
Returns a human readable text representing the button
getName() - Method in class com.vaadin.componentfactory.maps.events.PointProperties
Getter for the field name.
getName() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
getName.
getName() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Returns the name of the item.
getName() - Method in class com.vaadin.componentfactory.maps.model.DataClasses
Getter for the field name.
getName() - Method in interface com.vaadin.componentfactory.maps.model.Series
getName.
getNavigation() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field navigation.
getNavigation() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field navigation.
getNegativeColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field negativeColor.
getNormal() - Method in class com.vaadin.componentfactory.maps.model.States
Getter for the field normal.
getNullColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field nullColor.
getNullColor() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field nullColor.
getNumberOfAxes() - Method in class com.vaadin.componentfactory.maps.model.AxisList
getNumberOfAxes.
getNumberOfColorAxes() - Method in class com.vaadin.componentfactory.maps.model.Configuration
getNumberOfColorAxes.
getNumberOfxAxes() - Method in class com.vaadin.componentfactory.maps.model.Configuration
getNumberOfxAxes.
getNumberOfyAxes() - Method in class com.vaadin.componentfactory.maps.model.Configuration
getNumberOfyAxes.
getNumericSymbols() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field numericSymbols.
getOffset() - Method in class com.vaadin.componentfactory.maps.model.AxisTitle
Getter for the field offset.
getOffset() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field offset.
getOffset() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field offset.
getOldXValue() - Method in class com.vaadin.componentfactory.maps.events.PointUpdateEvent
Getter for the field oldXValue.
getOldYValue() - Method in class com.vaadin.componentfactory.maps.events.PointUpdateEvent
Getter for the field oldYValue.
getOnTableAnchorClick() - Method in class com.vaadin.componentfactory.maps.model.Accessibility
getOnTableAnchorClick.
getOpposite() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field opposite.
getOpposite() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field opposite.
getOverflow() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getOverflow.
getOverflow() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field overflow.
getOverflow() - Method in class com.vaadin.componentfactory.maps.model.Labels
Getter for the field overflow.
getPadding() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getPadding.
getPadding() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field padding.
getPadding() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field padding.
getPlotBackgroundColor() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field plotBackgroundColor.
getPlotBackgroundColor() - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Getter for the field plotBackgroundColor.
getPlotBackgroundImage() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field plotBackgroundImage.
getPlotBackgroundImage() - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Getter for the field plotBackgroundImage.
getPlotBorderColor() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field plotBorderColor.
getPlotBorderColor() - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Getter for the field plotBorderColor.
getPlotBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field plotBorderWidth.
getPlotBorderWidth() - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Getter for the field plotBorderWidth.
getPlotOptions() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
Gets the plot options related to this specific series.
getPlotOptions() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Returns all plot options used by this configuration.
getPlotOptions() - Method in interface com.vaadin.componentfactory.maps.model.Series
Gets the plot options related to this specific series.
getPlotOptions() - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Get style of plots
getPlotOptions(MapType) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Returns the plot options for a specific map type used by this configuration.
getPlotShadow() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field plotShadow.
getPointDateFormat() - Method in class com.vaadin.componentfactory.maps.model.Accessibility
Getter for the field pointDateFormat.
getPointDateFormatter() - Method in class com.vaadin.componentfactory.maps.model.Accessibility
getPointDateFormatter.
getPointDescriptionFormatter() - Method in class com.vaadin.componentfactory.maps.model.Accessibility
getPointDescriptionFormatter.
getPointFormat() - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
Getter for the field pointFormat.
getPointFormat() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field pointFormat.
getPointFormatter() - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
getPointFormatter.
getPointFormatter() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
getPointFormatter.
getPointId() - Method in class com.vaadin.componentfactory.maps.events.DrilldownEvent
Getter for the field pointId.
getPointIndex() - Method in class com.vaadin.componentfactory.maps.events.internal.DataUpdatedEvent
Returns the point index.
getPointProperties() - Method in class com.vaadin.componentfactory.maps.events.PointClickEvent
Getter for the field pointProperties.
getPosition() - Method in class com.vaadin.componentfactory.maps.model.Credits
Getter for the field position.
getPosition() - Method in class com.vaadin.componentfactory.maps.model.DrillUpButton
Getter for the field position.
getPosition() - Method in class com.vaadin.componentfactory.maps.model.ResetZoomButton
Getter for the field position.
getPosition() - Method in class com.vaadin.componentfactory.maps.model.Stop
Getter for the field position.
getPosition() - Method in class com.vaadin.componentfactory.maps.model.style.Style
Getter for the field position.
getPositioner() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
getPositioner.
getPrintChart() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field printChart.
getPrintMaxWidth() - Method in class com.vaadin.componentfactory.maps.model.Exporting
Getter for the field printMaxWidth.
getReflow() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field reflow.
getRelativeTo() - Method in class com.vaadin.componentfactory.maps.model.DrillUpButton
Getter for the field relativeTo.
getRelativeTo() - Method in class com.vaadin.componentfactory.maps.model.ResetZoomButton
Getter for the field relativeTo.
getResetZoom() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field resetZoom.
getResetZoomButton() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field resetZoomButton.
getResetZoomTitle() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field resetZoomTitle.
getReversed() - Method in class com.vaadin.componentfactory.maps.model.Axis
getReversed.
getReversed() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field reversed.
getReversed() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field reversed.
getReversed() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field reversed.
getReversed() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field reversed.
getRotation() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getRotation.
getRotation() - Method in class com.vaadin.componentfactory.maps.model.AxisTitle
Getter for the field rotation.
getRotation() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field rotation.
getRotation() - Method in class com.vaadin.componentfactory.maps.model.Labels
Getter for the field rotation.
getRowsize() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field rowsize.
getRtl() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field rtl.
getScale() - Method in class com.vaadin.componentfactory.maps.model.Exporting
Getter for the field scale.
getScreenReaderSectionFormatter() - Method in class com.vaadin.componentfactory.maps.model.Accessibility
getScreenReaderSectionFormatter.
getScreenX() - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Getter for the field screenX.
getScreenY() - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Getter for the field screenY.
getSelect() - Method in class com.vaadin.componentfactory.maps.model.States
Getter for the field select.
getSelected() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field selected.
getSelected() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field selected.
getSelected() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field selected.
getSelected() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field selected.
getSelected() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field selected.
getSelected() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field selected.
getSelectionEnd() - Method in class com.vaadin.componentfactory.maps.events.MapSelectionEvent
 
getSelectionMarkerFill() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field selectionMarkerFill.
getSelectionStart() - Method in class com.vaadin.componentfactory.maps.events.MapSelectionEvent
 
getSeries() - Method in interface com.vaadin.componentfactory.maps.events.HasSeries
Returns the series
getSeries() - Method in class com.vaadin.componentfactory.maps.events.internal.AbstractSeriesEvent
Returns the affected series
getSeries() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field series.
getSeries() - Method in class com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
Getter for the field series.
getSeriesDescriptionFormatter() - Method in class com.vaadin.componentfactory.maps.model.Accessibility
getSeriesDescriptionFormatter.
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.DrilldownEvent
Returns the index of the series
getSeriesItemIndex() - Method in interface com.vaadin.componentfactory.maps.events.HasSeries
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointClickEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointLegendItemClickEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointMouseOutEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointMouseOverEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointRemoveEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointSelectEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointUnselectEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.PointUpdateEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.SeriesAfterAnimateEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.SeriesCheckboxClickEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.SeriesClickEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.SeriesHideEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.SeriesLegendItemClickEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.SeriesMouseOutEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.SeriesMouseOverEvent
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.componentfactory.maps.events.SeriesShowEvent
getSeriesItemIndex.
getShadow() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getShadow.
getShadow() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field shadow.
getShadow() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field shadow.
getShadow() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field shadow.
getShadow() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field shadow.
getShadow() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field shadow.
getShadow() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field shadow.
getShadow() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field shadow.
getShadow() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field shadow.
getShadow() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field shadow.
getShadow() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field shadow.
getShape() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getShape.
getShape() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field shape.
getShortMonths() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field shortMonths.
getShortWeekdays() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field shortWeekdays.
getShowCheckbox() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field showCheckbox.
getShowCheckbox() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field showCheckbox.
getShowCheckbox() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field showCheckbox.
getShowCheckbox() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field showCheckbox.
getShowCheckbox() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field showCheckbox.
getShowCheckbox() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field showCheckbox.
getShowDuration() - Method in class com.vaadin.componentfactory.maps.model.Loading
Getter for the field showDuration.
getShowEmpty() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field showEmpty.
getShowEmpty() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field showEmpty.
getShowFirstLabel() - Method in class com.vaadin.componentfactory.maps.model.Axis
getShowFirstLabel.
getShowFirstLabel() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field showFirstLabel.
getShowFirstLabel() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field showFirstLabel.
getShowFirstLabel() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field showFirstLabel.
getShowInLegend() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field showInLegend.
getShowInLegend() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field showInLegend.
getShowInLegend() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field showInLegend.
getShowInLegend() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field showInLegend.
getShowInLegend() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field showInLegend.
getShowInLegend() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field showInLegend.
getShowLastLabel() - Method in class com.vaadin.componentfactory.maps.model.Axis
getShowLastLabel.
getShowLastLabel() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field showLastLabel.
getShowLastLabel() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field showLastLabel.
getShowLastLabel() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field showLastLabel.
getSizeBy() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field sizeBy.
getSizeByAbsoluteValue() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field sizeByAbsoluteValue.
getSkipNullPoints() - Method in class com.vaadin.componentfactory.maps.model.KeyboardNavigation
Getter for the field skipNullPoints.
getSnap() - Method in class com.vaadin.componentfactory.maps.model.Crosshair
Getter for the field snap.
getSource() - Method in interface com.vaadin.componentfactory.maps.events.HasAxis
getSource.
getSource() - Method in interface com.vaadin.componentfactory.maps.events.HasItem
 
getSource() - Method in interface com.vaadin.componentfactory.maps.events.HasSeries
 
getSourceHeight() - Method in class com.vaadin.componentfactory.maps.model.Exporting
Getter for the field sourceHeight.
getSourceWidth() - Method in class com.vaadin.componentfactory.maps.model.Exporting
Getter for the field sourceWidth.
getSpacing() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field spacing.
getSpacingBottom() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field spacingBottom.
getSpacingLeft() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field spacingLeft.
getSpacingRight() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field spacingRight.
getSpacingTop() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field spacingTop.
getStaggerLines() - Method in class com.vaadin.componentfactory.maps.model.Labels
Getter for the field staggerLines.
getStartOnTick() - Method in class com.vaadin.componentfactory.maps.model.Axis
getStartOnTick.
getStartOnTick() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field startOnTick.
getStartOnTick() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field startOnTick.
getStartOnTick() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field startOnTick.
getStates() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field states.
getStates() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field states.
getStates() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field states.
getStates() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field states.
getStates() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field states.
getStates() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field states.
getStep() - Method in class com.vaadin.componentfactory.maps.model.Labels
Getter for the field step.
getStickyTracking() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field stickyTracking.
getStickyTracking() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field stickyTracking.
getStickyTracking() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field stickyTracking.
getStickyTracking() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field stickyTracking.
getStickyTracking() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field stickyTracking.
getStickyTracking() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field stickyTracking.
getStops() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field stops.
getStroke() - Method in class com.vaadin.componentfactory.maps.model.style.ButtonTheme
Getter for the field stroke.
getStrokeWidth() - Method in class com.vaadin.componentfactory.maps.model.style.ButtonTheme
Getter for the field strokeWidth.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getStyle.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.AxisTitle
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.Credits
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.HTMLLabelItem
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.HTMLLabels
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.Labels
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.LegendNavigation
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.LegendTitle
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.Loading
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.style.ButtonTheme
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Gets various style defaults used.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.style.StyleWrapper
Return the style object
getStyle() - Method in class com.vaadin.componentfactory.maps.model.style.TooltipStyle
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.Subtitle
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.Title
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
Getter for the field style.
getStyle() - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
Getter for the field style.
getStyledMode() - Method in class com.vaadin.componentfactory.maps.model.MapModel
 
getSubtitle() - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Get style of Chart subtitle
getSubTitle() - Method in class com.vaadin.componentfactory.maps.model.Configuration
getSubTitle.
getSymbol() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field symbol.
getSymbolFill() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field symbolFill.
getSymbolFill() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field symbolFill.
getSymbolHeight() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field symbolHeight.
getSymbolPadding() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field symbolPadding.
getSymbolRadius() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field symbolRadius.
getSymbolSize() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field symbolSize.
getSymbolSize() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field symbolSize.
getSymbolStroke() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field symbolStroke.
getSymbolStroke() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field symbolStroke.
getSymbolStrokeWidth() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field symbolStrokeWidth.
getSymbolStrokeWidth() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field symbolStrokeWidth.
getSymbolWidth() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field symbolWidth.
getSymbolX() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field symbolX.
getSymbolX() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field symbolX.
getSymbolY() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field symbolY.
getSymbolY() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field symbolY.
getTabThroughChartElements() - Method in class com.vaadin.componentfactory.maps.model.KeyboardNavigation
Getter for the field tabThroughChartElements.
getText() - Method in class com.vaadin.componentfactory.maps.model.AxisTitle
Getter for the field text.
getText() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field text.
getText() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field text.
getText() - Method in class com.vaadin.componentfactory.maps.model.Credits
Getter for the field text.
getText() - Method in class com.vaadin.componentfactory.maps.model.LegendTitle
Getter for the field text.
getText() - Method in class com.vaadin.componentfactory.maps.model.Subtitle
Getter for the field text.
getText() - Method in class com.vaadin.componentfactory.maps.model.Title
Getter for the field text.
getText() - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
Getter for the field text.
getText() - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
Getter for the field text.
getTextShadow() - Method in class com.vaadin.componentfactory.maps.model.style.Style
Getter for the field textShadow.
getTheme() - Method in class com.vaadin.componentfactory.maps.MapOptions
Returns the Theme in use or null if no theme has been set.
getTheme() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field theme.
getTheme() - Method in class com.vaadin.componentfactory.maps.model.DrillUpButton
Getter for the field theme.
getTheme() - Method in class com.vaadin.componentfactory.maps.model.ResetZoomButton
Getter for the field theme.
getTheme() - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
Getter for the field theme.
getTheme() - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
Getter for the field theme.
getThousandsSep() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field thousandsSep.
getTickColor() - Method in class com.vaadin.componentfactory.maps.model.Axis
getTickColor.
getTickColor() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field tickColor.
getTickColor() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field tickColor.
getTickColor() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field tickColor.
getTickInterval() - Method in class com.vaadin.componentfactory.maps.model.Axis
getTickInterval.
getTickInterval() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field tickInterval.
getTickInterval() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field tickInterval.
getTickInterval() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field tickInterval.
getTickLength() - Method in class com.vaadin.componentfactory.maps.model.Axis
getTickLength.
getTickLength() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field tickLength.
getTickLength() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field tickLength.
getTickLength() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field tickLength.
getTickPixelInterval() - Method in class com.vaadin.componentfactory.maps.model.Axis
getTickPixelInterval.
getTickPixelInterval() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field tickPixelInterval.
getTickPixelInterval() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field tickPixelInterval.
getTickPixelInterval() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field tickPixelInterval.
getTickPosition() - Method in class com.vaadin.componentfactory.maps.model.Axis
getTickPosition.
getTickPosition() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field tickPosition.
getTickPosition() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field tickPosition.
getTickPosition() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field tickPosition.
getTickPositions() - Method in class com.vaadin.componentfactory.maps.model.Axis
getTickPositions.
getTickPositions() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field tickPositions.
getTickPositions() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field tickPositions.
getTickPositions() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field tickPositions.
getTickWidth() - Method in class com.vaadin.componentfactory.maps.model.Axis
getTickWidth.
getTickWidth() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field tickWidth.
getTickWidth() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field tickWidth.
getTickWidth() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field tickWidth.
getTitle() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field title.
getTitle() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field title.
getTitle() - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Get style of Chart title
getTitle() - Method in class com.vaadin.componentfactory.maps.model.XAxis
Getter for the field title.
getTitle() - Method in class com.vaadin.componentfactory.maps.model.YAxis
Getter for the field title.
getTo() - Method in class com.vaadin.componentfactory.maps.model.DataClasses
Getter for the field to.
getTooltip() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field tooltip.
getTooltip() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field tooltip.
getTooltip() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field tooltip.
getTooltip() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field tooltip.
getTooltip() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field tooltip.
getTooltip() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field tooltip.
getTooltip() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field tooltip.
getTooltip() - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Get style of tooltips
getTop() - Method in class com.vaadin.componentfactory.maps.model.style.Style
Getter for the field top.
getType() - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Getter for the field type.
getType() - Method in class com.vaadin.componentfactory.maps.model.Exporting
Getter for the field type.
getType() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field type.
getUrl() - Method in class com.vaadin.componentfactory.maps.model.Exporting
Getter for the field url.
getUseHTML() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getUseHTML.
getUseHTML() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field useHTML.
getUseHTML() - Method in class com.vaadin.componentfactory.maps.model.Labels
Getter for the field useHTML.
getUseHTML() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field useHTML.
getUseHTML() - Method in class com.vaadin.componentfactory.maps.model.Subtitle
Getter for the field useHTML.
getUseHTML() - Method in class com.vaadin.componentfactory.maps.model.Title
Getter for the field useHTML.
getUseHTML() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field useHTML.
getUseUTC() - Method in class com.vaadin.componentfactory.maps.model.Global
Getter for the field useUTC.
getValue() - Method in class com.vaadin.componentfactory.maps.events.internal.AbstractSeriesItemEvent
The value added.
getValue() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Getter for the field value.
getValueDecimals() - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
Getter for the field valueDecimals.
getValueDecimals() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field valueDecimals.
getValueEnd() - Method in class com.vaadin.componentfactory.maps.events.MapSelectionEvent
 
getValuePrefix() - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
Getter for the field valuePrefix.
getValuePrefix() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field valuePrefix.
getValueStart() - Method in class com.vaadin.componentfactory.maps.events.MapSelectionEvent
 
getValueSuffix() - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
Getter for the field valueSuffix.
getValueSuffix() - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Getter for the field valueSuffix.
getVerticalAlign() - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
getVerticalAlign.
getVerticalAlign() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field verticalAlign.
getVerticalAlign() - Method in class com.vaadin.componentfactory.maps.model.ButtonPosition
Getter for the field verticalAlign.
getVerticalAlign() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field verticalAlign.
getVerticalAlign() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field verticalAlign.
getVerticalAlign() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field verticalAlign.
getVerticalAlign() - Method in class com.vaadin.componentfactory.maps.model.Position
Getter for the field verticalAlign.
getVerticalAlign() - Method in class com.vaadin.componentfactory.maps.model.Subtitle
Getter for the field verticalAlign.
getVerticalAlign() - Method in class com.vaadin.componentfactory.maps.model.Title
Getter for the field verticalAlign.
getVerticalAlign() - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
Getter for the field verticalAlign.
getVerticalAlign() - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
Getter for the field verticalAlign.
getVisible() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field visible.
getVisible() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field visible.
getVisible() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field visible.
getVisible() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field visible.
getVisible() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field visible.
getVisible() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field visible.
getVMLRadialGradientURL() - Method in class com.vaadin.componentfactory.maps.model.Global
getVMLRadialGradientURL.
getWeekdays() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field weekdays.
getWidth() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field width.
getWidth() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field width.
getWidth() - Method in class com.vaadin.componentfactory.maps.model.Crosshair
Getter for the field width.
getWidth() - Method in class com.vaadin.componentfactory.maps.model.Exporting
Getter for the field width.
getWidth() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field width.
getWidth() - Method in class com.vaadin.componentfactory.maps.model.MapModel
Getter for the field width.
getWidth() - Method in class com.vaadin.componentfactory.maps.model.style.ButtonTheme
Getter for the field width.
getWidth() - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
Getter for the field width.
getWidth() - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
Getter for the field width.
getWidthAdjust() - Method in class com.vaadin.componentfactory.maps.model.Subtitle
Getter for the field widthAdjust.
getWidthAdjust() - Method in class com.vaadin.componentfactory.maps.model.Title
Getter for the field widthAdjust.
getX() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Getter for the field x.
getX() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field x.
getX() - Method in class com.vaadin.componentfactory.maps.model.ButtonPosition
Getter for the field x.
getX() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field x.
getX() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field x.
getX() - Method in class com.vaadin.componentfactory.maps.model.Labels
Getter for the field x.
getX() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field x.
getX() - Method in class com.vaadin.componentfactory.maps.model.Position
Getter for the field x.
getX() - Method in class com.vaadin.componentfactory.maps.model.Subtitle
Getter for the field x.
getX() - Method in class com.vaadin.componentfactory.maps.model.Title
Getter for the field x.
getX() - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
Getter for the field x.
getX() - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
Getter for the field x.
getxAxis() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
Getter for the field xAxis.
getxAxis() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Returns the X-axis or category axis.
getxAxis(int) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field xAxis.
getxAxisValue() - Method in interface com.vaadin.componentfactory.maps.events.ClickEvent
Gets the x axis value of the clicked point.
getxValue() - Method in class com.vaadin.componentfactory.maps.events.DrilldownEvent
getxValue.
getxValue() - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Getter for the field xValue.
getxValue() - Method in class com.vaadin.componentfactory.maps.events.PointRemoveEvent
getxValue.
getxValue() - Method in class com.vaadin.componentfactory.maps.events.PointUpdateEvent
getxValue.
getY() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Getter for the field y.
getY() - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Getter for the field y.
getY() - Method in class com.vaadin.componentfactory.maps.model.ButtonPosition
Getter for the field y.
getY() - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Getter for the field y.
getY() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field y.
getY() - Method in class com.vaadin.componentfactory.maps.model.Labels
Getter for the field y.
getY() - Method in class com.vaadin.componentfactory.maps.model.Legend
Getter for the field y.
getY() - Method in class com.vaadin.componentfactory.maps.model.Position
Getter for the field y.
getY() - Method in class com.vaadin.componentfactory.maps.model.Subtitle
Getter for the field y.
getY() - Method in class com.vaadin.componentfactory.maps.model.Title
Getter for the field y.
getY() - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
Getter for the field y.
getY() - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
Getter for the field y.
getyAxes() - Method in class com.vaadin.componentfactory.maps.model.Configuration
getyAxes.
getyAxis() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
Getter for the field yAxis.
getyAxis() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Returns the Y-axis or value axis.
getyAxis(int) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Getter for the field yAxis.
getyAxisValue() - Method in interface com.vaadin.componentfactory.maps.events.ClickEvent
 
getyValue() - Method in class com.vaadin.componentfactory.maps.events.DrilldownEvent
getyValue.
getyValue() - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Getter for the field yValue.
getyValue() - Method in class com.vaadin.componentfactory.maps.events.PointRemoveEvent
getyValue.
getyValue() - Method in class com.vaadin.componentfactory.maps.events.PointUpdateEvent
getyValue.
getZ() - Method in class com.vaadin.componentfactory.maps.model.BubblemapDataSeriesItem
Getter for the field z.
getZIndex() - Method in class com.vaadin.componentfactory.maps.model.Crosshair
Getter for the field zIndex.
getZIndex() - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Getter for the field zIndex.
getZIndex() - Method in class com.vaadin.componentfactory.maps.model.Labels
Getter for the field zIndex.
getZIndex() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Getter for the field zIndex.
getZIndex() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Getter for the field zIndex.
getZIndex() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field zIndex.
getZIndex() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Getter for the field zIndex.
getZIndex() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Getter for the field zIndex.
getZIndex() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Getter for the field zIndex.
getZMax() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field zMax.
getZMin() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field zMin.
getZoomIn() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field zoomIn.
getZoomIn() - Method in class com.vaadin.componentfactory.maps.model.MapNavigationButtons
Getter for the field zoomIn.
getZoomOut() - Method in class com.vaadin.componentfactory.maps.model.Lang
Getter for the field zoomOut.
getZoomOut() - Method in class com.vaadin.componentfactory.maps.model.MapNavigationButtons
Getter for the field zoomOut.
getZThreshold() - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Getter for the field zThreshold.
GHOSTWHITE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant GHOSTWHITE
Global - Class in com.vaadin.componentfactory.maps.model
Global options that don't apply to each chart.
Global() - Constructor for class com.vaadin.componentfactory.maps.model.Global
Constructor for Global.
GOLD - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant GOLD
GOLDENROD - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant GOLDENROD
GRAY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant GRAY
GREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant GREEN
GREENYELLOW - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant GREENYELLOW
GREY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant GREY
GRID_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant GRID_COLOR
GRID_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant GRID_COLOR

H

HasAxis<T> - Interface in com.vaadin.componentfactory.maps.events
HasAxis interface.
HasItem - Interface in com.vaadin.componentfactory.maps.events
Indicates that an event has an associated item
HasSeries - Interface in com.vaadin.componentfactory.maps.events
Indicates that an event has an associated series
HEATMAP - Static variable in class com.vaadin.componentfactory.maps.model.MapType
 
HIGH - Enum constant in enum class com.vaadin.componentfactory.maps.model.VerticalAlign
 
HONEYDEW - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant HONEYDEW
HORIZONTAL - Enum constant in enum class com.vaadin.componentfactory.maps.model.LayoutDirection
 
HorizontalAlign - Enum Class in com.vaadin.componentfactory.maps.model
Alignment of the title relative to the axis values and more generically horizontal alignment.
HOTPINK - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant HOTPINK
Hover - Class in com.vaadin.componentfactory.maps.model
Options for the hovered series
Hover() - Constructor for class com.vaadin.componentfactory.maps.model.Hover
Constructor for Hover.
Hover(Boolean) - Constructor for class com.vaadin.componentfactory.maps.model.Hover
Constructor for Hover.
HTMLLabelItem - Class in com.vaadin.componentfactory.maps.model
HTMLLabelItem class.
HTMLLabelItem(String) - Constructor for class com.vaadin.componentfactory.maps.model.HTMLLabelItem
Constructs a HTMLLabelItem with the given HTML content
HTMLLabelItem(String, Style) - Constructor for class com.vaadin.componentfactory.maps.model.HTMLLabelItem
Constructs a HTMLLabelItem with the given HTML content and style
HTMLLabels - Class in com.vaadin.componentfactory.maps.model
HTMLLabels class.
HTMLLabels() - Constructor for class com.vaadin.componentfactory.maps.model.HTMLLabels
Constructor for HTMLLabels.
HTMLLabels(HTMLLabelItem...) - Constructor for class com.vaadin.componentfactory.maps.model.HTMLLabels
Constructs a HTMLLabels instance with the given label items
HTMLLabels(Style, HTMLLabelItem...) - Constructor for class com.vaadin.componentfactory.maps.model.HTMLLabels
Constructs a HTMLLabels instance with a style shared for all the labels and the given label items

I

indexOf(Axis) - Method in class com.vaadin.componentfactory.maps.model.AxisList
indexOf.
INDIANRED - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant INDIANRED
INDIGO - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant INDIGO
INSIDE - Enum constant in enum class com.vaadin.componentfactory.maps.model.TickPosition
 
isAltKey() - Method in interface com.vaadin.componentfactory.maps.events.ClickEvent
Checks if the Alt key was down when the mouse event took place.
isAltKey() - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
isAltKey.
isAnimated() - Method in class com.vaadin.componentfactory.maps.events.internal.AxisRescaledEvent
Checks whether or not animate the resizing.
isAnimation() - Method in class com.vaadin.componentfactory.maps.events.internal.ItemSlicedEvent
Whether or not animation should be used.
isChecked() - Method in class com.vaadin.componentfactory.maps.events.SeriesCheckboxClickEvent
Checks if the checkbox is checked
isCtrlKey() - Method in interface com.vaadin.componentfactory.maps.events.ClickEvent
Checks if the Ctrl key was down when the mouse event took place.
isCtrlKey() - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
isCtrlKey.
isEnabled() - Method in class com.vaadin.componentfactory.maps.events.internal.SeriesStateEvent
Returns whether or not series is enabled.
isExporting() - Method in class com.vaadin.componentfactory.maps.model.Configuration
isExporting.
isMetaKey() - Method in interface com.vaadin.componentfactory.maps.events.ClickEvent
Checks if the Meta key was down when the mouse event took place.
isMetaKey() - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
isMetaKey.
isPlotShadow() - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
isPlotShadow.
isRedraw() - Method in class com.vaadin.componentfactory.maps.events.internal.ItemSlicedEvent
Whether or not redrawing should be immediate.
isRedrawingNeeded() - Method in class com.vaadin.componentfactory.maps.events.internal.AxisRescaledEvent
Checks whether or not to redraw the chart.
isSelected() - Method in class com.vaadin.componentfactory.maps.model.MapDataSeriesItem
Checks whether or not the item is selected.
isShift() - Method in class com.vaadin.componentfactory.maps.events.internal.DataAddedEvent
Whether or not the data addition was a shift and first item was removed
isShiftKey() - Method in interface com.vaadin.componentfactory.maps.events.ClickEvent
Checks if the Shift key was down when the mouse event took place.
isShiftKey() - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
isShiftKey.
isSliced() - Method in class com.vaadin.componentfactory.maps.events.internal.ItemSlicedEvent
When true, the point is sliced out.
isVisible() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
isVisible.
itemSliced(ItemSlicedEvent) - Method in interface com.vaadin.componentfactory.maps.events.internal.ConfigurationChangeListener
A point has been sliced
ItemSlicedEvent - Class in com.vaadin.componentfactory.maps.events.internal
Event for information about slicing a pie point
ItemSlicedEvent(Series, int, boolean) - Constructor for class com.vaadin.componentfactory.maps.events.internal.ItemSlicedEvent
Constructs the event with animated transition, redraws the chart
ItemSlicedEvent(Series, int, boolean, boolean) - Constructor for class com.vaadin.componentfactory.maps.events.internal.ItemSlicedEvent
Constructs the event with animated transition
ItemSlicedEvent(Series, int, boolean, boolean, boolean) - Constructor for class com.vaadin.componentfactory.maps.events.internal.ItemSlicedEvent
Constructs the event.
IVORY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant IVORY

K

KeyboardNavigation - Class in com.vaadin.componentfactory.maps.model
Options for keyboard navigation.
KeyboardNavigation() - Constructor for class com.vaadin.componentfactory.maps.model.KeyboardNavigation
Constructor for KeyboardNavigation.
KeyboardNavigation(Boolean) - Constructor for class com.vaadin.componentfactory.maps.model.KeyboardNavigation
Constructor for KeyboardNavigation.
KHAKI - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant KHAKI

L

LABEL_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant LABEL_COLOR
LABEL_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant LABEL_COLOR
Labels - Class in com.vaadin.componentfactory.maps.model
The axis labels show the number or category for each tick.
Labels() - Constructor for class com.vaadin.componentfactory.maps.model.Labels
Constructor for Labels.
Labels(Boolean) - Constructor for class com.vaadin.componentfactory.maps.model.Labels
Constructor for Labels.
Lang - Class in com.vaadin.componentfactory.maps.model
Language object.
Lang() - Constructor for class com.vaadin.componentfactory.maps.model.Lang
Constructor for Lang.
LAVENDER - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LAVENDER
LAVENDERBLUSH - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LAVENDERBLUSH
LAWNGREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LAWNGREEN
LayoutDirection - Enum Class in com.vaadin.componentfactory.maps.model
The layout of the legend items.
LEFT - Enum constant in enum class com.vaadin.componentfactory.maps.events.MouseEventDetails.MouseButton
 
LEFT - Enum constant in enum class com.vaadin.componentfactory.maps.model.HorizontalAlign
 
Legend - Class in com.vaadin.componentfactory.maps.model
The legend is a box containing explanations for the different elements of a chart.
Legend() - Constructor for class com.vaadin.componentfactory.maps.model.Legend
Constructor for Legend.
Legend(Boolean) - Constructor for class com.vaadin.componentfactory.maps.model.Legend
Constructor for Legend.
LEGEND_BACKGROUND_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant LEGEND_BACKGROUND_COLOR
LEGEND_BACKGROUND_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant LEGEND_BACKGROUND_COLOR
LEGEND_TEXT_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant LEGEND_TEXT_COLOR
LEGEND_TEXT_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant LEGEND_TEXT_COLOR
LegendNavigation - Class in com.vaadin.componentfactory.maps.model
Options for the paging or navigation appearing when the legend is overflown.
LegendNavigation() - Constructor for class com.vaadin.componentfactory.maps.model.LegendNavigation
Constructor for LegendNavigation.
LegendNavigation(Boolean) - Constructor for class com.vaadin.componentfactory.maps.model.LegendNavigation
Constructor for LegendNavigation.
LegendStyle - Class in com.vaadin.componentfactory.maps.model.style
Style options for Legend
LegendStyle() - Constructor for class com.vaadin.componentfactory.maps.model.style.LegendStyle
 
LegendTitle - Class in com.vaadin.componentfactory.maps.model
A title to be added on top of the legend.
LegendTitle() - Constructor for class com.vaadin.componentfactory.maps.model.LegendTitle
Constructor for LegendTitle.
LegendTitle(String) - Constructor for class com.vaadin.componentfactory.maps.model.LegendTitle
Constructor for LegendTitle.
LegendTitleBeanSerializer - Class in com.vaadin.componentfactory.maps.model.serializers
Serializer for LegendTitle
LegendTitleBeanSerializer() - Constructor for class com.vaadin.componentfactory.maps.model.serializers.LegendTitleBeanSerializer
 
LEMONCHIFFON - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LEMONCHIFFON
LIGHTBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTBLUE
LIGHTCORAL - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTCORAL
LIGHTCYAN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTCYAN
LIGHTGOLDENRODYELLOW - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTGOLDENRODYELLOW
LIGHTGRAY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTGRAY
LIGHTGREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTGREEN
LIGHTGREY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTGREY
LIGHTPINK - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTPINK
LIGHTSALMON - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTSALMON
LIGHTSEAGREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTSEAGREEN
LIGHTSKYBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTSKYBLUE
LIGHTSLATEGRAY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTSLATEGRAY
LIGHTSLATEGREY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTSLATEGREY
LIGHTSTEELBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTSTEELBLUE
LIGHTYELLOW - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIGHTYELLOW
LIME - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIME
LIMEGREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LIMEGREEN
LINE_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant LINE_COLOR
LINE_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant LINE_COLOR
LINEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant LINEN
Loading - Class in com.vaadin.componentfactory.maps.model
The loading options control the appearance of the loading screen that covers the plot area on chart operations.
Loading() - Constructor for class com.vaadin.componentfactory.maps.model.Loading
Constructor for Loading.
LONGDASH - Enum constant in enum class com.vaadin.componentfactory.maps.model.DashStyle
 
LONGDASHDOT - Enum constant in enum class com.vaadin.componentfactory.maps.model.DashStyle
 
LONGDASHDOTDOT - Enum constant in enum class com.vaadin.componentfactory.maps.model.DashStyle
 
LOW - Enum constant in enum class com.vaadin.componentfactory.maps.model.VerticalAlign
 
LumoDarkTheme - Class in com.vaadin.componentfactory.maps.model.style
ValoDarkTheme class.
LumoDarkTheme() - Constructor for class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constructor for ValoDarkTheme.
LumoLightTheme - Class in com.vaadin.componentfactory.maps.model.style
ValoLightTheme class.
LumoLightTheme() - Constructor for class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constructor for ValoLightTheme.

M

MAGENTA - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MAGENTA
Map - Class in com.vaadin.componentfactory.maps
Map class.
Map() - Constructor for class com.vaadin.componentfactory.maps.Map
Constructor for Map.
MAP - Static variable in class com.vaadin.componentfactory.maps.model.MapType
 
MapAddSeriesEvent - Class in com.vaadin.componentfactory.maps.events
The ChartAddSeriesEvent class stores data about new series added to an existing chart.
MapAddSeriesEvent(Map, boolean, String, ArrayNode) - Constructor for class com.vaadin.componentfactory.maps.events.MapAddSeriesEvent
Constructs a ChartAddSeriesEvent
MapAfterPrintEvent - Class in com.vaadin.componentfactory.maps.events
Fired after a chart is printed using the print menu
MapAfterPrintEvent(Map, boolean) - Constructor for class com.vaadin.componentfactory.maps.events.MapAfterPrintEvent
Constructs a ChartAfterPrintEvent
MapBeforePrintEvent - Class in com.vaadin.componentfactory.maps.events
Fired before a chart is printed using the print menu
MapBeforePrintEvent(Map, boolean) - Constructor for class com.vaadin.componentfactory.maps.events.MapBeforePrintEvent
Constructs a ChartBeforePrintEvent
MAPBUBBLE - Static variable in class com.vaadin.componentfactory.maps.model.MapType
 
MapClickEvent - Class in com.vaadin.componentfactory.maps.events
The ChartClickEvent class stores information on click events anywhere on the area of the chart.
MapClickEvent(Map, boolean, Integer, Integer, int, int, boolean, boolean, boolean, boolean, int) - Constructor for class com.vaadin.componentfactory.maps.events.MapClickEvent
Constructs a ChartClickEvent
MapConfiguration - Interface in com.vaadin.componentfactory.maps.model
MapConfiguration interface.
MapDataSeries - Class in com.vaadin.componentfactory.maps.model
MapDataSeries class.
MapDataSeries() - Constructor for class com.vaadin.componentfactory.maps.model.MapDataSeries
Constructs an empty MapDataSeries.
MapDataSeries(MapDataSeriesItem...) - Constructor for class com.vaadin.componentfactory.maps.model.MapDataSeries
Constructs a new MapDataSeries with the given items.
MapDataSeries(String) - Constructor for class com.vaadin.componentfactory.maps.model.MapDataSeries
Constructs a new MapDataSeries instance with the given name.
MapDataSeries(List<MapDataSeriesItem>) - Constructor for class com.vaadin.componentfactory.maps.model.MapDataSeries
Constructs a new MapDataSeries instance with the given items.
MapDataSeriesItem - Class in com.vaadin.componentfactory.maps.model
The MapDataSeriesItem class represents a single entry in a MapDataSeries.
MapDataSeriesItem() - Constructor for class com.vaadin.componentfactory.maps.model.MapDataSeriesItem
Creates an empty item, without values, colors, etc.
MapDataSeriesItem(String, Number) - Constructor for class com.vaadin.componentfactory.maps.model.MapDataSeriesItem
Constructor for MapDataSeriesItem.
MapDataSeriesItem(String, Number, boolean) - Constructor for class com.vaadin.componentfactory.maps.model.MapDataSeriesItem
Constructor for MapDataSeriesItem.
MapDataSeriesItem(String, Number, Color) - Constructor for class com.vaadin.componentfactory.maps.model.MapDataSeriesItem
Constructor for MapDataSeriesItem.
MapDrillupAllEvent - Class in com.vaadin.componentfactory.maps.events
ChartDrillupEvent triggered after all the series has been drilled up if chart has multiple drilldown series
MapDrillupAllEvent(Map, boolean) - Constructor for class com.vaadin.componentfactory.maps.events.MapDrillupAllEvent
Constructs a ChartDrillupAllEvent
MapDrillupEvent - Class in com.vaadin.componentfactory.maps.events
ChartDrillupEvent triggered when the 'Back to previous series' button is clicked
MapDrillupEvent(Map, boolean) - Constructor for class com.vaadin.componentfactory.maps.events.MapDrillupEvent
Constructs a ChartDrillupEvent
MapEnum - Interface in com.vaadin.componentfactory.maps.model
Interface shared by all enum classes of the vaadin charts.
MapEnumSerializer - Class in com.vaadin.componentfactory.maps.model.serializers
Serializer for all classes implementing MapEnum
MapEnumSerializer() - Constructor for class com.vaadin.componentfactory.maps.model.serializers.MapEnumSerializer
 
MAPLINE - Static variable in class com.vaadin.componentfactory.maps.model.MapType
 
MapLoadEvent - Class in com.vaadin.componentfactory.maps.events
Fired after a chart is loaded
MapLoadEvent(Map, boolean) - Constructor for class com.vaadin.componentfactory.maps.events.MapLoadEvent
Constructs a ChartLoadEvent
MapModel - Class in com.vaadin.componentfactory.maps.model
Options regarding the chart area and plot area as well as general chart options.
MapModel() - Constructor for class com.vaadin.componentfactory.maps.model.MapModel
Constructor for MapModel.
MapNavigation - Class in com.vaadin.componentfactory.maps.model
A collection of options for zooming and panning in a map.
MapNavigation() - Constructor for class com.vaadin.componentfactory.maps.model.MapNavigation
Constructor for MapNavigation.
MapNavigation(Boolean) - Constructor for class com.vaadin.componentfactory.maps.model.MapNavigation
Constructor for MapNavigation.
MapNavigationButtons - Class in com.vaadin.componentfactory.maps.model
MapNavigationButtons class.
MapNavigationButtons() - Constructor for class com.vaadin.componentfactory.maps.model.MapNavigationButtons
Constructor for MapNavigationButtons.
MapOptions - Class in com.vaadin.componentfactory.maps
 
MapOptions() - Constructor for class com.vaadin.componentfactory.maps.MapOptions
 
MAPPOINT - Static variable in class com.vaadin.componentfactory.maps.model.MapType
 
MapRedrawEvent - Class in com.vaadin.componentfactory.maps.events
Fired after a chart is redrawn
MapRedrawEvent(Map, boolean) - Constructor for class com.vaadin.componentfactory.maps.events.MapRedrawEvent
Constructor for MapRedrawEvent.
MapSelectionEvent - Class in com.vaadin.componentfactory.maps.events
The ChartSelectionEvent class stores information on selection events on the chart's area.
MapSelectionEvent(Map, boolean, Double, Double, Double, Double) - Constructor for class com.vaadin.componentfactory.maps.events.MapSelectionEvent
Construct a ChartSelectionEvent
MapSerialization - Class in com.vaadin.componentfactory.maps.util
Util class that handles the configuration needed for the model classes to be serialized to JSON.
MapSerialization() - Constructor for class com.vaadin.componentfactory.maps.util.MapSerialization
 
MapType - Class in com.vaadin.componentfactory.maps.model
The default series type for the chart.
MapType(String) - Constructor for class com.vaadin.componentfactory.maps.model.MapType
Constructs a new Chart type.
Marker - Class in com.vaadin.componentfactory.maps.model
The triangular marker on a scalar color axis that points to the value of the hovered area.
Marker() - Constructor for class com.vaadin.componentfactory.maps.model.Marker
Constructor for Marker.
MAROON - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MAROON
max - Variable in class com.vaadin.componentfactory.maps.model.Axis
 
MEDIUMAQUAMARINE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MEDIUMAQUAMARINE
MEDIUMBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MEDIUMBLUE
MEDIUMORCHID - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MEDIUMORCHID
MEDIUMPURPLE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MEDIUMPURPLE
MEDIUMSEAGREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MEDIUMSEAGREEN
MEDIUMSLATEBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MEDIUMSLATEBLUE
MEDIUMSPRINGGREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MEDIUMSPRINGGREEN
MEDIUMTURQUOISE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MEDIUMTURQUOISE
MEDIUMVIOLETRED - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MEDIUMVIOLETRED
MIDDLE - Enum constant in enum class com.vaadin.componentfactory.maps.events.MouseEventDetails.MouseButton
 
MIDDLE - Enum constant in enum class com.vaadin.componentfactory.maps.model.VerticalAlign
 
MIDNIGHTBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MIDNIGHTBLUE
min - Variable in class com.vaadin.componentfactory.maps.model.Axis
 
MINTCREAM - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MINTCREAM
MISTYROSE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MISTYROSE
MOCCASIN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant MOCCASIN
modifySerializer(SerializationConfig, BeanDescription.Supplier, ValueSerializer<?>) - Method in class com.vaadin.componentfactory.maps.model.serializers.DefaultBeanSerializerModifier
MouseEventDetails - Class in com.vaadin.componentfactory.maps.events
Helper class to store and transfer mouse event details.
MouseEventDetails() - Constructor for class com.vaadin.componentfactory.maps.events.MouseEventDetails
Constructor for MouseEventDetails.
MouseEventDetails.MouseButton - Enum Class in com.vaadin.componentfactory.maps.events
Constants for mouse buttons.

N

NAVAJOWHITE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant NAVAJOWHITE
Navigation - Class in com.vaadin.componentfactory.maps.model
A collection of options for buttons and menus appearing in the exporting module.
Navigation() - Constructor for class com.vaadin.componentfactory.maps.model.Navigation
Constructor for Navigation.
NAVY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant NAVY
NONE - Enum constant in enum class com.vaadin.componentfactory.maps.model.Cursor
 
Normal - Class in com.vaadin.componentfactory.maps.model
Overrides for the normal state
Normal() - Constructor for class com.vaadin.componentfactory.maps.model.Normal
Constructor for Normal.
NORMAL - Enum constant in enum class com.vaadin.componentfactory.maps.model.style.FontWeight
Normal text
NULL_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant NULL_COLOR
NULL_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant NULL_COLOR

O

of(int) - Static method in enum class com.vaadin.componentfactory.maps.events.MouseEventDetails.MouseButton
 
OLDLACE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant OLDLACE
OLIVE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant OLIVE
OLIVEDRAB - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant OLIVEDRAB
onAttach(AttachEvent) - Method in class com.vaadin.componentfactory.maps.Map
ORANGE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant ORANGE
ORANGERED - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant ORANGERED
ORCHID - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant ORCHID
OUTSIDE - Enum constant in enum class com.vaadin.componentfactory.maps.model.TickPosition
 

P

PALEGOLDENROD - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant PALEGOLDENROD
PALEGREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant PALEGREEN
PALETURQUOISE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant PALETURQUOISE
PALEVIOLETRED - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant PALEVIOLETRED
PAPAYAWHIP - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant PAPAYAWHIP
PEACHPUFF - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant PEACHPUFF
PERU - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant PERU
PINK - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant PINK
PLOT - Enum constant in enum class com.vaadin.componentfactory.maps.model.ResetZoomButtonRelativeTo
 
PLOTBOX - Enum constant in enum class com.vaadin.componentfactory.maps.model.DrillUpButtonRelativeTo
 
PlotOptionsHeatmap - Class in com.vaadin.componentfactory.maps.model
The heatmap series type, a special case of a choropleth map where each point is a square colored to signify a value.
PlotOptionsHeatmap() - Constructor for class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Constructor for PlotOptionsHeatmap.
PlotOptionsMap - Class in com.vaadin.componentfactory.maps.model
The map series type is the default series type of a Highcharts map, where each point is represented by an area given by its path option of the path option of its corresponding mapData point.
PlotOptionsMap() - Constructor for class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Constructor for PlotOptionsMap.
PlotOptionsMapbubble - Class in com.vaadin.componentfactory.maps.model
A bubble series is a three dimensional series type where each point renders an X, Y and Z value.
PlotOptionsMapbubble() - Constructor for class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Constructor for PlotOptionsMapbubble.
PlotOptionsMapline - Class in com.vaadin.componentfactory.maps.model
Mapline series represent paths or lines in a map, all features that don't have an area.
PlotOptionsMapline() - Constructor for class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Constructor for PlotOptionsMapline.
PlotOptionsMappoint - Class in com.vaadin.componentfactory.maps.model
A 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.
PlotOptionsMappoint() - Constructor for class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Constructor for PlotOptionsMappoint.
PlotOptionsSeries - Class in com.vaadin.componentfactory.maps.model
General options for all series types.
PlotOptionsSeries() - Constructor for class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Constructor for PlotOptionsSeries.
PlotOptionsStyle - Class in com.vaadin.componentfactory.maps.model.style
PlotOptionsStyle class.
PlotOptionsStyle() - Constructor for class com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
 
PLUM - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant PLUM
PointClickEvent - Class in com.vaadin.componentfactory.maps.events
The PointClickEvent class stores data for click events on the points of the chart.
PointClickEvent(Map, boolean, int, int, boolean, boolean, boolean, boolean, int, double, double, int, String, String, int) - Constructor for class com.vaadin.componentfactory.maps.events.PointClickEvent
Constructs a PointClickEvent
POINTER - Enum constant in enum class com.vaadin.componentfactory.maps.model.Cursor
 
PointLegendItemClickEvent - Class in com.vaadin.componentfactory.maps.events
The PointLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart point.
PointLegendItemClickEvent(Map, boolean, int, String, int) - Constructor for class com.vaadin.componentfactory.maps.events.PointLegendItemClickEvent
Constructs a SeriesLegendItemClickEvent
PointMouseOutEvent - Class in com.vaadin.componentfactory.maps.events
Fired when the mouse exits the neighborhood of a point
PointMouseOutEvent(Map, boolean, int, int, String) - Constructor for class com.vaadin.componentfactory.maps.events.PointMouseOutEvent
Constructor for PointMouseOutEvent.
PointMouseOverEvent - Class in com.vaadin.componentfactory.maps.events
Fired when the mouse pointer moves within the neighborhood of a point
PointMouseOverEvent(Map, boolean, int, int, String) - Constructor for class com.vaadin.componentfactory.maps.events.PointMouseOverEvent
Constructor for PointMouseOverEvent.
PointProperties - Class in com.vaadin.componentfactory.maps.events
PointProperties class.
PointProperties() - Constructor for class com.vaadin.componentfactory.maps.events.PointProperties
Constructor for PointProperties.
PointRemoveEvent - Class in com.vaadin.componentfactory.maps.events
The PointRemoveEvent class stores data for remove events on the points of the chart
PointRemoveEvent(Map, boolean, int, String, double, double, int) - Constructor for class com.vaadin.componentfactory.maps.events.PointRemoveEvent
Constructor for PointRemoveEvent.
PointSelectEvent - Class in com.vaadin.componentfactory.maps.events
The PointSelectEvent class stores data for select events on the points of the chart.
PointSelectEvent(Map, boolean, int, String, int) - Constructor for class com.vaadin.componentfactory.maps.events.PointSelectEvent
Constructor for PointSelectEvent.
PointUnselectEvent - Class in com.vaadin.componentfactory.maps.events
The PointUnselectEvent class stores data for unselect events on the points of the chart.
PointUnselectEvent(Map, boolean, int, String, int) - Constructor for class com.vaadin.componentfactory.maps.events.PointUnselectEvent
Constructor for PointUnselectEvent.
PointUpdateEvent - Class in com.vaadin.componentfactory.maps.events
The PointUpdateEvent class stores data for update events on the points of the chart
PointUpdateEvent(Map, boolean, int, String, int, Double, Double, Double, Double) - Constructor for class com.vaadin.componentfactory.maps.events.PointUpdateEvent
Constructor for PointUpdateEvent.
Position - Class in com.vaadin.componentfactory.maps.model
Position configuration for the credits label.
Position() - Constructor for class com.vaadin.componentfactory.maps.model.Position
 
POWDERBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant POWDERBLUE
PURPLE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant PURPLE

R

RED - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant RED
redraw() - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Redraw series with updated data and plotOptions
RELATIVE - Enum constant in enum class com.vaadin.componentfactory.maps.model.style.StylePosition
 
remove(MapDataSeriesItem) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Removes a given item and immediately removes it from the map.
removeAxis(T) - Method in class com.vaadin.componentfactory.maps.model.AxisList
Removes an axis from the list
removeChangeListener(ConfigurationChangeListener) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Removes a change listener.
removeColorAxes() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Removes all defined color-axes
removeStop(Stop) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Removes first occurrence of stop in stops array
removexAxes() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Removes all defined X-axes
removeyAxes() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Removes all defined Y-axes
resetJoinBy() - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
resetJoinBy.
resetZoom() - Method in class com.vaadin.componentfactory.maps.model.Configuration
Reset zoom level by setting axes extremes to null
resetZoom(boolean, boolean) - Method in interface com.vaadin.componentfactory.maps.events.internal.ConfigurationChangeListener
Reset zoom level by setting axis extremes to null
resetZoom(boolean, boolean) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Reset zoom level by setting axes extremes to null
ResetZoomButton - Class in com.vaadin.componentfactory.maps.model
The button that appears after a selection zoom, allowing the user to reset zoom.
ResetZoomButton() - Constructor for class com.vaadin.componentfactory.maps.model.ResetZoomButton
Constructor for ResetZoomButton.
ResetZoomButtonRelativeTo - Enum Class in com.vaadin.componentfactory.maps.model
What frame the button should be placed related to.
RIGHT - Enum constant in enum class com.vaadin.componentfactory.maps.events.MouseEventDetails.MouseButton
 
RIGHT - Enum constant in enum class com.vaadin.componentfactory.maps.model.HorizontalAlign
 
ROSYBROWN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant ROSYBROWN
ROYALBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant ROYALBLUE

S

SADDLEBROWN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant SADDLEBROWN
SALMON - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant SALMON
SANDYBROWN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant SANDYBROWN
SEAGREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant SEAGREEN
SEASHELL - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant SEASHELL
Select - Class in com.vaadin.componentfactory.maps.model
Specific options for point in selected states, after being selected by allowPointSelect or programmatically.
Select() - Constructor for class com.vaadin.componentfactory.maps.model.Select
Constructor for Select.
Select(Boolean) - Constructor for class com.vaadin.componentfactory.maps.model.Select
Constructor for Select.
serialize(AbstractSeries, BeanSerializerDelegator<AbstractSeries>, JsonGenerator, SerializationContext) - Method in class com.vaadin.componentfactory.maps.model.serializers.AbstractSeriesBeanSerializer
serialize.
serialize(AxisList, JsonGenerator, SerializationContext) - Method in class com.vaadin.componentfactory.maps.model.serializers.AxisListSerializer
serialize(AxisTitle, BeanSerializerDelegator<AxisTitle>, JsonGenerator, SerializationContext) - Method in class com.vaadin.componentfactory.maps.model.serializers.AxisTitleBeanSerializer
serialize.
serialize(LegendTitle, BeanSerializerDelegator<LegendTitle>, JsonGenerator, SerializationContext) - Method in class com.vaadin.componentfactory.maps.model.serializers.LegendTitleBeanSerializer
serialize.
serialize(MapEnum, JsonGenerator, SerializationContext) - Method in class com.vaadin.componentfactory.maps.model.serializers.MapEnumSerializer
serialize(Stop, JsonGenerator, SerializationContext) - Method in class com.vaadin.componentfactory.maps.model.serializers.StopSerializer
serialize(SolidColor, JsonGenerator, SerializationContext) - Method in class com.vaadin.componentfactory.maps.model.serializers.SolidColorSerializer
serialize(Title, BeanSerializerDelegator<Title>, JsonGenerator, SerializationContext) - Method in class com.vaadin.componentfactory.maps.model.serializers.TitleBeanSerializer
serialize.
serialize(Object, JsonGenerator, SerializationContext) - Method in class com.vaadin.componentfactory.maps.model.serializers.BeanSerializerDelegator
serialize(T, BeanSerializerDelegator<T>, JsonGenerator, SerializationContext) - Method in class com.vaadin.componentfactory.maps.model.serializers.BeanSerializationDelegate
serialize.
serializeFields(Object, JsonGenerator, SerializationContext) - Method in class com.vaadin.componentfactory.maps.model.serializers.BeanSerializerDelegator
Exposes the default property (field) serialization logic to the BeanSerializationDelegate implementations.
Series - Interface in com.vaadin.componentfactory.maps.model
Series interface for all kinds of Series
seriesAdded(SeriesAddedEvent) - Method in interface com.vaadin.componentfactory.maps.events.internal.ConfigurationChangeListener
A new series has been added
SeriesAddedEvent - Class in com.vaadin.componentfactory.maps.events.internal
Event for information about a new series to be added
SeriesAddedEvent(Series) - Constructor for class com.vaadin.componentfactory.maps.events.internal.SeriesAddedEvent
Constructs the event.
SeriesAfterAnimateEvent - Class in com.vaadin.componentfactory.maps.events
Fired after a chart series is animated
SeriesAfterAnimateEvent(Map, boolean, int) - Constructor for class com.vaadin.componentfactory.maps.events.SeriesAfterAnimateEvent
Constructor for SeriesAfterAnimateEvent.
seriesChanged(SeriesChangedEvent) - Method in interface com.vaadin.componentfactory.maps.events.internal.ConfigurationChangeListener
The series has been changed.
SeriesChangedEvent - Class in com.vaadin.componentfactory.maps.events.internal
Event for information about changes in data of series
SeriesChangedEvent(Series) - Constructor for class com.vaadin.componentfactory.maps.events.internal.SeriesChangedEvent
Constructs the event.
SeriesCheckboxClickEvent - Class in com.vaadin.componentfactory.maps.events
SeriesCheckboxClickEvent triggered when a checkbox in a legend is clicked
SeriesCheckboxClickEvent(Map, boolean, boolean, int) - Constructor for class com.vaadin.componentfactory.maps.events.SeriesCheckboxClickEvent
Constructs a SeriesCheckboxClickEvent
SeriesClickEvent - Class in com.vaadin.componentfactory.maps.events
The SeriesClickEvent class stores data for click events on the series of the chart.
SeriesClickEvent(Map, boolean, int, int, boolean, boolean, boolean, boolean, int, double, double, int) - Constructor for class com.vaadin.componentfactory.maps.events.SeriesClickEvent
Constructor for SeriesClickEvent.
SeriesHideEvent - Class in com.vaadin.componentfactory.maps.events
Fired when a series is hidden
SeriesHideEvent(Map, boolean, int) - Constructor for class com.vaadin.componentfactory.maps.events.SeriesHideEvent
Constructor for SeriesHideEvent.
SeriesLegendItemClickEvent - Class in com.vaadin.componentfactory.maps.events
The SeriesLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart series.
SeriesLegendItemClickEvent(Map, boolean, int, int, int, int, boolean, boolean, boolean, boolean, int, int) - Constructor for class com.vaadin.componentfactory.maps.events.SeriesLegendItemClickEvent
Constructs a SeriesLegendItemClickEvent
SeriesMouseOutEvent - Class in com.vaadin.componentfactory.maps.events
Fired when the mouse exits the neighborhood of a series
SeriesMouseOutEvent(Map, boolean, int) - Constructor for class com.vaadin.componentfactory.maps.events.SeriesMouseOutEvent
Constructor for SeriesMouseOutEvent.
SeriesMouseOverEvent - Class in com.vaadin.componentfactory.maps.events
Fired when the mouse moves within the neighborhood of a series
SeriesMouseOverEvent(Map, boolean, int) - Constructor for class com.vaadin.componentfactory.maps.events.SeriesMouseOverEvent
Constructor for SeriesMouseOverEvent.
SeriesShowEvent - Class in com.vaadin.componentfactory.maps.events
Fired when a series is shown
SeriesShowEvent(Map, boolean, int) - Constructor for class com.vaadin.componentfactory.maps.events.SeriesShowEvent
Constructor for SeriesShowEvent.
seriesStateChanged(SeriesStateEvent) - Method in interface com.vaadin.componentfactory.maps.events.internal.ConfigurationChangeListener
The series is enabled or disabled
SeriesStateEvent - Class in com.vaadin.componentfactory.maps.events.internal
Listener class for Series enabling and disabling events.
SeriesStateEvent(Series, boolean) - Constructor for class com.vaadin.componentfactory.maps.events.internal.SeriesStateEvent
Constructs the event with given series and its state information.
SeriesTooltip - Class in com.vaadin.componentfactory.maps.model
A configuration object for the tooltip rendering of each single series.
SeriesTooltip() - Constructor for class com.vaadin.componentfactory.maps.model.SeriesTooltip
Constructor for SeriesTooltip.
setAbsoluteX(int) - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Setter for the field absoluteX.
setAbsoluteY(int) - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Setter for the field absoluteY.
setAccessibility(Accessibility) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Sets options for configuring accessibility for the chart.
setActiveColor(Color) - Method in class com.vaadin.componentfactory.maps.model.LegendNavigation
The color for the active up or down arrow in the legend page navigation.
setAlign(HorizontalAlign) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Alignment for the buttons.
setAlign(HorizontalAlign) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Alignment for the buttons.
setAlign(HorizontalAlign) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
The alignment of the data label compared to the point.
setAlign(HorizontalAlign) - Method in class com.vaadin.componentfactory.maps.model.Labels
What part of the string the given position is anchored to.
setAlign(HorizontalAlign) - Method in class com.vaadin.componentfactory.maps.model.Legend
The horizontal alignment of the legend box within the chart area.
setAlign(HorizontalAlign) - Method in class com.vaadin.componentfactory.maps.model.Subtitle
The horizontal alignment of the subtitle.
setAlign(HorizontalAlign) - Method in class com.vaadin.componentfactory.maps.model.Title
The horizontal alignment of the title.
setAlign(HorizontalAlign) - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
The alignment of the navigation buttons.
setAlign(HorizontalAlign) - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
The alignment of the navigation buttons.
setAlign(VerticalAlign) - Method in class com.vaadin.componentfactory.maps.model.AxisTitle
Alignment of the title relative to the axis values.
setAlignTo(String) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
What box to align the buttons to.
setAlignTo(String) - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
What box to align the buttons to.
setAlignTo(String) - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
What box to align the buttons to.
setAllAreas(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Whether all areas of the map defined in mapData should be rendered.
setAllAreas(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Whether all areas of the map defined in mapData should be rendered.
setAllAreas(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Whether all areas of the map defined in mapData should be rendered.
setAllAreas(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Whether all areas of the map defined in mapData should be rendered.
setAllAreas(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Whether all areas of the map defined in mapData should be rendered.
setAllowDecimals(Boolean) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Whether to allow decimals in this axis' ticks.
setAllowDecimals(Boolean) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Whether to allow decimals in this axis' ticks.
setAllowHTML(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Exporting
Experimental setting to allow HTML inside the chart (added through the useHTML options), directly in the exported image.
setAllowOverlap(Boolean) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Whether to allow data labels to overlap.
setAllowPointDrilldown(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Drilldown
When this option is false, clicking a single point will drill down all points in the same category, equivalent to clicking the X axis label.
setAllowPointSelect(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Allow this series' points to be selected by clicking on the shapes.
setAllowPointSelect(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Allow this series' points to be selected by clicking on the shapes.
setAllowPointSelect(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Allow this series' points to be selected by clicking on the shapes.
setAllowPointSelect(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Allow this series' points to be selected by clicking on the shapes.
setAllowPointSelect(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Allow this series' points to be selected by clicking on the shapes.
setAllowPointSelect(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Allow this series' points to be selected by clicking on the shapes.
setAlternateGridColor(Color) - Method in class com.vaadin.componentfactory.maps.model.XAxis
When using an alternate grid color, a band is painted across the plot area between every other grid line.
setAlternateGridColor(Color) - Method in class com.vaadin.componentfactory.maps.model.YAxis
When using an alternate grid color, a band is painted across the plot area between every other grid line.
setAltKey(boolean) - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Setter for the field altKey.
setAnimation(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Drilldown
Set the animation for all drilldown animations.
setAnimation(Boolean) - Method in class com.vaadin.componentfactory.maps.model.LegendNavigation
How to animate the pages when navigating up or down.
setAnimation(Boolean) - Method in class com.vaadin.componentfactory.maps.model.MapModel
Set the overall animation for all chart updating.
setAnimation(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Marker
Animation for the marker as it moves between values.
setAnimation(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Normal
Animation options for the fill color when returning from hover state to normal state.
setAnimation(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Enable or disable animation of the tooltip.
setAnimationLimit(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setArrowSize(Number) - Method in class com.vaadin.componentfactory.maps.model.LegendNavigation
The pixel size of the up and down arrows in the legend paging navigation. .
setAxisIndex(int) - Method in class com.vaadin.componentfactory.maps.model.Axis
Setter for the field axisIndex.
setBackgroundColor(Color) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
The background color or gradient for the data label.
setBackgroundColor(Color) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
The background color or gradient for the data label.
setBackgroundColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Legend
The background color of the legend.
setBackgroundColor(Color) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The background color or gradient for the outer chart area.
setBackgroundColor(Color) - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Sets the background color of the outer chart area.
setBackgroundColor(Color) - Method in class com.vaadin.componentfactory.maps.model.style.TooltipStyle
Sets the background color of tooltips
setBackgroundColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
The background color or gradient for the tooltip.
setBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
The border color for the data label.
setBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
The border color for the data label.
setBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Hover
The border color of the point in this state
setBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Legend
The color of the drawn border around the legend.
setBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The color of the outer chart border.
setBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
The border color of the map areas.
setBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
The border color of the map areas.
setBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
The border color of the map areas.
setBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
The border color of the map areas.
setBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Select
The border color of the point in this state
setBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Sets the color of the outer chart border.
setBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.style.TooltipStyle
Sets the color of the tooltip border.
setBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
The color of the tooltip border.
setBorderRadius(Number) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
The border radius in pixels for the data label.
setBorderRadius(Number) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
The border radius in pixels for the data label.
setBorderRadius(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
The border corner radius of the legend.
setBorderRadius(Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The corner radius of the outer chart border.
setBorderRadius(Number) - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Sets the corner radius of the outer chart border.
setBorderRadius(Number) - Method in class com.vaadin.componentfactory.maps.model.style.TooltipStyle
Sets the border radius of tooltips
setBorderRadius(Number) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
The radius of the rounded border corners.
setBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
The border width in pixels for the data label.
setBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
The border width in pixels for the data label.
setBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Hover
The border width of the point in this state
setBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
The width of the drawn border around the legend.
setBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The pixel width of the outer chart border.
setBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
The border width of each map area.
setBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
The border width of each map area.
setBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
The border width of each map area.
setBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
The border width of each map area.
setBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Select
The border width of the point in this state
setBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Sets the pixel width of the outer chart border.
setBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.style.TooltipStyle
Sets the width of the border of tooltips
setBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
The pixel width of the tooltip border.
setBrightness(Number) - Method in class com.vaadin.componentfactory.maps.model.Hover
The relative brightness of the point when hovered, relative to the normal point color.
setButton(MouseEventDetails.MouseButton) - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Setter for the field button.
setButtonOptions(ButtonOptions) - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
General options for the map navigation buttons.
setButtonOptions(ButtonOptions) - Method in class com.vaadin.componentfactory.maps.model.Navigation
A collection of options for buttons appearing in the exporting module.
setButtons(Buttons) - Method in class com.vaadin.componentfactory.maps.model.Exporting
Options for the export related buttons, print and export.
setButtons(MapNavigationButtons) - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
The individual buttons for the map navigation.
setCanvasToolsURL(String) - Method in class com.vaadin.componentfactory.maps.model.Global
The URL to the additional file to lazy load for Android 2.x devices.
setChart(MapModel) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Sets options regarding the chart and plot areas as well as general chart options.
setChart(ChartStyle) - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Set new chart style
setClassName(String) - Method in class com.vaadin.componentfactory.maps.model.MapModel
A CSS class name to apply to the charts container div, allowing unique CSS styling for each chart.
setClassName(String) - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Sets the CSS class name to apply to the container DIV around the chart, allowing unique CSS styling for each chart.
setCode(String) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeriesItem
Setter for the field code.
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
The text color for the data labels.
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Sets the individual color for the point.
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Crosshair
The color of the crosshair.
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.DataClasses
The color of each data class.
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
The text color for the data labels.
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Hover
The color of the shape in this state
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Marker
The color of the marker.
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
The main color of the series.
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
The main color of the series.
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
The main color of the series.
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
The main color of the series.
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
The main color of the series.
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
The main color of the series.
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Select
The color of the shape in this state
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Stop
Setter for the field color.
setColor(Color) - Method in class com.vaadin.componentfactory.maps.model.style.Style
Sets the color CSS attribute.
setColor(String) - Method in class com.vaadin.componentfactory.maps.model.CSSObject
Setter for the field color.
setColorAxis(ColorAxis) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Set this option to false to prevent a series from connecting to the global color axis.
setColorAxis(ColorAxis) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Set this option to false to prevent a series from connecting to the global color axis.
setColorAxis(ColorAxis) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Set this option to false to prevent a series from connecting to the global color axis.
setColorAxis(ColorAxis) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Set this option to false to prevent a series from connecting to the global color axis.
setColorAxis(ColorAxis) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Set this option to false to prevent a series from connecting to the global color axis.
setColorAxis(ColorAxis) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Set this option to false to prevent a series from connecting to the global color axis.
setColors(Color...) - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Set colors of items (bars, pie sectors ...) in chart
setColsize(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
The column size - how many X axis units each column in the heatmap should span.
setConfiguration(Configuration) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
Sets the configuration to which this series is linked.
setConfiguration(Configuration) - Method in class com.vaadin.componentfactory.maps.model.Drilldown
Sets the configuration linked to the drilldown series.
setConfiguration(Configuration) - Method in interface com.vaadin.componentfactory.maps.model.Series
Sets the configuration to which this series is linked.
setConfiguration(MapConfiguration) - Method in class com.vaadin.componentfactory.maps.model.Axis
Sets the configuration this axis is bound to.
setContextButton(ContextButton) - Method in class com.vaadin.componentfactory.maps.model.Buttons
Options for the export button.
setContextButtonTitle(String) - Method in class com.vaadin.componentfactory.maps.model.Lang
Exporting module menu.
setCredits(Credits) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Sets/changes the credits label that is added in the lower right corner of the map.
setCredits(Credits) - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Set new style for credits
setCrop(Boolean) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
Whether to hide data labels that are outside the plot area.
setCrop(Boolean) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Whether to hide data labels that are outside the plot area.
setCrosshair(Crosshair) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Configure a crosshair that follows either the mouse pointer or the hovered point.
setCrosshair(Crosshair) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Configure a crosshair that follows either the mouse pointer or the hovered point.
setCtrlKey(boolean) - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Setter for the field ctrlKey.
setCursor(Cursor) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(String) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeriesItem
Sets the cursor CSS attribute to be shown on mouse over
setDashStyle(DashStyle) - Method in class com.vaadin.componentfactory.maps.model.Crosshair
The dash style for the crosshair.
setDashStyle(DashStyle) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
A name for the dash style to use for the map area outline or the map line.
setDashStyle(DashStyle) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
A name for the dash style to use for the map area outline or the map line.
setDashStyle(DashStyle) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
A name for the dash style to use for the map area outline or the map line.
setDashStyle(DashStyle) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
A name for the dash style to use for the map area outline or the map line.
setData(String[], Number[]) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Sets the data entries, first clearing the old ones.
setData(String[], Number[], Color[]) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Sets the data entries, first clearing the old ones.
setData(List<MapDataSeriesItem>) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Sets the data to the provided list of data items.
setDataClassColor(String) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Determines how to set each data class' color if no individual color is set.
setDataClasses(DataClasses) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
An array of data classes or ranges for the choropleth map.
setDataLabels(DataLabels) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeriesItem
Set the label configuration for this item
setDataLabels(DataLabels) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Setter for the field dataLabels.
setDataLabels(DataLabels) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Setter for the field dataLabels.
setDataLabels(DataLabels) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Setter for the field dataLabels.
setDataLabels(DataLabels) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Setter for the field dataLabels.
setDataLabels(DataLabels) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Setter for the field dataLabels.
setDataLabels(DataLabels) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Setter for the field dataLabels.
setDataLabelsDefaults(AbstractDataLabels) - Method in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
setDataLabelsDefaults.
setDataLabelsDefaults(AbstractDataLabels) - Method in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
setDataLabelsDefaults.
setDecimalPoint(String) - Method in class com.vaadin.componentfactory.maps.model.Lang
The default decimal point used in the Highcharts.numberFormat method unless otherwise specified in the function arguments.
setDescribeSingleSeries(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Accessibility
Whether or not to add series descriptions to charts with a single series.
setDisplayNegative(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Whether to display negative sized bubbles.
setDownloadJPEG(String) - Method in class com.vaadin.componentfactory.maps.model.Lang
Exporting module only.
setDownloadPDF(String) - Method in class com.vaadin.componentfactory.maps.model.Lang
Exporting module only.
setDownloadPNG(String) - Method in class com.vaadin.componentfactory.maps.model.Lang
Exporting module only.
setDownloadSVG(String) - Method in class com.vaadin.componentfactory.maps.model.Lang
Exporting module only.
setDrillUpButton(DrillUpButton) - Method in class com.vaadin.componentfactory.maps.model.Drilldown
Options for the drill up button that appears when drilling down on a series.
setDrillUpText(String) - Method in class com.vaadin.componentfactory.maps.model.Lang
The text for the button that appears when drilling down, linking back to the parent series.
setEnableButtons(Boolean) - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Whether to enable navigation buttons.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
Enable or disable the data labels.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Accessibility
Enable accessibility features for the chart.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Whether to enable buttons.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Whether to enable buttons.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Credits
Whether to show the credits text.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Enable or disable the data labels.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Exporting
Whether to enable the exporting module.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Hover
Enable separate styles for the series in different states.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.KeyboardNavigation
Enable keyboard navigation for the chart.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Labels
Enable or disable the axis labels.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Legend
Enable or disable the legend.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.LegendNavigation
Whether to enable the legend navigation.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Whether to enable map navigation.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Select
Enable separate styles for the series in different states.
setEnabled(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Enable or disable the tooltip.
setEnableDoubleClickZoom(Boolean) - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Enables zooming in on an area on double clicking in the map.
setEnableDoubleClickZoomTo(Boolean) - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Whether to zoom in on an area when that area is double clicked.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Enable or disable the mouse tracking for a specific series.
setEnableMouseWheelZoom(Boolean) - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Enables zooming by mouse wheel.
setEnableTouchZoom(Boolean) - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Whether to enable multitouch zooming.
setEndOnTick(Boolean) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Whether to force the axis to end on a tick.
setEndOnTick(Boolean) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Whether to force the axis to end on a tick.
setEndOnTick(Boolean) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Whether to force the axis to end on a tick.
setExporting(Exporting) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Sets the exporting module settings.
setExporting(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Sets whether to enable exporting
setExtremes(Number, Number) - Method in class com.vaadin.componentfactory.maps.model.Axis
Sets the minimum and maximum of the axes after rendering has finished.
setExtremes(Number, Number, boolean) - Method in class com.vaadin.componentfactory.maps.model.Axis
Sets the extremes at runtime.
setExtremes(Number, Number, boolean, boolean) - Method in class com.vaadin.componentfactory.maps.model.Axis
Run-time modification of the axis extremes.
setFallbackToExportServer(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Exporting
Whether or not to fall back to the export server if the offline-exporting module is unable to export the chart on the client side.
setFilename(String) - Method in class com.vaadin.componentfactory.maps.model.Exporting
The filename, without extension, to use for the exported chart.
setFill(Color) - Method in class com.vaadin.componentfactory.maps.model.style.ButtonTheme
Setter for the field fill.
setFillColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Fill color for the map line shapes
setFillColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Fill color for the map line shapes
setFloating(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Legend
When the legend is floating, the plot area ignores it and is allowed to be placed below it.
setFloating(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Subtitle
When the subtitle is floating, the plot area will not move to make space for it.
setFloating(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Title
When the title is floating, the plot area will not move to make space for it.
setFollowPointer(Boolean) - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent.
setFollowPointer(Boolean) - Method in class com.vaadin.componentfactory.maps.model.style.TooltipStyle
Setter for the field followPointer.
setFollowPointer(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent.
setFollowTouchMove(Boolean) - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
Whether the tooltip should follow the finger as it moves on a touch device.
setFollowTouchMove(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Whether the tooltip should follow the finger as it moves on a touch device.
setFontFamily(String) - Method in class com.vaadin.componentfactory.maps.model.style.Style
Sets the font-family CSS attribute.
setFontSize(String) - Method in class com.vaadin.componentfactory.maps.model.style.Style
Sets the font-size CSS attribute.
setFontWeight(FontWeight) - Method in class com.vaadin.componentfactory.maps.model.style.Style
Sets the font-weight CSS attribute.
setFooterFormat(String) - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
A string to append to the tooltip format.
setFooterFormat(String) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
A string to append to the tooltip format.
setFormat(String) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
A format string for the data label.
setFormat(String) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
A format string for the data label.
setFormat(String) - Method in class com.vaadin.componentfactory.maps.model.Labels
A format string for the axis label.
setFormatter(String) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
Callback JavaScript function to format the data label.
setFormatter(String) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Callback JavaScript function to format the data label.
setFormatter(String) - Method in class com.vaadin.componentfactory.maps.model.Labels
setFormatter.
setFormatter(String) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
setFormatter.
setFrom(Number) - Method in class com.vaadin.componentfactory.maps.model.DataClasses
The start of the value range that the data class represents, relating to the point value.
setGridLineColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Axis
Color of the grid lines extending the ticks across the plot area.
setGridLineColor(Color) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Color of the grid lines extending the ticks across the plot area.
setGridLineColor(Color) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Color of the grid lines extending the ticks across the plot area.
setGridLineColor(Color) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Color of the grid lines extending the ticks across the plot area.
setGridLineDashStyle(DashStyle) - Method in class com.vaadin.componentfactory.maps.model.Axis
The dash or dot style of the grid lines.
setGridLineDashStyle(DashStyle) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The dash or dot style of the grid lines.
setGridLineDashStyle(DashStyle) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The dash or dot style of the grid lines.
setGridLineDashStyle(DashStyle) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The dash or dot style of the grid lines.
setGridLineWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Axis
The width of the grid lines extending the ticks across the plot area.
setGridLineWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The width of the grid lines extending the ticks across the plot area.
setGridLineWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The width of the grid lines extending the ticks across the plot area.
setGridLineWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The width of the grid lines extending the ticks across the plot area.
setHeaderFormat(String) - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
The HTML of the tooltip header line.
setHeaderFormat(String) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
The HTML of the tooltip header line.
setHeatmap(PlotOptionsHeatmap) - Method in class com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
Setter for the field heatmap.
setHeight(Number) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Pixel height of the buttons.
setHeight(Number) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
Pixel height of the buttons.
setHeight(Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
An explicit height for the chart.
setHeight(Number) - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
The pixel height of the map navigation buttons.
setHeight(Number) - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
The pixel height of the map navigation buttons.
setHideDelay(Number) - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart.
setHideDelay(Number) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart.
setHideDuration(Number) - Method in class com.vaadin.componentfactory.maps.model.Loading
The duration in milliseconds of the fade out effect.
setHorizontalAlign(HorizontalAlign) - Method in class com.vaadin.componentfactory.maps.model.ButtonPosition
The horizontal alignment of the button.
setHorizontalAlign(HorizontalAlign) - Method in class com.vaadin.componentfactory.maps.model.Position
The horizontal alignment of the credits.
setHover(Hover) - Method in class com.vaadin.componentfactory.maps.model.States
Options for the hovered series
setHref(String) - Method in class com.vaadin.componentfactory.maps.model.Credits
The URL for the credits label.
setHtml(String) - Method in class com.vaadin.componentfactory.maps.model.HTMLLabelItem
Sets the inner HTML or text for the label.
setId(String) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
Sets an id for the series
setId(String) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Sets the ID for the point.
setId(String) - Method in class com.vaadin.componentfactory.maps.model.Axis
An id for the axis.
setId(String) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
An id for the axis.
setId(String) - Method in interface com.vaadin.componentfactory.maps.model.Series
Sets an id for the series
setId(String) - Method in class com.vaadin.componentfactory.maps.model.XAxis
An id for the axis.
setId(String) - Method in class com.vaadin.componentfactory.maps.model.YAxis
An id for the axis.
setInactiveColor(Color) - Method in class com.vaadin.componentfactory.maps.model.LegendNavigation
The color of the inactive up or down arrow in the legend page navigation. .
setItemDistance(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
In a legend with horizontal layout, the itemDistance defines the pixel distance between each item.
setItemHiddenStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.Legend
CSS styles for each legend item when the corresponding series or point is hidden.
setItemHoverStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.Legend
CSS styles for each legend item in hover mode.
setItemMarginBottom(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
The pixel bottom margin for each legend item.
setItemMarginTop(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
The pixel top margin for each legend item.
setItems(HTMLLabelItem...) - Method in class com.vaadin.componentfactory.maps.model.HTMLLabels
Sets the label items
setItemStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.Legend
CSS styles for each legend item.
setItemWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
The width for each legend item.
setJoinBy(String) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
What property to join the mapData to the value data.
setJoinBy(String, String) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
What property to join the mapData to the value data.
setKeyboardNavigation(KeyboardNavigation) - Method in class com.vaadin.componentfactory.maps.model.Accessibility
Options for keyboard navigation.
setLabelFormat(String) - Method in class com.vaadin.componentfactory.maps.model.Legend
A format string for each legend label.
setLabelFormatter(String) - Method in class com.vaadin.componentfactory.maps.model.Legend
setLabelFormatter.
setLabels(HTMLLabels) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Sets HTML labels that can be positioned anywhere in the map area.
setLabels(Labels) - Method in class com.vaadin.componentfactory.maps.model.Axis
The axis labels show the number or category for each tick.
setLabels(Labels) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The axis labels show the number or category for each tick.
setLabels(Labels) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The axis labels show the number or category for each tick.
setLabels(Labels) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The axis labels show the number or category for each tick.
setLabels(Style) - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Set new style of labels
setLabelStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.Loading
CSS styles for the loading label span.
setLang(Lang) - Method in class com.vaadin.componentfactory.maps.MapOptions
Changes the language of all charts.
setLat(Number) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Setter for the field lat.
setLayout(LayoutDirection) - Method in class com.vaadin.componentfactory.maps.model.Legend
The layout of the legend items.
setLeft(String) - Method in class com.vaadin.componentfactory.maps.model.style.Style
Sets the left CSS attribute
setLegend(Legend) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Sets the legend.
setLegend(LegendStyle) - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Set new style legend
setLegendIndex(Number) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Sets the sequential index of the pie slice in the legend.
setLegendIndex(Number) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeriesItem
Sets the sequential index of the pie slice in the legend.
setLineColor(Color) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The color of the line marking the axis itself.
setLineColor(Color) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The color of the line marking the axis itself.
setLineColor(Color) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The color of the line marking the axis itself.
setLineHeight(String) - Method in class com.vaadin.componentfactory.maps.model.style.Style
Sets the line-height CSS attribute
setLineWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The width of the line marking the axis itself.
setLineWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
The width of the map line.
setLineWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
The width of the map line.
setLineWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The width of the line marking the axis itself.
setLineWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The width of the line marking the axis itself.
setLoading(Loading) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Set loading options control the appearance of the loading screen that covers the plot area on map operations.
setLoading(String) - Method in class com.vaadin.componentfactory.maps.model.Lang
The loading text that appears when the chart is set into the loading state following a call to chart.showLoading.
setLon(Number) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Setter for the field lon.
setMap(PlotOptionsMap) - Method in class com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
Setter for the field map.
setMap(String) - Method in class com.vaadin.componentfactory.maps.model.MapModel
Setter for the field map.
setMapbubble(PlotOptionsMapbubble) - Method in class com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
Sets the style options for MapType.MAPBUBBLE charts
setMapData(String) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Setter for the field mapData.
setMapline(PlotOptionsMapline) - Method in class com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
Sets the style options for MapType.MAPLINE charts
setMapNavigation(MapNavigation) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Set options for zooming and panning in a map.
setMappoint(PlotOptionsMappoint) - Method in class com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
Sets the style options for MapType.MAPPOINT charts
setMapText(String) - Method in class com.vaadin.componentfactory.maps.model.Credits
Credits for map source to be concatenated with conventional credit text.
setMapTextFull(String) - Method in class com.vaadin.componentfactory.maps.model.Credits
Detailed credits for map source to be displayed on hover of credits text.
setMargin(Number) - Method in class com.vaadin.componentfactory.maps.model.AxisTitle
The pixel distance between the axis labels and the title.
setMargin(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
If the plot area sized is calculated automatically and the legend is not floating, the legend margin is the space between the legend and the axis labels or plot area.
setMargin(Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
Sets all margins to the same value
setMargin(Number) - Method in class com.vaadin.componentfactory.maps.model.Title
The margin between the title and the plot area, or if a subtitle is present, the margin between the subtitle and the plot area.
setMargin(Number, Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
Sets the vertical margin for top and bottom and the horizontal margin for the right and left margin
setMargin(Number, Number, Number, Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
Set all margins in one call
setMarginBottom(Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The margin between the bottom outer edge of the chart and the plot area.
setMarginLeft(Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The margin between the left outer edge of the chart and the plot area.
setMarginRight(Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The margin between the right outer edge of the chart and the plot area.
setMarginTop(Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The margin between the top outer edge of the chart and the plot area.
setMarker(Marker) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Sets the marker of this data series item
setMarker(Marker) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The triangular marker on a scalar color axis that points to the value of the hovered area.
setMarker(Marker) - Method in class com.vaadin.componentfactory.maps.model.Hover
Setter for the field marker.
setMarker(Marker) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Setter for the field marker.
setMax(Number) - Method in class com.vaadin.componentfactory.maps.model.Axis
The maximum value of the axis.
setMaxColor(Color) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Setter for the field maxColor.
setMaxHeight(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
Maximum pixel height for the legend.
setMaxPadding(Number) - Method in class com.vaadin.componentfactory.maps.model.Axis
Padding of the max value relative to the length of the axis.
setMaxPadding(Number) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Padding of the max value relative to the length of the axis.
setMaxPadding(Number) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Padding of the max value relative to the length of the axis.
setMaxPadding(Number) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Padding of the max value relative to the length of the axis.
setMenuItemHoverStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.Navigation
CSS styles for the hover state of the individual items within the popup menu appearing by default when the export icon is clicked.
setMenuItemStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.Navigation
CSS styles for the individual items within the popup menu appearing by default when the export icon is clicked.
setMenuStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.Navigation
CSS styles for the popup menu appearing by default when the export icon is clicked.
setMetaKey(boolean) - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Setter for the field metaKey.
setMin(Number) - Method in class com.vaadin.componentfactory.maps.model.Axis
The minimum value of the axis.
setMinColor(Color) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The color to represent the minimum of the color axis.
setMinorGridLineColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Axis
Color of the minor, secondary grid lines.
setMinorGridLineColor(Color) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Color of the minor, secondary grid lines.
setMinorGridLineColor(Color) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Color of the minor, secondary grid lines.
setMinorGridLineColor(Color) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Color of the minor, secondary grid lines.
setMinorGridLineDashStyle(DashStyle) - Method in class com.vaadin.componentfactory.maps.model.Axis
The dash or dot style of the minor grid lines.
setMinorGridLineDashStyle(DashStyle) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The dash or dot style of the minor grid lines.
setMinorGridLineDashStyle(DashStyle) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The dash or dot style of the minor grid lines.
setMinorGridLineDashStyle(DashStyle) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The dash or dot style of the minor grid lines.
setMinorGridLineWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Axis
Width of the minor, secondary grid lines.
setMinorGridLineWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Width of the minor, secondary grid lines.
setMinorGridLineWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Width of the minor, secondary grid lines.
setMinorGridLineWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Width of the minor, secondary grid lines.
setMinorTickColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Axis
Color for the minor tick marks.
setMinorTickColor(Color) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Color for the minor tick marks.
setMinorTickColor(Color) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Color for the minor tick marks.
setMinorTickColor(Color) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Color for the minor tick marks.
setMinorTickInterval(String) - Method in class com.vaadin.componentfactory.maps.model.Axis
Tick interval in scale units for the minor ticks.
setMinorTickInterval(String) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Tick interval in scale units for the minor ticks.
setMinorTickInterval(String) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Tick interval in scale units for the minor ticks.
setMinorTickInterval(String) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Tick interval in scale units for the minor ticks.
setMinorTickLength(Number) - Method in class com.vaadin.componentfactory.maps.model.Axis
The pixel length of the minor tick marks.
setMinorTickLength(Number) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The pixel length of the minor tick marks.
setMinorTickLength(Number) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The pixel length of the minor tick marks.
setMinorTickLength(Number) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The pixel length of the minor tick marks.
setMinorTickPosition(TickPosition) - Method in class com.vaadin.componentfactory.maps.model.Axis
The position of the minor tick marks relative to the axis line.
setMinorTickPosition(TickPosition) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The position of the minor tick marks relative to the axis line.
setMinorTickPosition(TickPosition) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The position of the minor tick marks relative to the axis line.
setMinorTickPosition(TickPosition) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The position of the minor tick marks relative to the axis line.
setMinorTickWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Axis
The pixel width of the minor tick mark.
setMinorTickWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The pixel width of the minor tick mark.
setMinorTickWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The pixel width of the minor tick mark.
setMinorTickWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The pixel width of the minor tick mark.
setMinPadding(Number) - Method in class com.vaadin.componentfactory.maps.model.Axis
Padding of the min value relative to the length of the axis.
setMinPadding(Number) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Padding of the min value relative to the length of the axis.
setMinPadding(Number) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Padding of the min value relative to the length of the axis.
setMinPadding(Number) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Padding of the min value relative to the length of the axis.
setMinRange(Number) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The minimum range to display on this axis.
setMinRange(Number) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The minimum range to display on this axis.
setMinTickInterval(Number) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The minimum tick interval allowed in axis values.
setMinTickInterval(Number) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The minimum tick interval allowed in axis values.
setMonths(String[]) - Method in class com.vaadin.componentfactory.maps.model.Lang
An array containing the months names.
setMouseWheelSensitivity(Number) - Method in class com.vaadin.componentfactory.maps.model.MapNavigation
Sensitivity of mouse wheel or trackpad scrolling. 1 is no sensitivity, while with 2, one mousewheel delta will zoom in 50%.
setName(String) - Method in class com.vaadin.componentfactory.maps.events.PointProperties
Setter for the field name.
setName(String) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
Sets the name of the series as shown in the legend, tooltip etc.
setName(String) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Sets the name of the data item as shown in the legend, tooltip, dataLabel etc.
setName(String) - Method in class com.vaadin.componentfactory.maps.model.DataClasses
The name of the data class as it appears in the legend.
setName(String) - Method in interface com.vaadin.componentfactory.maps.model.Series
Sets the name of the series as shown in the legend, tooltip etc.
setNavigation(LegendNavigation) - Method in class com.vaadin.componentfactory.maps.model.Legend
Options for the paging or navigation appearing when the legend is overflown.
setNavigation(Navigation) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Set options for buttons and menus appearing in the exporting module.
setNegativeColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
When a point's Z value is below the zThreshold setting, this color is used.
setNormal(Normal) - Method in class com.vaadin.componentfactory.maps.model.States
Overrides for the normal state
setNullColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
The color to apply to null points.
setNullColor(Color) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
The color to apply to null points.
setNumericSymbols(String[]) - Method in class com.vaadin.componentfactory.maps.model.Lang
Metric prefixes used to shorten high numbers in axis labels.
setObjectMapperInstance(ObjectWriter) - Static method in class com.vaadin.componentfactory.maps.util.ChartSerialization
This method can be used to configure the ObjectMapper object used to serialize configuration objects to client side.
setObjectWriter(ObjectWriter) - Static method in class com.vaadin.componentfactory.maps.util.MapSerialization
This method can be used to configure the ObjectMapper object used to serialize configuration objects to client side.
setOffset(Number) - Method in class com.vaadin.componentfactory.maps.model.AxisTitle
The distance of the axis title from the axis line.
setOffset(Number) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The distance in pixels from the plot area to the axis line.
setOffset(Number) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The distance in pixels from the plot area to the axis line.
setOnTableAnchorClick(String) - Method in class com.vaadin.componentfactory.maps.model.Accessibility
setOnTableAnchorClick.
setOpposite(Boolean) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Whether to display the axis on the opposite side of the normal.
setOpposite(Boolean) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Whether to display the axis on the opposite side of the normal.
setOverflow(String) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
How to handle data labels that flow outside the plot area.
setOverflow(String) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
How to handle data labels that flow outside the plot area.
setOverflow(String) - Method in class com.vaadin.componentfactory.maps.model.Labels
How to handle overflowing labels on horizontal axis.
setPadding(Number) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
When either the borderWidth or the backgroundColor is set, this is the padding within the box.
setPadding(Number) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
When either the borderWidth or the backgroundColor is set, this is the padding within the box.
setPadding(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
The inner padding of the legend box.
setPlotBackgroundColor(Color) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The background color or gradient for the plot area.
setPlotBackgroundColor(Color) - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Sets the background color of the plot area.
setPlotBackgroundImage(String) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The URL for an image to use as the plot background.
setPlotBackgroundImage(String) - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Sets the background of the plot to an image specified by the provided URL.
setPlotBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The color of the inner chart or plot area border.
setPlotBorderColor(Color) - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Sets the color of the outer chart border.
setPlotBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The pixel width of the plot area border.
setPlotBorderWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Sets the pixel width of the plot area border.
setPlotOptions(AbstractPlotOptions) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
Sets the plot options for this specific series.
setPlotOptions(AbstractPlotOptions) - Method in interface com.vaadin.componentfactory.maps.model.Series
Sets the plot options for this specific series.
setPlotOptions(AbstractPlotOptions...) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Sets component-wide default plot options.
setPlotOptions(PlotOptionsStyle) - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Set new style of plot
setPlotShadow(Boolean) - Method in class com.vaadin.componentfactory.maps.model.MapModel
Whether to apply a drop shadow to the plot area.
setPlotShadow(Boolean) - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Sets whether to apply a drop shadow to the plot area.
setPointDateFormat(String) - Method in class com.vaadin.componentfactory.maps.model.Accessibility
Date format to use for points on datetime axes when describing them to screen reader users.
setPointDateFormatter(String) - Method in class com.vaadin.componentfactory.maps.model.Accessibility
setPointDateFormatter.
setPointDescriptionFormatter(String) - Method in class com.vaadin.componentfactory.maps.model.Accessibility
setPointDescriptionFormatter.
setPointFormat(String) - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
The HTML of the point's line in the tooltip.
setPointFormat(String) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
The HTML of the point's line in the tooltip.
setPointFormatter(String) - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
setPointFormatter.
setPointFormatter(String) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
setPointFormatter.
setPointId(String) - Method in class com.vaadin.componentfactory.maps.events.DrilldownEvent
Setter for the field pointId.
setPosition(float) - Method in class com.vaadin.componentfactory.maps.model.Stop
Setter for the field position.
setPosition(ButtonPosition) - Method in class com.vaadin.componentfactory.maps.model.DrillUpButton
Positioning options for the button within the DrillUpButton.setRelativeTo(DrillUpButtonRelativeTo) box.
setPosition(Position) - Method in class com.vaadin.componentfactory.maps.model.Credits
Position configuration for the credits label.
setPosition(Position) - Method in class com.vaadin.componentfactory.maps.model.ResetZoomButton
The position of the button.
setPosition(StylePosition) - Method in class com.vaadin.componentfactory.maps.model.style.Style
Sets the position CSS attribute
setPositioner(String) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
setPositioner.
setPrintChart(String) - Method in class com.vaadin.componentfactory.maps.model.Lang
Exporting module only.
setPrintMaxWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Exporting
When printing the chart from the menu item in the burger menu, if the on-screen chart exceeds this width, it is resized.
setReflow(Boolean) - Method in class com.vaadin.componentfactory.maps.model.MapModel
Whether to reflow the chart to fit the width of the container div on resizing the window.
setRelativeTo(DrillUpButtonRelativeTo) - Method in class com.vaadin.componentfactory.maps.model.DrillUpButton
What box to align the button to.
setRelativeTo(ResetZoomButtonRelativeTo) - Method in class com.vaadin.componentfactory.maps.model.ResetZoomButton
What frame the button should be placed related to.
setResetZoom(String) - Method in class com.vaadin.componentfactory.maps.model.Lang
The text for the label appearing when a chart is zoomed.
setResetZoomButton(ResetZoomButton) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The button that appears after a selection zoom, allowing the user to reset zoom.
setResetZoomTitle(String) - Method in class com.vaadin.componentfactory.maps.model.Lang
The tooltip title for the label appearing when a chart is zoomed.
setReversed(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Axis
Whether to reverse the axis so that the highest number is closest to the origin.
setReversed(Boolean) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Whether to reverse the axis so that the highest number is closest to the origin.
setReversed(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Legend
Whether to reverse the order of the legend items compared to the order of the series or data classes as defined in the configuration object.
setReversed(Boolean) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Whether to reverse the axis so that the highest number is closest to the origin.
setReversed(Boolean) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Whether to reverse the axis so that the highest number is closest to the origin.
setRotation(Number) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
Text rotation in degrees.
setRotation(Number) - Method in class com.vaadin.componentfactory.maps.model.AxisTitle
The rotation of the text in degrees. 0 is horizontal, 270 is vertical reading from bottom to top.
setRotation(Number) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Text rotation in degrees.
setRotation(Number) - Method in class com.vaadin.componentfactory.maps.model.Labels
Setter for the field rotation.
setRotation(String) - Method in class com.vaadin.componentfactory.maps.model.Labels
Setter for the field rotation.
setRotationPerpendicular() - Method in class com.vaadin.componentfactory.maps.model.Labels
setRotationPerpendicular.
setRowsize(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
The row size - how many Y axis units each heatmap row should span.
setRtl(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Legend
Whether to show the symbol on the right side of the text rather than the left side.
setScale(Number) - Method in class com.vaadin.componentfactory.maps.model.Exporting
Defines the scale or zoom factor for the exported image compared to the on-screen display.
setScreenReaderSectionFormatter(String) - Method in class com.vaadin.componentfactory.maps.model.Accessibility
setScreenReaderSectionFormatter.
setScreenX(int) - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Setter for the field screenX.
setScreenY(int) - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Setter for the field screenY.
setSelect(Select) - Method in class com.vaadin.componentfactory.maps.model.States
Specific options for point in selected states, after being selected by allowPointSelect or programmatically.
setSelected(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Whether to select the series initially.
setSelectionMarkerFill(Color) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The background color of the marker square when selecting (zooming in on) an area of the chart.
setSeries(PlotOptionsSeries) - Method in class com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
Setter for the field series.
setSeries(Series...) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Setter for the field series.
setSeries(List<Series>) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Sets the actual series to append to the map.
setSeriesDescriptionFormatter(String) - Method in class com.vaadin.componentfactory.maps.model.Accessibility
setSeriesDescriptionFormatter.
setShadow(Boolean) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
The shadow of the box.
setShadow(Boolean) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
The shadow of the box.
setShadow(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Legend
Whether to apply a drop shadow to the legend.
setShadow(Boolean) - Method in class com.vaadin.componentfactory.maps.model.MapModel
Whether to apply a drop shadow to the outer chart area.
setShadow(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Whether to apply a drop shadow to the shapes.
setShadow(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Whether to apply a drop shadow to the shapes.
setShadow(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Whether to apply a drop shadow to the shapes.
setShadow(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Whether to apply a drop shadow to the shapes.
setShadow(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Whether to apply a drop shadow to the shapes.
setShadow(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Whether to apply a drop shadow to the shapes.
setShadow(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Whether to apply a drop shadow to the tooltip.
setShape(Shape) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
The name of a symbol to use for the border around the label.
setShape(Shape) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
The name of a symbol to use for the border around the label.
setShiftKey(boolean) - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Setter for the field shiftKey.
setShortMonths(String[]) - Method in class com.vaadin.componentfactory.maps.model.Lang
An array containing the months names in abbreviated form.
setShortWeekdays(String[]) - Method in class com.vaadin.componentfactory.maps.model.Lang
Short week days, starting Sunday.
setShowCheckbox(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
If true, and the series has a unique legend item, a checkbox is displayed next to the legend item to allow selecting the series.
setShowDuration(Number) - Method in class com.vaadin.componentfactory.maps.model.Loading
The duration in milliseconds of the fade in effect.
setShowEmpty(Boolean) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Whether to show the axis line and title when the axis has no data.
setShowEmpty(Boolean) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Whether to show the axis line and title when the axis has no data.
setShowFirstLabel(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Axis
Whether to show the first tick label.
setShowFirstLabel(Boolean) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Whether to show the first tick label.
setShowFirstLabel(Boolean) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Whether to show the first tick label.
setShowFirstLabel(Boolean) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Whether to show the first tick label.
setShowInLegend(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Whether to display this particular series or series type in the legend.
setShowLastLabel(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Axis
Whether to show the last tick label.
setShowLastLabel(Boolean) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Whether to show the last tick label.
setShowLastLabel(Boolean) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Whether to show the last tick label.
setShowLastLabel(Boolean) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Whether to show the last tick label.
setSizeBy(String) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Whether the bubble's value should be represented by the area or the width of the bubble.
setSizeByAbsoluteValue(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
When this is true, the absolute value of z determines the size of the bubble.
setSkipNullPoints(Boolean) - Method in class com.vaadin.componentfactory.maps.model.KeyboardNavigation
Skip null points when navigating through points with the keyboard.
setSnap(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Crosshair
Whether the crosshair should snap to the point or follow the pointer independent of points.
setSourceHeight(Number) - Method in class com.vaadin.componentfactory.maps.model.Exporting
Analogous to sourceWidth
setSourceWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Exporting
The width of the original chart when exported, unless an explicit chart.width is set.
setSpacing(Number[]) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The distance between the outer edge of the chart and the content, like title and legend.
setSpacingBottom(Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The space between the bottom edge of the chart and the content (plot area, title, subtitle or legend in top position).
setSpacingLeft(Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The space between the left edge of the chart and the content (plot area,title, subtitle or legend in top position).
setSpacingRight(Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The space between the right edge of the chart and the content (plot area, title, subtitle or legend in top position).
setSpacingTop(Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The space between the top edge of the chart and the content (plot area, title, subtitle or legend in top position).
setStaggerLines(Number) - Method in class com.vaadin.componentfactory.maps.model.Labels
Horizontal axes only.
setStartOnTick(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Axis
Whether to force the axis to start on a tick.
setStartOnTick(Boolean) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Whether to force the axis to start on a tick.
setStartOnTick(Boolean) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Whether to force the axis to start on a tick.
setStartOnTick(Boolean) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Whether to force the axis to start on a tick.
setStates(States) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
A wrapper object for all the series options in specific states.
setStep(Number) - Method in class com.vaadin.componentfactory.maps.model.Labels
To show only every n'th label on the axis, set the step to n.
setStickyTracking(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Sticky tracking of mouse events.
setStops(Stop...) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Setter for the field stops.
setStroke(Color) - Method in class com.vaadin.componentfactory.maps.model.style.ButtonTheme
Setter for the field stroke.
setStrokeWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.style.ButtonTheme
Setter for the field strokeWidth.
setStyle(CSSObject) - Method in class com.vaadin.componentfactory.maps.model.Subtitle
Setter for the field style.
setStyle(CSSObject) - Method in class com.vaadin.componentfactory.maps.model.Title
Setter for the field style.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
Styles for the label.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.AxisTitle
CSS styles for the title.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Text styles for the map navigation buttons.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.Credits
CSS styles for the credits label.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Styles for the label.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.HTMLLabelItem
Sets the CSS style for the label.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.HTMLLabels
Sets the CSS style shared for all the labels.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.Labels
CSS styles for the label.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.LegendNavigation
Text styles for the legend page navigation.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.LegendTitle
Generic CSS styles for the legend title.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.Loading
CSS styles for the loading screen that covers the plot area.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.MapModel
Additional CSS styles to apply inline to the container div.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.style.ButtonTheme
Setter for the field style.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.style.ChartStyle
Sets additional CSS styles to apply inline to the container div.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.style.StyleWrapper
Set the style object
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.style.TooltipStyle
Sets the style attributes for tooltips
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
CSS styles for the tooltip.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
Text styles for the map navigation buttons.
setStyle(Style) - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
Text styles for the map navigation buttons.
setStyledMode(Boolean) - Method in class com.vaadin.componentfactory.maps.model.MapModel
Whether to apply styled mode.
setSubtitle(Style) - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Set style of Chart subtitle
setSubTitle(Subtitle) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Sets the map's subtitle
setSubTitle(String) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Sets the subtitle to the given text
setSymbol(String) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
The symbol for the button.
setSymbolFill(Color) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
Fill color for the symbol within the button.
setSymbolFill(Color) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
See navigation.buttonOptions => symbolFill.
setSymbolHeight(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
The pixel height of the legend item symbol.
setSymbolPadding(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
The pixel padding between the legend item symbol and the legend item text.
setSymbolRadius(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
The border radius of the symbol for series types that use a rectangle in the legend.
setSymbolSize(Number) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
The pixel size of the symbol on the button.
setSymbolSize(Number) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
The pixel size of the symbol on the button.
setSymbolStroke(Color) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
The color of the symbol's stroke or line.
setSymbolStroke(Color) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
The color of the symbol's stroke or line.
setSymbolStrokeWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
The pixel stroke width of the symbol on the button.
setSymbolStrokeWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
The pixel stroke width of the symbol on the button.
setSymbolWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
The pixel width of the legend item symbol.
setSymbolX(Number) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
The x position of the center of the symbol inside the button.
setSymbolX(Number) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
The x position of the center of the symbol inside the button.
setSymbolY(Number) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
The y position of the center of the symbol inside the button.
setSymbolY(Number) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
The y position of the center of the symbol inside the button.
setTabThroughChartElements(Boolean) - Method in class com.vaadin.componentfactory.maps.model.KeyboardNavigation
Enable tab navigation for points.
setText(String) - Method in class com.vaadin.componentfactory.maps.model.AxisTitle
The actual text of the axis title.
setText(String) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
A text string to add to the individual button.
setText(String) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
A text string to add to the individual button.
setText(String) - Method in class com.vaadin.componentfactory.maps.model.Credits
The text for the credits label.
setText(String) - Method in class com.vaadin.componentfactory.maps.model.LegendTitle
A text or HTML string for the title.
setText(String) - Method in class com.vaadin.componentfactory.maps.model.Subtitle
The subtitle of the map.
setText(String) - Method in class com.vaadin.componentfactory.maps.model.Title
The title of the chart.
setText(String) - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
The text for the button.
setText(String) - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
The text for the button.
setTextShadow(String) - Method in class com.vaadin.componentfactory.maps.model.style.Style
Sets the textShadow CSS attribute
setTheme(ButtonTheme) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
A configuration object for the button theme.
setTheme(ButtonTheme) - Method in class com.vaadin.componentfactory.maps.model.DrillUpButton
A collection of attributes for the button.
setTheme(ButtonTheme) - Method in class com.vaadin.componentfactory.maps.model.ResetZoomButton
A collection of attributes for the button.
setTheme(ButtonTheme) - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
A configuration object for the button theme.
setTheme(ButtonTheme) - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
A configuration object for the button theme.
setTheme(Theme) - Method in class com.vaadin.componentfactory.maps.MapOptions
Sets the theme to use.
setThousandsSep(String) - Method in class com.vaadin.componentfactory.maps.model.Lang
The default thousands separator used in the Highcharts.numberFormat method unless otherwise specified in the function arguments.
setTickColor(Color) - Method in class com.vaadin.componentfactory.maps.model.Axis
Color for the main tick marks.
setTickColor(Color) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
Color for the main tick marks.
setTickColor(Color) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Color for the main tick marks.
setTickColor(Color) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Color for the main tick marks.
setTickInterval(Number) - Method in class com.vaadin.componentfactory.maps.model.Axis
The interval of the tick marks in axis units.
setTickInterval(Number) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The interval of the tick marks in axis units.
setTickInterval(Number) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The interval of the tick marks in axis units.
setTickInterval(Number) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The interval of the tick marks in axis units.
setTickLength(Number) - Method in class com.vaadin.componentfactory.maps.model.Axis
The pixel length of the main tick marks.
setTickLength(Number) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The pixel length of the main tick marks.
setTickLength(Number) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The pixel length of the main tick marks.
setTickLength(Number) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The pixel length of the main tick marks.
setTickPixelInterval(Number) - Method in class com.vaadin.componentfactory.maps.model.Axis
If tickInterval is null this option sets the approximate pixel interval of the tick marks.
setTickPixelInterval(Number) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
If tickInterval is null this option sets the approximate pixel interval of the tick marks.
setTickPixelInterval(Number) - Method in class com.vaadin.componentfactory.maps.model.XAxis
If tickInterval is null this option sets the approximate pixel interval of the tick marks.
setTickPixelInterval(Number) - Method in class com.vaadin.componentfactory.maps.model.YAxis
If tickInterval is null this option sets the approximate pixel interval of the tick marks.
setTickPosition(TickPosition) - Method in class com.vaadin.componentfactory.maps.model.Axis
The position of the major tick marks relative to the axis line.
setTickPosition(TickPosition) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The position of the major tick marks relative to the axis line.
setTickPosition(TickPosition) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The position of the major tick marks relative to the axis line.
setTickPosition(TickPosition) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The position of the major tick marks relative to the axis line.
setTickPositions(Number[]) - Method in class com.vaadin.componentfactory.maps.model.Axis
An array defining where the ticks are laid out on the axis.
setTickPositions(Number[]) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
An array defining where the ticks are laid out on the axis.
setTickPositions(Number[]) - Method in class com.vaadin.componentfactory.maps.model.XAxis
An array defining where the ticks are laid out on the axis.
setTickPositions(Number[]) - Method in class com.vaadin.componentfactory.maps.model.YAxis
An array defining where the ticks are laid out on the axis.
setTickWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Axis
The pixel width of the major tick marks.
setTickWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The pixel width of the major tick marks.
setTickWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The pixel width of the major tick marks.
setTickWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The pixel width of the major tick marks.
setTitle(AxisTitle) - Method in class com.vaadin.componentfactory.maps.model.XAxis
The axis title.
setTitle(AxisTitle) - Method in class com.vaadin.componentfactory.maps.model.YAxis
The axis title.
setTitle(LegendTitle) - Method in class com.vaadin.componentfactory.maps.model.Legend
A title to be added on top of the legend.
setTitle(Style) - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Set style of Chart title
setTitle(Title) - Method in class com.vaadin.componentfactory.maps.model.Configuration
The main title of the map.
setTitle(String) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Sets the new map's main title to the given string
setTitle(String) - Method in class com.vaadin.componentfactory.maps.model.XAxis
Setter for the field title.
setTitle(String) - Method in class com.vaadin.componentfactory.maps.model.YAxis
Setter for the field title.
setTo(Number) - Method in class com.vaadin.componentfactory.maps.model.DataClasses
The end of the value range that the data class represents, relating to the point value.
setTooltip(SeriesTooltip) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
A configuration object for the tooltip rendering of each single series.
setTooltip(TooltipStyle) - Method in class com.vaadin.componentfactory.maps.model.style.Theme
Set new style of tooltips
setTooltip(Tooltip) - Method in class com.vaadin.componentfactory.maps.model.Configuration
Sets the options for the tooltip that appears when the user hovers over a series or point.
setTop(String) - Method in class com.vaadin.componentfactory.maps.model.style.Style
Sets the top CSS attribute
setType(MapType) - Method in class com.vaadin.componentfactory.maps.model.MapModel
The default series type for the chart.
setType(String) - Method in class com.vaadin.componentfactory.maps.model.ColorAxis
The type of interpolation to use for the color axis.
setType(String) - Method in class com.vaadin.componentfactory.maps.model.Exporting
Default MIME type for exporting if chart.exportChart() is called without specifying a type option.
setUrl(String) - Method in class com.vaadin.componentfactory.maps.model.Exporting
The URL for the server module converting the SVG string to an image format.
setUseHTML(Boolean) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
Whether to use HTML to render the labels.
setUseHTML(Boolean) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
Whether to use HTML to render the labels.
setUseHTML(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Labels
Whether to use HTML to render the labels.
setUseHTML(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Legend
Whether to use HTML to render the legend item texts.
setUseHTML(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Subtitle
Whether to use HTML to render the text.
setUseHTML(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Title
Whether to use HTML to render the text.
setUseHTML(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
Use HTML to render the contents of the tooltip instead of SVG.
setUseUTC(Boolean) - Method in class com.vaadin.componentfactory.maps.model.Global
Whether to use UTC time for axis scaling, tickmark placement and time display in Highcharts.dateFormat.
setValue(Number) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Setter for the field value.
setValueDecimals(Number) - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
How many decimals to show in each series' value.
setValueDecimals(Number) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
How many decimals to show in each series' value.
setValuePrefix(String) - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
A string to prepend to each series' value.
setValuePrefix(String) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
A string to prepend to each series' value.
setValueSuffix(String) - Method in class com.vaadin.componentfactory.maps.model.SeriesTooltip
A string to append to each series' value.
setValueSuffix(String) - Method in class com.vaadin.componentfactory.maps.model.Tooltip
A string to append to each series' value.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.componentfactory.maps.model.AbstractDataLabels
The vertical alignment of a data label.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
The vertical alignment of the buttons.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.componentfactory.maps.model.ButtonPosition
Sets the vertical alignment of the button.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
The vertical alignment of the buttons.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
The vertical alignment of a data label.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.componentfactory.maps.model.Legend
The vertical alignment of the legend box.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.componentfactory.maps.model.Position
Sets the vertical alignment of the credits.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.componentfactory.maps.model.Subtitle
The vertical alignment of the title.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.componentfactory.maps.model.Title
The vertical alignment of the title.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
The vertical alignment of the buttons.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
The vertical alignment of the buttons.
setVisibilityTogglingDisabled(boolean) - Method in class com.vaadin.componentfactory.maps.Map
The series or point visibility is toggled by default if user clicks the legend item that corresponds to the series or point.
setVisible(Boolean) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
Control the visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Set the initial visibility of the series.
setVisible(Boolean, boolean) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
Control the visibility of the series.
setVMLRadialGradientURL(String) - Method in class com.vaadin.componentfactory.maps.model.Global
Path to the pattern image required by VML browsers in order to draw radial gradients.
setWeekdays(String[]) - Method in class com.vaadin.componentfactory.maps.model.Lang
An array containing the weekday names.
setWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
The pixel width of the button.
setWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
The pixel width of the button.
setWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Crosshair
The pixel width of the crosshair.
setWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Exporting
The pixel width of charts exported to PNG or JPG.
setWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
The width of the legend box.
setWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.MapModel
An explicit width for the chart.
setWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.style.ButtonTheme
Setter for the field width.
setWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
The width of the map navigation buttons.
setWidth(Number) - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
The width of the map navigation buttons.
setWidthAdjust(Number) - Method in class com.vaadin.componentfactory.maps.model.Subtitle
Adjustment made to the subtitle width, normally to reserve space for the exporting burger menu.
setWidthAdjust(Number) - Method in class com.vaadin.componentfactory.maps.model.Title
Adjustment made to the title width, normally to reserve space for the exporting burger menu.
setX(Number) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Setter for the field x.
setX(Number) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
The X offset of the buttons relative to its align setting.
setX(Number) - Method in class com.vaadin.componentfactory.maps.model.ButtonPosition
The X position of the button.
setX(Number) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
The horizontal position of the button relative to the align option.
setX(Number) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
The x position offset of the label relative to the point.
setX(Number) - Method in class com.vaadin.componentfactory.maps.model.Labels
The x position offset of the label relative to the tick position on the axis.
setX(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
The x offset of the legend relative to its horizontal alignment align within chart.spacingLeft and chart.spacingRight.
setX(Number) - Method in class com.vaadin.componentfactory.maps.model.Position
The X position of the credits.
setX(Number) - Method in class com.vaadin.componentfactory.maps.model.Subtitle
The x position of the subtitle relative to the alignment within chart.spacingLeft and chart.spacingRight.
setX(Number) - Method in class com.vaadin.componentfactory.maps.model.Title
The x position of the title relative to the alignment within chart.spacingLeft and chart.spacingRight.
setX(Number) - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
The X offset of the buttons relative to its align setting.
setX(Number) - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
The X offset of the buttons relative to its align setting.
setxAxis(Integer) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
When using dual or multiple X-axes, this number defines which X-axis the particular series is connected to.
setxValue(double) - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Setter for the field xValue.
setY(Number) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
Setter for the field y.
setY(Number) - Method in class com.vaadin.componentfactory.maps.model.ButtonOptions
The vertical offset of the button's position relative to its verticalAlign. .
setY(Number) - Method in class com.vaadin.componentfactory.maps.model.ButtonPosition
The Y position of the button.
setY(Number) - Method in class com.vaadin.componentfactory.maps.model.ContextButton
The vertical offset of the button's position relative to its verticalAlign. .
setY(Number) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
The y position offset of the label relative to the point.
setY(Number) - Method in class com.vaadin.componentfactory.maps.model.Labels
The y position offset of the label relative to the tick position on the axis.
setY(Number) - Method in class com.vaadin.componentfactory.maps.model.Legend
The vertical offset of the legend relative to it's vertical alignment verticalAlign within chart.spacingTop and chart.spacingBottom.
setY(Number) - Method in class com.vaadin.componentfactory.maps.model.Position
The Y position of the credits.
setY(Number) - Method in class com.vaadin.componentfactory.maps.model.Subtitle
The y position of the subtitle relative to the alignment within chart.spacingTop and chart.spacingBottom.
setY(Number) - Method in class com.vaadin.componentfactory.maps.model.Title
The y position of the title relative to the alignment within chart.spacingTop and chart.spacingBottom.
setY(Number) - Method in class com.vaadin.componentfactory.maps.model.ZoomIn
The position of the zoomIn button relative to the vertical alignment.
setY(Number) - Method in class com.vaadin.componentfactory.maps.model.ZoomOut
The position of the zoomOut button relative to the vertical alignment.
setyAxis(YAxis) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
* When using dual or multiple Y-axes, this number defines which Y-axis the particular series is connected to.
setyAxis(Integer) - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
When using dual or multiple Y-axes, this number defines which Y-axis the particular series is connected to.
setyValue(double) - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
Setter for the field yValue.
setZ(Number) - Method in class com.vaadin.componentfactory.maps.model.BubblemapDataSeriesItem
Sets the z value of the point.
setZIndex(Number) - Method in class com.vaadin.componentfactory.maps.model.Crosshair
The Z index of the crosshair.
setZIndex(Number) - Method in class com.vaadin.componentfactory.maps.model.DataLabels
The Z index of the data labels.
setZIndex(Number) - Method in class com.vaadin.componentfactory.maps.model.Labels
The Z index for the axis labels.
setZIndex(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
Define the z index of the series.
setZIndex(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMap
Define the z index of the series.
setZIndex(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
Define the z index of the series.
setZIndex(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
Define the z index of the series.
setZIndex(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
Define the z index of the series.
setZIndex(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
Define the z index of the series.
setZMax(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
The minimum for the Z value range.
setZMin(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
The minimum for the Z value range.
setZoomIn(ZoomIn) - Method in class com.vaadin.componentfactory.maps.model.Lang
The title appearing on hovering the zoom in button.
setZoomIn(ZoomIn) - Method in class com.vaadin.componentfactory.maps.model.MapNavigationButtons
Options for the zoom in button.
setZoomOut(ZoomOut) - Method in class com.vaadin.componentfactory.maps.model.Lang
The title appearing on hovering the zoom out button.
setZoomOut(ZoomOut) - Method in class com.vaadin.componentfactory.maps.model.MapNavigationButtons
Options for the zoom out button.
setZThreshold(Number) - Method in class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
When displayNegative is false, bubbles with lower Z values are skipped.
Shape - Enum Class in com.vaadin.componentfactory.maps.model
The name of a symbol to use for the border around the DataLabels or Tooltip.
SHORTDASH - Enum constant in enum class com.vaadin.componentfactory.maps.model.DashStyle
 
SHORTDASHDOT - Enum constant in enum class com.vaadin.componentfactory.maps.model.DashStyle
 
SHORTDASHDOTDOT - Enum constant in enum class com.vaadin.componentfactory.maps.model.DashStyle
 
SHORTDOT - Enum constant in enum class com.vaadin.componentfactory.maps.model.DashStyle
 
SIENNA - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant SIENNA
SILVER - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant SILVER
size() - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
size.
SKYBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant SKYBLUE
SLATEBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant SLATEBLUE
SLATEGRAY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant SLATEGRAY
SLATEGREY - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant SLATEGREY
SNOW - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant SNOW
SOLID - Enum constant in enum class com.vaadin.componentfactory.maps.model.DashStyle
 
SolidColor - Class in com.vaadin.componentfactory.maps.model.style
SolidColor class.
SolidColor(int, int, int) - Constructor for class com.vaadin.componentfactory.maps.model.style.SolidColor
Constructs a color from RGB values
SolidColor(int, int, int, double) - Constructor for class com.vaadin.componentfactory.maps.model.style.SolidColor
Constructs a color from RGBA values
SolidColor(String) - Constructor for class com.vaadin.componentfactory.maps.model.style.SolidColor
Constructs a new color from a hex value like "#ff0000" for red.
SolidColorSerializer - Class in com.vaadin.componentfactory.maps.model.serializers
Serializer for SolidColor
SolidColorSerializer() - Constructor for class com.vaadin.componentfactory.maps.model.serializers.SolidColorSerializer
 
SPACINGBOX - Enum constant in enum class com.vaadin.componentfactory.maps.model.DrillUpButtonRelativeTo
 
SPRINGGREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant SPRINGGREEN
SQUARE - Enum constant in enum class com.vaadin.componentfactory.maps.model.Shape
 
States - Class in com.vaadin.componentfactory.maps.model
A wrapper object for all the series options in specific states.
States() - Constructor for class com.vaadin.componentfactory.maps.model.States
Constructor for States.
STEELBLUE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant STEELBLUE
Stop - Class in com.vaadin.componentfactory.maps.model
Stop class.
Stop(float, Color) - Constructor for class com.vaadin.componentfactory.maps.model.Stop
Constructor for Stop.
StopSerializer - Class in com.vaadin.componentfactory.maps.model.serializers
Serializer for Stop
StopSerializer() - Constructor for class com.vaadin.componentfactory.maps.model.serializers.StopSerializer
 
Style - Class in com.vaadin.componentfactory.maps.model.style
Style class.
Style() - Constructor for class com.vaadin.componentfactory.maps.model.style.Style
 
StylePosition - Enum Class in com.vaadin.componentfactory.maps.model.style
CSS position attribute, ABSOLUTE or RELATIVE
StyleWrapper - Class in com.vaadin.componentfactory.maps.model.style
Helper class when JSON structure needs object with just style field
StyleWrapper() - Constructor for class com.vaadin.componentfactory.maps.model.style.StyleWrapper
 
Subtitle - Class in com.vaadin.componentfactory.maps.model
The map's subtitle
Subtitle() - Constructor for class com.vaadin.componentfactory.maps.model.Subtitle
Constructor for Subtitle.
Subtitle(String) - Constructor for class com.vaadin.componentfactory.maps.model.Subtitle
Constructor for Subtitle.
SUBTITLE_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant SUBTITLE_COLOR
SUBTITLE_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant SUBTITLE_COLOR

T

TAN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant TAN
TEAL - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant TEAL
TEXT_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant TEXT_COLOR
TEXT_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant TEXT_COLOR
Theme - Class in com.vaadin.componentfactory.maps.model.style
Theme class.
Theme() - Constructor for class com.vaadin.componentfactory.maps.model.style.Theme
 
THISTLE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant THISTLE
TickPosition - Enum Class in com.vaadin.componentfactory.maps.model
The position of the tick marks relative to the axis line.
Title - Class in com.vaadin.componentfactory.maps.model
The chart's main title.
Title() - Constructor for class com.vaadin.componentfactory.maps.model.Title
Constructor for Title.
Title(String) - Constructor for class com.vaadin.componentfactory.maps.model.Title
Constructor for Title.
TITLE_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant TITLE_COLOR
TITLE_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant TITLE_COLOR
TitleBeanSerializer - Class in com.vaadin.componentfactory.maps.model.serializers
Serializer for Title
TitleBeanSerializer() - Constructor for class com.vaadin.componentfactory.maps.model.serializers.TitleBeanSerializer
 
toJSON(AbstractConfigurationObject) - Static method in class com.vaadin.componentfactory.maps.util.ChartSerialization
 
toJSON(AbstractConfigurationObject) - Static method in class com.vaadin.componentfactory.maps.util.MapSerialization
toJSON.
TOMATO - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant TOMATO
Tooltip - Class in com.vaadin.componentfactory.maps.model
Options for the tooltip that appears when the user hovers over a series or point.
Tooltip() - Constructor for class com.vaadin.componentfactory.maps.model.Tooltip
Constructor for Tooltip.
Tooltip(Boolean) - Constructor for class com.vaadin.componentfactory.maps.model.Tooltip
Constructor for Tooltip.
TOOLTIP_BACKGROUND_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant TOOLTIP_BACKGROUND_COLOR
TOOLTIP_BACKGROUND_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant TOOLTIP_BACKGROUND_COLOR
TOOLTIP_TEXT_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant TOOLTIP_TEXT_COLOR
TOOLTIP_TEXT_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant TOOLTIP_TEXT_COLOR
TooltipStyle - Class in com.vaadin.componentfactory.maps.model.style
Style options for tooltips
TooltipStyle() - Constructor for class com.vaadin.componentfactory.maps.model.style.TooltipStyle
 
TOP - Enum constant in enum class com.vaadin.componentfactory.maps.model.VerticalAlign
 
toString() - Method in class com.vaadin.componentfactory.maps.events.MouseEventDetails
toString() - Method in enum class com.vaadin.componentfactory.maps.model.Cursor
toString() - Method in enum class com.vaadin.componentfactory.maps.model.DashStyle
toString() - Method in enum class com.vaadin.componentfactory.maps.model.DrillUpButtonRelativeTo
toString() - Method in enum class com.vaadin.componentfactory.maps.model.HorizontalAlign
toString() - Method in enum class com.vaadin.componentfactory.maps.model.LayoutDirection
toString() - Method in class com.vaadin.componentfactory.maps.model.MapType
toString() - Method in enum class com.vaadin.componentfactory.maps.model.ResetZoomButtonRelativeTo
toString() - Method in enum class com.vaadin.componentfactory.maps.model.Shape
toString() - Method in enum class com.vaadin.componentfactory.maps.model.style.FontWeight
toString() - Method in class com.vaadin.componentfactory.maps.model.style.SolidColor
toString() - Method in enum class com.vaadin.componentfactory.maps.model.style.StylePosition
toString() - Method in enum class com.vaadin.componentfactory.maps.model.TickPosition
toString() - Method in enum class com.vaadin.componentfactory.maps.model.VerticalAlign
TRANSPARENT_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
Constant TRANSPARENT_COLOR
TRANSPARENT_COLOR - Static variable in class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
Constant TRANSPARENT_COLOR
TRIANGLE - Enum constant in enum class com.vaadin.componentfactory.maps.model.Shape
 
TRIANGLE_DOWN - Enum constant in enum class com.vaadin.componentfactory.maps.model.Shape
 
TURQUOISE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant TURQUOISE

U

unwrappingSerializer(NameTransformer) - Method in class com.vaadin.componentfactory.maps.model.serializers.BeanSerializerDelegator
update(MapDataSeriesItem) - Method in class com.vaadin.componentfactory.maps.model.MapDataSeries
Triggers an update of the map for the specified data item.
updateSeries() - Method in class com.vaadin.componentfactory.maps.model.AbstractSeries
updateSeries.

V

valueOf(String) - Static method in enum class com.vaadin.componentfactory.maps.events.MouseEventDetails.MouseButton
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.componentfactory.maps.model.AxisDimension
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.componentfactory.maps.model.Cursor
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.componentfactory.maps.model.DashStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.componentfactory.maps.model.DrillUpButtonRelativeTo
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.componentfactory.maps.model.HorizontalAlign
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.componentfactory.maps.model.LayoutDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.componentfactory.maps.model.ResetZoomButtonRelativeTo
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.componentfactory.maps.model.Shape
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.componentfactory.maps.model.style.FontWeight
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.componentfactory.maps.model.style.StylePosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.componentfactory.maps.model.TickPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.componentfactory.maps.model.VerticalAlign
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.componentfactory.maps.events.MouseEventDetails.MouseButton
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.componentfactory.maps.model.AxisDimension
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.componentfactory.maps.model.Cursor
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.componentfactory.maps.model.DashStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.componentfactory.maps.model.DrillUpButtonRelativeTo
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.componentfactory.maps.model.HorizontalAlign
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.componentfactory.maps.model.LayoutDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.componentfactory.maps.model.ResetZoomButtonRelativeTo
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.componentfactory.maps.model.Shape
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.componentfactory.maps.model.style.FontWeight
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.componentfactory.maps.model.style.StylePosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.componentfactory.maps.model.TickPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.componentfactory.maps.model.VerticalAlign
Returns an array containing the constants of this enum class, in the order they are declared.
VERTICAL - Enum constant in enum class com.vaadin.componentfactory.maps.model.LayoutDirection
 
VerticalAlign - Enum Class in com.vaadin.componentfactory.maps.model
Alignment of the title relative to the axis values and more generically vertical alignment.
VIOLET - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant VIOLET

W

WHEAT - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant WHEAT
WHITE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant WHITE
WHITESMOKE - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant WHITESMOKE
withByNameInclusion(Set<String>, Set<String>) - Method in class com.vaadin.componentfactory.maps.model.serializers.BeanSerializerDelegator
withFilterId(Object) - Method in class com.vaadin.componentfactory.maps.model.serializers.BeanSerializerDelegator
withObjectIdWriter(ObjectIdWriter) - Method in class com.vaadin.componentfactory.maps.model.serializers.BeanSerializerDelegator
withProperties(BeanPropertyWriter[], BeanPropertyWriter[]) - Method in class com.vaadin.componentfactory.maps.model.serializers.BeanSerializerDelegator

X

X_AXIS - Enum constant in enum class com.vaadin.componentfactory.maps.model.AxisDimension
 
XAxesExtremesSetEvent - Class in com.vaadin.componentfactory.maps.events
The XAxesExtremesSetEvent class stores data for set extremes events on the x axes of the chart.
XAxesExtremesSetEvent(Map, boolean, double, double, int) - Constructor for class com.vaadin.componentfactory.maps.events.XAxesExtremesSetEvent
Constructor for XAxesExtremesSetEvent.
XAxis - Class in com.vaadin.componentfactory.maps.model
The X axis.
XAxis() - Constructor for class com.vaadin.componentfactory.maps.model.XAxis
Constructor for XAxis.

Y

Y_AXIS - Enum constant in enum class com.vaadin.componentfactory.maps.model.AxisDimension
 
YAxesExtremesSetEvent - Class in com.vaadin.componentfactory.maps.events
The YAxesExtremesSetEvent class stores data for set extremes events on the y axes of the chart.
YAxesExtremesSetEvent(Map, boolean, double, double, int) - Constructor for class com.vaadin.componentfactory.maps.events.YAxesExtremesSetEvent
Constructor for YAxesExtremesSetEvent.
YAxis - Class in com.vaadin.componentfactory.maps.model
The Y axis.
YAxis() - Constructor for class com.vaadin.componentfactory.maps.model.YAxis
Constructor for YAxis.
YELLOW - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant YELLOW
YELLOWGREEN - Static variable in class com.vaadin.componentfactory.maps.model.style.SolidColor
Constant YELLOWGREEN

Z

ZoomIn - Class in com.vaadin.componentfactory.maps.model
Options for the zoom in button.
ZoomIn() - Constructor for class com.vaadin.componentfactory.maps.model.ZoomIn
Constructor for ZoomIn.
ZoomIn(String) - Constructor for class com.vaadin.componentfactory.maps.model.ZoomIn
Constructor for ZoomIn.
ZoomOut - Class in com.vaadin.componentfactory.maps.model
Options for the zoom out button.
ZoomOut() - Constructor for class com.vaadin.componentfactory.maps.model.ZoomOut
Constructor for ZoomOut.
ZoomOut(String) - Constructor for class com.vaadin.componentfactory.maps.model.ZoomOut
Constructor for ZoomOut.
A B C D E F G H I K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form