public abstract class AbstractChartSwingServicePanelManager extends java.lang.Object implements ChartSwingServicePanelManager
| Modifier and Type | Field and Description |
|---|---|
GroupedCharts |
groupedCharts |
| Constructor and Description |
|---|
AbstractChartSwingServicePanelManager() |
| Modifier and Type | Method and Description |
|---|---|
abstract ChartServiceDataDefinition |
getChartServiceDataPanel() |
abstract ChartServiceFormatDefinition |
getChartServiceFormatPanel() |
abstract ChartServiceTypeDefinition |
getChartServiceTypePanel() |
abstract java.lang.String |
getClassName() |
GroupedCharts |
getGroupedCharts() |
void |
setGroupedChart(GroupedCharts groupedChart) |
public GroupedCharts groupedCharts
public AbstractChartSwingServicePanelManager()
public abstract java.lang.String getClassName()
getClassName in interface ChartSwingServicePanelManagerpublic abstract ChartServiceTypeDefinition getChartServiceTypePanel()
getChartServiceTypePanel in interface ChartSwingServicePanelManagerpublic abstract ChartServiceDataDefinition getChartServiceDataPanel()
getChartServiceDataPanel in interface ChartSwingServicePanelManagerpublic abstract ChartServiceFormatDefinition getChartServiceFormatPanel()
getChartServiceFormatPanel in interface ChartSwingServicePanelManagerpublic GroupedCharts getGroupedCharts()
getGroupedCharts in interface ChartSwingServicePanelManagerpublic void setGroupedChart(GroupedCharts groupedChart)
setGroupedChart in interface ChartSwingServicePanelManager