Package org.pepstock.charba.client
Interface ConfigurationElement
-
- All Known Implementing Classes:
AbstractPieOptions
,BarOptions
,BubbleMapOptions
,BubbleOptions
,ChoroplethOptions
,ConfigurationOptions
,Data
,DoughnutOptions
,GaugeOptions
,HorizontalBarOptions
,LineOptions
,MatrixOptions
,MeterOptions
,PieOptions
,Plugins
,PolarAreaOptions
,RadarOptions
,SankeyOptions
,ScalesOptions
,ScatterOptions
,StackedOptions
,TimeSeriesBarOptions
,TimeSeriesLineOptions
,TreeMapOptions
,VerticalLineOptions
public interface ConfigurationElement
Interface which allows an object to be called to set a native object in the chart configuration.
The chart configuration are items options, data and plugins.- Author:
- Andrea "Stock" Stocchero
- See Also:
Configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
load(IsChart chart, Configuration configuration)
Called to enable to load in the a configuration object the specific configuration item (by native object).
-
-
-
Method Detail
-
load
void load(IsChart chart, Configuration configuration)
Called to enable to load in the a configuration object the specific configuration item (by native object).- Parameters:
chart
- chart instanceconfiguration
- chart configuration instance
-
-