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

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

public class AreaPlotFactory
extends java.lang.Object
implements PlotFactory


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

Method Detail

getInstance

public static AreaPlotFactory 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.