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

inmath-lib-plot-extensions.0.5.1.source-code.module-info 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!

module net.finmath.plots {

	exports net.finmath.plots;
	exports net.finmath.plots.axis;
	exports net.finmath.plots.demo;
	exports net.finmath.plots.jfreechart;

	requires transitive net.finmath.lib;

	requires javafx.controls;
	requires javafx.base;
	requires transitive javafx.graphics;
	requires transitive javafx.swing;

	requires org.apache.commons.lang3;

	requires org.jfree.jfreechart;

	requires commons.math3;
	requires batik.all;
	requires fop.core;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy