public interface ChartVisualizationService
| 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
|
java.util.List<AbstractChart.MolgenisChartType> getCapabilities()
java.lang.Object renderChart(AbstractChart chart, org.springframework.ui.Model model)
chart - , the chart to rendermodel - , the Spring controller modelCopyright © 2014. All Rights Reserved.