Package org.pepstock.charba.client.geo
Class ChoroplethElements
- java.lang.Object
-
- org.pepstock.charba.client.configuration.Elements
-
- org.pepstock.charba.client.geo.ChoroplethElements
-
public final class ChoroplethElements extends Elements
ExtendsElements
provided by CHART.JS in order to add theChoroplethBar
element to be configured for GEO charts.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IsChart
getChart()
Returns the chart instanceChoroplethBar
getChoroplethBar()
Returns the choropleth bar element.protected ExtendedOptions
getConfiguration()
Returns the configuration element.protected ConfigurationOptions
getOptions()
Returns the configuration options.
-
-
-
Method Detail
-
getChoroplethBar
public ChoroplethBar getChoroplethBar()
Returns the choropleth bar element.- Returns:
- the choropleth bar 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
-
-