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

net.finmath.plots.PlotableCategories Maven / Gradle / Ivy

Go to download

finmath lib plot extensions provide convenient plotting methods by providing consistent wrappers to plot libraries (like JFreeChart or JavaFX).

The newest version!
/*
 * (c) Copyright Christian P. Fries, Germany. Contact: [email protected].
 *
 * Created on 21 May 2018
 */
package net.finmath.plots;

import java.util.List;

public interface PlotableCategories extends Plotable {

	List getSeries();

	GraphStyle getStyle();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy