| Package | Description |
|---|---|
| org.apache.qpid.disttest.charting | |
| org.apache.qpid.disttest.charting.chartbuilder | |
| org.apache.qpid.disttest.charting.definition |
| Modifier and Type | Method and Description |
|---|---|
static ChartType |
ChartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartType[] |
ChartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ChartBuilder |
ChartBuilderFactory.createChartBuilder(ChartType chartType,
SeriesBuilder seriesBuilder) |
| Modifier and Type | Method and Description |
|---|---|
ChartType |
ChartingDefinition.getChartType() |
| Constructor and Description |
|---|
ChartingDefinition(String chartStemName,
ChartType chartType,
String chartTitle,
String chartSubtitle,
String chartDescription,
String xaxisTitle,
String yaxisTitle,
List<SeriesDefinition> seriesDefinitions) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.