Uses of Class
de.laures.cewolf.DatasetProduceException

Packages that use DatasetProduceException
de.laures.cewolf Servlet based framework to render charts into a client's response stream. 
de.laures.cewolf.dp Custom DatasetProducer. 
de.laures.cewolf.taglib Framework classes for the tag library implementation. 
de.laures.cewolf.taglib.util Utility classes for the tag library. 
 

Uses of DatasetProduceException in de.laures.cewolf
 

Methods in de.laures.cewolf that throw DatasetProduceException
 Object ChartHolder.getChart()
          Returns a chart.
 Object ChartHolder.getDataset()
          Returns the dataset produced when using this definition.The type of this object is dependant on the underlying chart implementation.
 Object DatasetProducer.produceDataset(Map params)
          Produces a org.jfree.data.Dataset object.
 

Uses of DatasetProduceException in de.laures.cewolf.dp
 

Methods in de.laures.cewolf.dp that throw DatasetProduceException
 Object DataSourceXYDatasetProducer.produceDataset(Map params)
           
 Object MovingAverageDatasetProducer.produceDataset(Map params)
           
 org.jfree.data.xy.XYSeries DataSourceXYSeries.produceXYSeries()
           
 

Uses of DatasetProduceException in de.laures.cewolf.taglib
 

Methods in de.laures.cewolf.taglib that throw DatasetProduceException
 Object ChartImageDefinition.getChart()
           
 Object AbstractChartDefinition.getChart()
          This method triggers the dataset and chart production.
static org.jfree.chart.JFreeChart CewolfChartFactory.getCombinedChartInstance(String chartType, String title, String xAxisLabel, String yAxisLabel, List plotDefinitions, String layout)
           
 Object ChartImageDefinition.getDataset()
           
 Object DataContainer.getDataset()
           
 Object SimpleChartDefinition.getDataset()
           
 Object OverlaidChartDefinition.getDataset()
           
 Object CombinedChartDefinition.getDataset()
           
 Object PlotDefinition.getDataset()
           
static org.jfree.chart.JFreeChart CewolfChartFactory.getOverlaidChartInstance(String chartType, String title, String xAxisLabel, String yAxisLabel, int xAxisType, int yAxisType, List plotDefinitions)
           
 org.jfree.chart.plot.Plot PlotDefinition.getPlot(int chartType)
           
protected  org.jfree.chart.JFreeChart SimpleChartDefinition.produceChart()
           
protected  org.jfree.chart.JFreeChart OverlaidChartDefinition.produceChart()
           
protected abstract  org.jfree.chart.JFreeChart AbstractChartDefinition.produceChart()
           
protected  org.jfree.chart.JFreeChart CombinedChartDefinition.produceChart()
           
 

Uses of DatasetProduceException in de.laures.cewolf.taglib.util
 

Methods in de.laures.cewolf.taglib.util that throw DatasetProduceException
static org.jfree.data.general.Dataset PageUtils.getDataset(String chartId, javax.servlet.jsp.PageContext ctx)
           
 



Copyright © 2012. All Rights Reserved.