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
ChartService s |
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, getServiceFactories
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addServiceFactory, createService, createServiceParameters
protected String getRegistryKey()
getRegistryKey
in class AbstractServiceManager
protected String getRegistryDescription()
getRegistryDescription
in class AbstractServiceManager
public void registerService(ChartService service)
ChartServiceManager
ChartService
provider to the libraryregisterService
in interface ChartServiceManager
public List<ChartService> getChartServices()
ChartServiceManager
ChartService
sgetChartServices
in interface ChartServiceManager
ChartService
s availablepublic void setChartManager(ChartManager chartManager)
ChartServiceManager
ChartService
setChartManager
in interface ChartServiceManager
public ChartManager getChartManager()
ChartServiceManager
ChartManager
to manipulate ChartService
getChartManager
in interface ChartServiceManager