Package org.xwiki.chart
Interface ChartCustomizer
-
@Role public interface ChartCustomizer
Allows implementing JFreeChart customizations (colors, fonts, etc) for the drawn graphs.- Since:
- 7.4.3, 8.0RC1
- Version:
- $Id: 2c2399b03c9486bdec180323b939272fb80cb444 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customize(org.jfree.chart.JFreeChart jFreeChart, Map<String,String> parameters)
-
-
-
Method Detail
-
customize
void customize(org.jfree.chart.JFreeChart jFreeChart, Map<String,String> parameters)
- Parameters:
jFreeChart
- the JFree Chart instance representing the graph, on which customizations can be performedparameters
- the parameters passed to the Chart generator and controlling its aspect (e.g. the Chart Macro allows user to pass those parameters as a string, for examplerange:B2-D5;series:columns;colors:C3E3F7,1D9FF5,015891,012A45
-
-