| Package | Description |
|---|---|
| org.molgenis.charts | |
| org.molgenis.charts.charttypes | |
| org.molgenis.charts.highcharts.basic |
| Modifier and Type | Method and Description |
|---|---|
AbstractChart.MolgenisChartType |
AbstractChart.getType() |
static AbstractChart.MolgenisChartType |
AbstractChart.MolgenisChartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractChart.MolgenisChartType[] |
AbstractChart.MolgenisChartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractChart.MolgenisChartType> |
AbstractChartVisualizationService.getCapabilities() |
List<AbstractChart.MolgenisChartType> |
ChartVisualizationService.getCapabilities()
Gets the chart types this service can render
|
| Modifier and Type | Method and Description |
|---|---|
ChartVisualizationService |
ChartVisualizationServiceFactory.getVisualizationService(AbstractChart.MolgenisChartType chartType)
Gets a visualizationservice for a charttype
Throws MolgenisChartException if no service can be found for this charttype
|
void |
AbstractChart.setType(AbstractChart.MolgenisChartType type) |
| Constructor and Description |
|---|
AbstractChartVisualizationService(List<AbstractChart.MolgenisChartType> chartTypes) |
| Constructor and Description |
|---|
DataMatrixChart(AbstractChart.MolgenisChartType type,
DataMatrix data) |
| Modifier and Type | Method and Description |
|---|---|
static ChartType |
ChartType.getChartType(AbstractChart.MolgenisChartType molgenisChartType) |
Copyright © 2015. All Rights Reserved.