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

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

public class PiePlotFactory
extends java.lang.Object
implements PlotFactory


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

Field Detail

uniqueInstance

private static PiePlotFactory uniqueInstance
Constructor Detail

PiePlotFactory

private PiePlotFactory()
Method Detail

getInstance

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