public interface ChartManager extends Manager
ChartService
s library.
It is the library's main entry point, and provides all the services to manage
ChartService
s.ChartService
,
GroupedCharts
,
ChartProperties
,
ChartServiceManager
Modifier and Type | Method and Description |
---|---|
ChartService |
createChart(ChartProperties properties)
Create an instance of a
ChartService . |
ChartDataSet |
createChartDataSet()
It creates a new instance of
ChartDataSet . |
GroupedCharts |
createGroupedCharts()
Create an instance of a
ChartService to be used as a GroupedCharts . |
ChartProperties |
createProperties(String type)
Create an instance of a
ChartProperties . |
ChartServiceManager |
getChartServiceManager()
It returns the class responsible of the management of the services registered
(each service is a different kind of chart)
|
String |
getTranslation(String string) |
createServiceParameters, getService
ChartProperties createProperties(String type) throws ServiceException
ChartProperties
.The
- ID of the type of the ChartProperties
to createChartProperties
ServiceException
- if there is an error creating the ChartProperties
ChartService createChart(ChartProperties properties) throws ServiceException
ChartService
.The
- ChartProperties
of the ChartService
to createChartService
ServiceException
- if there is an error creating the ChartService
GroupedCharts createGroupedCharts()
ChartService
to be used as a GroupedCharts
.GroupedCharts
ChartServiceManager getChartServiceManager()
ChartServiceManager
ChartDataSet createChartDataSet()
ChartDataSet
.ChartDataSet