org.jfree.chart
public interface ChartTheme
apply(JFreeChart)
method. We provide one
implementation (StandardChartTheme) that just mimics the manual
process of calling methods to set various chart parameters.
Since: 1.0.11
Method Summary | |
---|---|
void | apply(JFreeChart chart)
Applies this theme to the supplied chart.
|
Parameters: chart the chart (null
not permitted).