Uses of Class
de.laures.cewolf.ChartValidationException

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

Uses of ChartValidationException in de.laures.cewolf
 

Methods in de.laures.cewolf that throw ChartValidationException
 Object ChartHolder.getChart()
          Returns a chart.
 

Uses of ChartValidationException in de.laures.cewolf.taglib
 

Subclasses of ChartValidationException in de.laures.cewolf.taglib
 class AttributeValidationException
           
 class IncompatibleDatasetException
          This exception is thrown if a chart is created with an incompatible dataset.
 class UnsupportedChartTypeException
           
 

Methods in de.laures.cewolf.taglib that throw ChartValidationException
 Object ChartImageDefinition.getChart()
           
 Object AbstractChartDefinition.getChart()
          This method triggers the dataset and chart production.
static org.jfree.chart.JFreeChart CewolfChartFactory.getChartInstance(String chartType, String title, String xAxisLabel, String yAxisLabel, org.jfree.data.general.Dataset data)
           
static org.jfree.chart.JFreeChart CewolfChartFactory.getCombinedChartInstance(String chartType, String title, String xAxisLabel, String yAxisLabel, List plotDefinitions, String layout)
           
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()
           
 



Copyright © 2012. All Rights Reserved.