Package org.pepstock.charba.client.geo
Class BubbleMapElements
- java.lang.Object
-
- org.pepstock.charba.client.configuration.Elements
-
- org.pepstock.charba.client.geo.BubbleMapElements
-
public final class BubbleMapElements extends Elements
ExtendsElementsprovided by CHART.JS in order to add theBubbleMapPointelement to be configured for GEO charts.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BubbleMapPointgetBubbleMapPoint()Returns the bubble map point element.IsChartgetChart()Returns the chart instanceprotected ExtendedOptionsgetConfiguration()Returns the configuration element.protected ConfigurationOptionsgetOptions()Returns the configuration options.
-
-
-
Method Detail
-
getBubbleMapPoint
public BubbleMapPoint getBubbleMapPoint()
Returns the bubble map point element.- Returns:
- the bubble map point element
-
getOptions
protected final ConfigurationOptions getOptions()
Returns the configuration options.- Returns:
- the configuration options.
-
getConfiguration
protected final ExtendedOptions getConfiguration()
Returns the configuration element.- Returns:
- the configuration element.
-
getChart
public final IsChart getChart()
Returns the chart instance- Returns:
- the chart
-
-