public abstract class XYDataSetBasedChartBuilder extends BaseChartBuilder
PLOT_ORIENTATION, SHOW_LEGEND, SHOW_TOOL_TIPS, SHOW_URLS
Constructor and Description |
---|
XYDataSetBasedChartBuilder(SeriesBuilder seriesBuilder) |
Modifier and Type | Method and Description |
---|---|
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 |
buildChart, createChartImpl
public XYDataSetBasedChartBuilder(SeriesBuilder seriesBuilder)
protected DatasetHolder newDatasetHolder()
BaseChartBuilder
BaseChartBuilder.createChartImpl(String, String, String, Dataset, PlotOrientation, boolean, boolean, boolean)
.newDatasetHolder
in class BaseChartBuilder
protected SeriesStrokeAndPaintApplier newStrokeAndPaintApplier()
BaseChartBuilder
SeriesStrokeAndPaintApplier
that will be used to format a chartnewStrokeAndPaintApplier
in class BaseChartBuilder
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.