public class XYLineChartBuilder extends XYDataSetBasedChartBuilder
PLOT_ORIENTATION, SHOW_LEGEND, SHOW_TOOL_TIPS, SHOW_URLS
Constructor and Description |
---|
XYLineChartBuilder(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.
|
newDatasetHolder, newStrokeAndPaintApplier
buildChart
public XYLineChartBuilder(SeriesBuilder seriesBuilder)
public 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)
BaseChartBuilder
ChartFactory
's factory methods.createChartImpl
in class BaseChartBuilder
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.