All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.finmath.smartcontract.demo.plotgeneration.PlotGenerator Maven / Gradle / Ivy

package net.finmath.smartcontract.demo.plotgeneration;

import java.awt.event.ActionEvent;

import org.jfree.chart.plot.CategoryPlot;


/**
 *  Interface for generationg a JFREEChart
 *
 * @author Peter Kohl-Landgraf
 */
public interface PlotGenerator {
	/**
	 *
	 * @param event action event
	 * @return a new plot
	 */
	CategoryPlot createPlot(final ActionEvent event);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy