public interface ChartServiceManager extends ServiceManager
ChartService
s.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
ChartService s |
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, createServiceParameters
void registerService(ChartService service)
ChartService
provider to the library{@link
- ChartService} to registerList<ChartService> getChartServices()
ChartService
sChartService
s availablevoid setChartManager(ChartManager chartManager)
ChartService
{@link
- ChartManager}ChartManager getChartManager()
ChartManager
to manipulate ChartService