public abstract class AbstractChartSwingServicePanelManager extends 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 String |
getClassName() |
GroupedCharts |
getGroupedCharts() |
void |
setGroupedChart(GroupedCharts groupedChart) |
public GroupedCharts groupedCharts
public AbstractChartSwingServicePanelManager()
public abstract String getClassName()
getClassName
in interface ChartSwingServicePanelManager
public abstract ChartServiceTypeDefinition getChartServiceTypePanel()
getChartServiceTypePanel
in interface ChartSwingServicePanelManager
public abstract ChartServiceDataDefinition getChartServiceDataPanel()
getChartServiceDataPanel
in interface ChartSwingServicePanelManager
public abstract ChartServiceFormatDefinition getChartServiceFormatPanel()
getChartServiceFormatPanel
in interface ChartSwingServicePanelManager
public GroupedCharts getGroupedCharts()
getGroupedCharts
in interface ChartSwingServicePanelManager
public void setGroupedChart(GroupedCharts groupedChart)
setGroupedChart
in interface ChartSwingServicePanelManager