public interface ChartCustomizer
AbstractChartCustomizer
to gain access to such values.| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.jfree.chart.JFreeChart chart,
ChartComponent chartComponent)
This method is called at fill time, before the chart is rendered.
|
void customize(org.jfree.chart.JFreeChart chart,
ChartComponent chartComponent)
chart - the JFreeChart object, which can be accessed and modifiedchartComponent - the chart component, containing data that might be needed in
customizationCopyright © 2017. All rights reserved.