Interface PluginContainer
-
- All Known Implementing Classes:
ChartBackgroundColor
,ChartPointer
,ColorSchemes
,Crosshair
,DatasetsItemsSelector
,HtmlLegend
public interface PluginContainer
This interface is defining the a container ofPlugin
instance.
This is implemented in order to avoid to expose the public methods of plugin interface to the users.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadPlugin(PluginsEnvelop<Plugin> envelop)
Loads the plugin to the envelop in order to pass it without exposing the methods.
-
-
-
Method Detail
-
loadPlugin
void loadPlugin(PluginsEnvelop<Plugin> envelop)
Loads the plugin to the envelop in order to pass it without exposing the methods.- Parameters:
envelop
- envelop where the plugin instance must be stored.
-
-