public abstract class AbstractChartVisualizationService extends Object implements ChartVisualizationService
| Constructor and Description |
|---|
AbstractChartVisualizationService(List<AbstractChart.MolgenisChartType> chartTypes) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractChart.MolgenisChartType> |
getCapabilities()
Gets the chart types this service can render
|
Object |
renderChart(AbstractChart chart,
org.springframework.ui.Model model)
Renders the chart
|
protected abstract Object |
renderChartInternal(AbstractChart chart,
org.springframework.ui.Model model) |
public AbstractChartVisualizationService(List<AbstractChart.MolgenisChartType> chartTypes)
public List<AbstractChart.MolgenisChartType> getCapabilities()
ChartVisualizationServicegetCapabilities in interface ChartVisualizationServicepublic Object renderChart(AbstractChart chart, org.springframework.ui.Model model)
ChartVisualizationServicerenderChart in interface ChartVisualizationServicechart - , the chart to rendermodel - , the Spring controller modelprotected abstract Object renderChartInternal(AbstractChart chart, org.springframework.ui.Model model)
Copyright © 2014. All Rights Reserved.