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

java.lang.Object
  extended by com.xpn.xwiki.plugin.charts.plots.TimePlotFactory
All Implemented Interfaces:
PlotFactory

public class TimePlotFactory
extends java.lang.Object
implements PlotFactory


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

Field Detail

uniqueInstance

private static TimePlotFactory uniqueInstance
Constructor Detail

TimePlotFactory

private TimePlotFactory()
Method Detail

getInstance

public static TimePlotFactory getInstance()

create

public org.jfree.chart.plot.Plot create(DataSource dataSource,
                                        ChartParams params)
                                 throws GenerateException,
                                        DataSourceException
Specified by:
create in interface PlotFactory
Throws:
GenerateException
DataSourceException


Copyright 2003 Ludovic Dubost