com.xpn.xwiki.plugin.charts.plots
Class XYPlotFactory

java.lang.Object
  extended by com.xpn.xwiki.plugin.charts.plots.XYPlotFactory

public class XYPlotFactory
extends java.lang.Object


Field Summary
private static XYPlotFactory uniqueInstance
           
 
Constructor Summary
private XYPlotFactory()
           
 
Method Summary
 org.jfree.chart.plot.Plot create(DataSource dataSource, org.jfree.chart.renderer.xy.XYItemRenderer renderer, ChartParams params)
           
static XYPlotFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uniqueInstance

private static XYPlotFactory uniqueInstance
Constructor Detail

XYPlotFactory

private XYPlotFactory()
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


Copyright 2003 Ludovic Dubost