public interface ChartServiceManager extends ServiceManager
ChartServices.ChartService,
ChartServiceManager| Modifier and Type | Method and Description |
|---|---|
ChartManager |
getChartManager()
Gets the
ChartManager to manipulate ChartService |
List<ChartService> |
getChartServices()
This method returns all the registered
ChartServices |
void |
registerService(ChartService service)
It registers a new
ChartService provider to the library |
void |
setChartManager(ChartManager chartManager)
It return the manager that has all the method to create and
manipulate a
ChartService |
addServiceFactory, createService, createServiceParametersvoid registerService(ChartService service)
ChartService provider to the library{@link - ChartService} to registerList<ChartService> getChartServices()
ChartServicesChartServices availablevoid setChartManager(ChartManager chartManager)
ChartService{@link - ChartManager}ChartManager getChartManager()
ChartManager to manipulate ChartService