Package com.vaadin.componentfactory.maps.model


package com.vaadin.componentfactory.maps.model
  • Class
    Description
    Abstract base class for model classes to be serialized to JSON.
    Abstract AbstractDataLabels class.
    Abstract AbstractPlotOptions class.
    Abstract base class for series
    AbstractSeriesItem class.
    Options for configuring accessibility for the chart.
    Abstract Axis class.
    Possible axis dimensions with their indexes in client-side
    AxisList<T extends Axis>
    Alternative AxisContainer to allow multiple axes
    The axis title.
    The BubblemapDataSeriesItem class represents a single entry in a MapDataSeries.
    A collection of options for buttons appearing in the exporting module.
    Positioning options for DrillUpButton
    Options for the export related buttons, print and export.
    A color axis for choropleth mapping.
    Map's configuration root object containing all the child objects that are used to configure map, axes, legend, titles etc.
    Options for the export button.
    Highchart by default puts a credits label in the lower right corner of the chart.
    Configure a crosshair that follows either the mouse pointer or the hovered point.
    CSSObject class.
    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.
    Dash styles used to render lines.
    An array of data classes or ranges for the choropleth map.
    DataLabels class.
    Options for drill down, the concept of inspecting increasingly high resolution data through clicking on chart items like columns or pie slices.
    Options for the drill up button that appears when drilling down on a series.
    What box to align the button to.
    Options for the exporting module.
    Global options that don't apply to each chart.
    Alignment of the title relative to the axis values and more generically horizontal alignment.
    Options for the hovered series
    HTMLLabelItem class.
    HTMLLabels class.
    Options for keyboard navigation.
    The axis labels show the number or category for each tick.
    Language object.
    The layout of the legend items.
    The legend is a box containing explanations for the different elements of a chart.
    Options for the paging or navigation appearing when the legend is overflown.
    A title to be added on top of the legend.
    The loading options control the appearance of the loading screen that covers the plot area on chart operations.
    MapConfiguration interface.
    MapDataSeries class.
    The MapDataSeriesItem class represents a single entry in a MapDataSeries.
    Interface shared by all enum classes of the vaadin charts.
    Options regarding the chart area and plot area as well as general chart options.
    A collection of options for zooming and panning in a map.
    MapNavigationButtons class.
    The default series type for the chart.
    The triangular marker on a scalar color axis that points to the value of the hovered area.
    A collection of options for buttons and menus appearing in the exporting module.
    Overrides for the normal state
    The heatmap series type, a special case of a choropleth map where each point is a square colored to signify a value.
    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.
    A bubble series is a three dimensional series type where each point renders an X, Y and Z value.
    Mapline series represent paths or lines in a map, all features that don't have an area.
    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.
    General options for all series types.
    Position configuration for the credits label.
    The button that appears after a selection zoom, allowing the user to reset zoom.
    What frame the button should be placed related to.
    Specific options for point in selected states, after being selected by allowPointSelect or programmatically.
    Series interface for all kinds of Series
    A configuration object for the tooltip rendering of each single series.
    The name of a symbol to use for the border around the DataLabels or Tooltip.
    A wrapper object for all the series options in specific states.
    Stop class.
    The map's subtitle
    The position of the tick marks relative to the axis line.
    The chart's main title.
    Options for the tooltip that appears when the user hovers over a series or point.
    Alignment of the title relative to the axis values and more generically vertical alignment.
    The X axis.
    The Y axis.
    Options for the zoom in button.
    Options for the zoom out button.