Class XYPlotFactory
- java.lang.Object
-
- com.xpn.xwiki.plugin.charts.plots.XYPlotFactory
-
public class XYPlotFactory extends Object
This class is not used directly but through area, bar and line (there is a sort of dynamic inheritance here)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jfree.chart.plot.Plot
create(DataSource dataSource, org.jfree.chart.renderer.xy.XYItemRenderer renderer, ChartParams params)
static XYPlotFactory
getInstance()
-
-
-
Method Detail
-
getInstance
public static XYPlotFactory getInstance()
-
create
public org.jfree.chart.plot.Plot create(DataSource dataSource, org.jfree.chart.renderer.xy.XYItemRenderer renderer, ChartParams params) throws GenerateException, DataSourceException
- Throws:
GenerateException
DataSourceException
-
-