first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
import org.jfree.chart.JFreeChart;
|
||||
|
||||
public interface JRChartCustomizer {
|
||||
void customize(JFreeChart paramJFreeChart, JRChart paramJRChart);
|
||||
}
|
Reference in New Issue
Block a user