Package | Description |
---|---|
org.apache.qpid.disttest.charting.chartbuilder | |
org.apache.qpid.disttest.charting.definition | |
org.apache.qpid.disttest.charting.seriesbuilder |
Modifier and Type | Method and Description |
---|---|
void |
SeriesPainter.applySeriesAppearance(org.jfree.chart.JFreeChart chart,
List<SeriesDefinition> seriesDefinitions,
SeriesStrokeAndPaintApplier strokeAndPaintApplier) |
Modifier and Type | Method and Description |
---|---|
List<SeriesDefinition> |
SeriesDefinitionCreator.createFromProperties(Properties properties) |
List<SeriesDefinition> |
ChartingDefinition.getSeriesDefinitions() |
Constructor and Description |
---|
ChartingDefinition(String chartStemName,
ChartType chartType,
String chartTitle,
String chartSubtitle,
String chartDescription,
String xaxisTitle,
String yaxisTitle,
List<SeriesDefinition> seriesDefinitions) |
Modifier and Type | Method and Description |
---|---|
void |
DatasetHolder.addDataPointToSeries(SeriesDefinition seriesDefinition,
SeriesRow row) |
void |
DatasetHolder.beginSeries(SeriesDefinition seriesDefinition) |
void |
DatasetHolder.endSeries(SeriesDefinition seriesDefinition) |
String |
JdbcUrlGenerator.getJdbcUrl(SeriesDefinition seriesDefinition)
Returns either the provided value (
JdbcUrlGenerator._providedJdbdUrl )
or a CSV JDBC URL pointing at getSeriesDirectory() value. |
Modifier and Type | Method and Description |
---|---|
org.jfree.data.general.Dataset |
SeriesBuilder.build(List<SeriesDefinition> seriesDefinitions)
Uses the supplied
SeriesDefinition s to read the series data
and pass it to the dataset holder set up in SeriesBuilder.setDatasetHolder(DatasetHolder) . |
org.jfree.data.general.Dataset |
JdbcSeriesBuilder.build(List<SeriesDefinition> seriesDefinitions) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.