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

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

public class BarPlotFactory
extends java.lang.Object
implements PlotFactory


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

Field Detail

uniqueInstance

private static BarPlotFactory uniqueInstance
Constructor Detail

BarPlotFactory

private BarPlotFactory()
Method Detail

getInstance

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