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

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

public class CategoryPlotFactory
extends java.lang.Object


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

Field Detail

uniqueInstance

private static CategoryPlotFactory uniqueInstance
Constructor Detail

CategoryPlotFactory

private CategoryPlotFactory()
Method Detail

getInstance

public static CategoryPlotFactory getInstance()

create

public org.jfree.chart.plot.Plot create(DataSource dataSource,
                                        org.jfree.chart.renderer.category.CategoryItemRenderer renderer,
                                        ChartParams params)
                                 throws GenerateException,
                                        DataSourceException
Throws:
GenerateException
DataSourceException


Copyright 2003 Ludovic Dubost