public class StatisticalBarChartBuilder extends BaseChartBuilder
PLOT_ORIENTATION, SHOW_LEGEND, SHOW_TOOL_TIPS, SHOW_URLS| Constructor and Description |
|---|
StatisticalBarChartBuilder(SeriesBuilder seriesBuilder) |
| Modifier and Type | Method and Description |
|---|---|
org.jfree.chart.JFreeChart |
createChartImpl(String title,
String xAxisTitle,
String yAxisTitle,
org.jfree.data.general.Dataset dataset,
org.jfree.chart.plot.PlotOrientation plotOrientation,
boolean showLegend,
boolean showToolTips,
boolean showUrls)
Create a chart with the supplied parameters.
|
protected DatasetHolder |
newDatasetHolder()
return a holder of an empty dataset suitable for use with the chart type
returned by
BaseChartBuilder.createChartImpl(String, String, String, Dataset, PlotOrientation, boolean, boolean, boolean). |
protected SeriesStrokeAndPaintApplier |
newStrokeAndPaintApplier()
Create a
SeriesStrokeAndPaintApplier that will be used to format a chart |
buildChartpublic StatisticalBarChartBuilder(SeriesBuilder seriesBuilder)
protected DatasetHolder newDatasetHolder()
BaseChartBuilderBaseChartBuilder.createChartImpl(String, String, String, Dataset, PlotOrientation, boolean, boolean, boolean).newDatasetHolder in class BaseChartBuilderprotected SeriesStrokeAndPaintApplier newStrokeAndPaintApplier()
BaseChartBuilderSeriesStrokeAndPaintApplier that will be used to format a chartnewStrokeAndPaintApplier in class BaseChartBuilderpublic org.jfree.chart.JFreeChart createChartImpl(String title, String xAxisTitle, String yAxisTitle, org.jfree.data.general.Dataset dataset, org.jfree.chart.plot.PlotOrientation plotOrientation, boolean showLegend, boolean showToolTips, boolean showUrls)
BaseChartBuilderChartFactory's factory methods.createChartImpl in class BaseChartBuilderCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.