public class DefaultChartSwingManager extends Object implements ChartSwingManager
ChartSwingManager.| Constructor and Description |
|---|
DefaultChartSwingManager() |
public ChartServiceManager getServiceManager()
ChartSwingManagerChartManager.getServiceManager in interface ChartSwingManagerChartManagerChartManager}public String getTranslation(String key)
ChartSwingManagergetTranslation in interface ChartSwingManagerkey - String to translatepublic void registerWindowManager(WindowManager windowManager)
ChartSwingManagerregisterWindowManager in interface ChartSwingManagerwindowManager - ChartWindowManager to register in the
ScriptingUIManager.ExporttoWindowManagerpublic WindowManager getWindowManager()
ChartSwingManagerExporttoWindowManager.getWindowManager in interface ChartSwingManagerExporttoWindowManagerExporttoWindowManager}public DynObject createServiceParameters(String serviceName) throws ServiceException
ManagercreateServiceParameters in interface ManagerserviceName - the name of the service whose parameters have to be createdServiceException - if there is not any service registered with the given namepublic Service getService(DynObject parameters) throws ServiceException
ManagerService based on the given parameters.getService in interface Managerparameters - of the Service to createServiceServiceException - if there is an error creating the Service, or the parameters
are not validpublic ChartSwingTimeNavigator createPanelTimeNavigator(ChartProperties props)
createPanelTimeNavigator in interface ChartSwingManagerpublic ChartSwingDashboard createPanelDashboard(ChartProperties props)
createPanelDashboard in interface ChartSwingManagerpublic ChartEditor createChartEditor(ChartService chart)
ChartSwingManagercreateChartEditor in interface ChartSwingManagerChartEditor in JFreeChartpublic ViewChartPanel createViewChartPanel(GroupedCharts overlay)
createViewChartPanel in interface ChartSwingManagerpublic ViewChartPanel createViewChartPanel(ChartService service)
createViewChartPanel in interface ChartSwingManagerpublic DefaultEditorGroupedChartPanel createEditorChartPanel(GroupedCharts overlay)
createEditorChartPanel in interface ChartSwingManagerpublic DefaultEditorChartServicePanel createEditorChartPanel(int index, GroupedCharts grouped)
createEditorChartPanel in interface ChartSwingManagerpublic DefaultEditorChartServicePanel createNewChartPanel(GroupedCharts grouped)
createNewChartPanel in interface ChartSwingManagerpublic DefaultEditorChartServicePanel createNewChartPanel()
createNewChartPanel in interface ChartSwingManagerpublic EditorChartPropertiesPanel createEditorChartPropertiesPanel(ChartService service, GroupedCharts overlay)
createEditorChartPropertiesPanel in interface ChartSwingManager