Interface PluginContainer
- 
- All Known Implementing Classes:
- ChartPointer,- ColorSchemes,- Crosshair,- DatasetsItemsSelector,- HtmlLegend
 
 public interface PluginContainerThis interface is defining the a container ofPlugininstance.
 This is implemented in order to avoid to expose the public methods of plugin interface to the users.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadPlugin(PluginsEnvelop<Plugin> envelop)Loads the plugin to the envelop in order to pass it without exposing the methods.
 
- 
- 
- 
Method Detail- 
loadPluginvoid 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.
 
 
- 
 
-