public class DefaultChartServiceManager extends AbstractServiceManager implements ChartServiceManager
| Constructor and Description |
|---|
DefaultChartServiceManager() |
| Modifier and Type | Method and Description |
|---|---|
ChartManager |
getChartManager()
Gets the
ChartManager to manipulate ChartService |
List<ChartService> |
getChartServices()
This method returns all the registered
ChartServices |
protected String |
getRegistryDescription() |
protected String |
getRegistryKey() |
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, getName, getServiceFactoriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddServiceFactory, createService, createServiceParametersprotected String getRegistryKey()
getRegistryKey in class AbstractServiceManagerprotected String getRegistryDescription()
getRegistryDescription in class AbstractServiceManagerpublic void registerService(ChartService service)
ChartServiceManagerChartService provider to the libraryregisterService in interface ChartServiceManagerpublic List<ChartService> getChartServices()
ChartServiceManagerChartServicesgetChartServices in interface ChartServiceManagerChartServices availablepublic void setChartManager(ChartManager chartManager)
ChartServiceManagerChartServicesetChartManager in interface ChartServiceManagerpublic ChartManager getChartManager()
ChartServiceManagerChartManager to manipulate ChartServicegetChartManager in interface ChartServiceManager