| Package | Description |
|---|---|
| org.molgenis.charts | |
| org.molgenis.charts.highcharts.convert |
| Modifier and Type | Method and Description |
|---|---|
List<BoxPlotSerie> |
BoxPlotChart.getBoxPlotSeries() |
| Modifier and Type | Method and Description |
|---|---|
void |
BoxPlotChart.addBoxPlotSerie(BoxPlotSerie boxPlotSerie) |
| Modifier and Type | Method and Description |
|---|---|
void |
BoxPlotChart.setBoxPlotSeries(List<BoxPlotSerie> boxPlotSeries) |
| Modifier and Type | Method and Description |
|---|---|
Series |
HighchartSeriesUtil.parseBoxPlotSerieToSeries(BoxPlotSerie boxPlotSerie)
Parse the boxPlotSerie to a Series object computable with the Highcharts box plot series standard
|
| Modifier and Type | Method and Description |
|---|---|
List<Series> |
HighchartSeriesUtil.parseToBoxPlotSeriesList(List<BoxPlotSerie> boxPlotSeries)
Parse the boxPlotSeries objects list to a Series objects list.
|
Copyright © 2016. All Rights Reserved.