| 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(java.lang.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 |
|---|---|
java.util.List<AbstractChart.MolgenisChartType> |
ChartVisualizationService.getCapabilities()
Gets the chart types this service can render
|
java.util.List<AbstractChart.MolgenisChartType> |
AbstractChartVisualizationService.getCapabilities() |
| 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(java.util.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 © 2014. All Rights Reserved.