Uses of Class
org.xwiki.chart.ChartGeneratorException
-
Packages that use ChartGeneratorException Package Description org.xwiki.chart -
-
Uses of ChartGeneratorException in org.xwiki.chart
Subclasses of ChartGeneratorException in org.xwiki.chart Modifier and Type Class Description class
PlotGeneratorException
The class used to indicate exceptions specific to the plot generator.Methods in org.xwiki.chart that throw ChartGeneratorException Modifier and Type Method Description byte[]
ChartGenerator. generate(ChartModel model, Map<String,String> parameters)
Generates an image of a chart representing the data presented as aChartModel
and extra formatting parameters provided in the parameters map.
-