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
 java.lang.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
 java.lang.Object AbstractChartDefinition.getChart()
          This method triggers the dataset and chart production.
 java.lang.Object ChartImageDefinition.getChart()
           
static org.jfree.chart.JFreeChart CewolfChartFactory.getChartInstance(java.lang.String chartType, java.lang.String title, java.lang.String xAxisLabel, java.lang.String yAxisLabel, org.jfree.data.general.Dataset data)
           
static org.jfree.chart.JFreeChart CewolfChartFactory.getCombinedChartInstance(java.lang.String chartType, java.lang.String title, java.lang.String xAxisLabel, java.lang.String yAxisLabel, java.util.List plotDefinitions, java.lang.String layout)
           
static org.jfree.chart.JFreeChart CewolfChartFactory.getOverlaidChartInstance(java.lang.String chartType, java.lang.String title, java.lang.String xAxisLabel, java.lang.String yAxisLabel, int xAxisType, int yAxisType, java.util.List plotDefinitions)
           
 org.jfree.chart.plot.Plot PlotDefinition.getPlot(int chartType)
           
protected abstract  org.jfree.chart.JFreeChart AbstractChartDefinition.produceChart()
           
protected  org.jfree.chart.JFreeChart CombinedChartDefinition.produceChart()
           
protected  org.jfree.chart.JFreeChart OverlaidChartDefinition.produceChart()
           
protected  org.jfree.chart.JFreeChart SimpleChartDefinition.produceChart()