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

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

public class LinePlotFactory
extends java.lang.Object
implements PlotFactory


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

Field Detail

uniqueInstance

private static LinePlotFactory uniqueInstance
Constructor Detail

LinePlotFactory

private LinePlotFactory()
Method Detail

getInstance

public static LinePlotFactory 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