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


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
 

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 © 2004-2008 XWiki. All Rights Reserved.