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