public interface JRChartCustomizer
JRAbstractChartCustomizer
to gain access to such values.Modifier and Type | Field and Description |
---|---|
static String |
CUSTOMIZER_CLASS_PROPERTY_PREFIX |
static String |
CUSTOMIZER_PROPERTY_PREFIX |
Modifier and Type | Method and Description |
---|---|
void |
customize(org.jfree.chart.JFreeChart chart,
JRChart jasperChart)
This method is called at fill time, before the chart is rendered.
|
static final String CUSTOMIZER_PROPERTY_PREFIX
static final String CUSTOMIZER_CLASS_PROPERTY_PREFIX
void customize(org.jfree.chart.JFreeChart chart, JRChart jasperChart)
chart
- the JFreeChart object, which can be accessed and modifiedjasperChart
- the JasperReports version of the chart, containing data that might be needed in
customizationCopyright © 2017. All rights reserved.